crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#74910a hex color - Green - Warm color - Information

#74910a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #74910a Color code in RGB color code model is created after adding 45.49% red color, 56.86% green color and 3.92% blue color. Hex #74910a Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 93% yellow and 43% black.

Hex #74910a color code is between #779911 web safe hex color code and #668800 web safe hex color code. #779911 is the nearest web safe color code. You can see here many more shades of #74910a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code74910a#74910a
RGB Decimal116, 145, 10rgb(116, 145, 10)
RGB Percent45%, 57%, 4%rgb(45%, 57%, 4%)
CSS RGBa116, 145, 10,1rgba(116,145,10,1)
CMYK Modelcmyk(20%,0%,93%,43%)
HSL Color Space73,87% ,30%hsl(73,87% ,30%)
HSV Color Space73°, 93%, 57%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101001001000100001010
Octal16422112
Decimal11614510
Hex74910a

Different shades of #74910a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #74910a
#9ac10d
Dark Shade of #74910a
#4e6107
Saturated Shade of #74910a
#789902
Desaturated Shade of #74910a
#708912
Grey scale Shade of #74910a
#4d4d4d
Brighten Shade
#8daa23
Most Readable Shade
#FFFFFF

Shades of #74910a color code

Generate more color scales with scales (color stack) generator.

#74910a
#678008
#5a7007
#4d6006
#405005
#334004
#263003
#192002
#0c1001
#000000

Similar Color like #74910a color

Find visually similar hex color codes nearing to #74910a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#75920b
#76930c
#77940d
#78950e
#79960f
#7a9710
#7b9811
#7c9912
#7d9a13
#7e9b14
#7f9c15
#809d16
#819e17
#829f18
#739009
#728f08
#718e07
#708d06
#6f8c05
#6e8b04
#6d8a03
#6c8902
#6b8801
#6a8700
#698600
#688500
#678400
#668300

Monochromatic Color with #74910a

#74910a
#96bb0d
#b8e610
#0e1101
#303c04
#526607

Tints of #74910a Color

#74910a
#839d25
#92a940
#a2b55b
#b1c176
#c1ce92
#d0daad
#e0e6c8
#eff2e3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#74910a
#270a91

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#74910a
#0a3191
#6b0a91

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#91780a
#8f910a
#74910a
#59910a
#3e910a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#74910a
#0a7491
#910a74

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#74910a
#0a916a
#270a91
#910a30

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#74910a
#270a91
#6b0a91
#30910a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #74910a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#74910a Color Code Preview on Black Background Color

This is how #74910a Color will look on black background color. Color contrast ratio is 5.80

#74910a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#74910a">Your Example Paragraph content text in with font color #74910a </p>

Your Example Paragraph content text in with font color #74910a

HTML with inline CSS

<div style="color:#74910a">Your Paragraph text in with font color #74910a </div>

Your Example Paragraph content text in with font color #74910a

#74910a color code is use for CSS Background Color

Background color for the above div is #74910a

HTML with inline CSS

<div style="background-color:#74910a;"></div>

#74910a color code is use for CSS Border Color

CSS Border color for the above div is #74910a

HTML with inline CSS

<div style="border:5px solid #74910a;"></div>

CSS Border Left color for the above div is #74910a

HTML with inline CSS

<div style="border-left:5px solid #74910a;"></div>

CSS Border Right color for the above div is #74910a

HTML with inline CSS

<div style="border-right:5px solid #74910a;"></div>

CSS Border Bottom color for the above div is #74910a

HTML with inline CSS

<div style="border-bottom:5px solid #74910a;"></div>

CSS Border Top color for the above div is #74910a

HTML with inline CSS

<div style="border-top:5px solid #74910a;"></div>

#74910a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#74910a; } .examplecolorclass {color:#74910a; } .examplebordercolor {border:3px solid #74910a; }

#74910a Color code Preview on White Background

This is how #74910a Color code will look on white background color. Color contrast ratio is 3.62

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #74910a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #74910a; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.