Shades of Dark Olive Green #5A7429
Tints of Dark Olive Green #5A7429
RGB
CMYK
RGB Variations
Color information
#5A7429 (or 0x5A7429) is known color: Dark Olive Green. HEX triplet: 5A, 74 and 29. RGB value is (90,116,41). Sum of RGB (Red+Green+Blue) = 90+116+41=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7429 is #A58BD6. Grayscale: #636363. Windows color (decimal): -10849239 or 2716762. OLE color: 2716762.
HSL color Cylindrical-coordinate representation of color #5A7429: hue angle of 80.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A7429 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 41 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.55 |
| HSL | 80.8º | 0.48% | 0.31% | - |
| HSV(B) | 80.8º | 0.65% | 0.45% | - |
| XYZ | 10.86 | 14.82 | 4.39 | - |
| YUV | 99.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 41 | 0.22 | 0 | 0.65 | 0.55 | 80.8 | 0.48 | 0.31 |
| Hex | 5A | 74 | 29 | 16 | 0 | 41 | 37 | 51 | 30 | 1F |
| Octal | 132 | 164 | 51 | 26 | 0 | 101 | 67 | 121 | 60 | 37 |
| Binary | 1011010 | 1110100 | 101001 | 10110 | 0 | 1000001 | 110111 | 1010001 | 110000 | 11111 |
Color Harmonies of #5A7429
Complementary color
Monochromatic Colors of #5A7429
Black with #5A7429
Text Example
Text Example
White with #5A7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7429; }
p { color: rgb(90,116,41); }
H1.HeaderClassName
{
color: #5A7429;
}
.AnyTagClassName
{
color: #5A7429;
}
</style>
background-color css
<style>
a { background-color: #5A7429; }
a { background-color: rgb(90,116,41); }
div.DivClassName
{
background-color: #5A7429;
}
.BgClassName
{
background-color: #5A7429;
}
</style>
border-color css
<style>
span { border-color: #5A7429; }
span { border-color: rgb(90,116,41); }
td.TdClassName
{
border-color: #5A7429;
}
.TagClassName
{
border-color: #5A7429;
}
</style>