Shades of Dark Olive Green #5A7029
Tints of Dark Olive Green #5A7029
RGB
CMYK
RGB Variations
Color information
#5A7029 (or 0x5A7029) is known color: Dark Olive Green. HEX triplet: 5A, 70 and 29. RGB value is (90,112,41). Sum of RGB (Red+Green+Blue) = 90+112+41=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7029 is #A58FD6. Grayscale: #616161. Windows color (decimal): -10850263 or 2715738. OLE color: 2715738.
HSL color Cylindrical-coordinate representation of color #5A7029: hue angle of 78.59º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A7029 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 41 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.56 |
| HSL | 78.59º | 0.46% | 0.3% | - |
| HSV(B) | 78.59º | 0.63% | 0.44% | - |
| XYZ | 10.41 | 13.92 | 4.24 | - |
| YUV | 97.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 41 | 0.20 | 0 | 0.63 | 0.56 | 78.59 | 0.46 | 0.3 |
| Hex | 5A | 70 | 29 | 14 | 0 | 3F | 38 | 4F | 2E | 1E |
| Octal | 132 | 160 | 51 | 24 | 0 | 77 | 70 | 117 | 56 | 36 |
| Binary | 1011010 | 1110000 | 101001 | 10100 | 0 | 111111 | 111000 | 1001111 | 101110 | 11110 |
Color Harmonies of #5A7029
Complementary color
Monochromatic Colors of #5A7029
Black with #5A7029
Text Example
Text Example
White with #5A7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7029; }
p { color: rgb(90,112,41); }
H1.HeaderClassName
{
color: #5A7029;
}
.AnyTagClassName
{
color: #5A7029;
}
</style>
background-color css
<style>
a { background-color: #5A7029; }
a { background-color: rgb(90,112,41); }
div.DivClassName
{
background-color: #5A7029;
}
.BgClassName
{
background-color: #5A7029;
}
</style>
border-color css
<style>
span { border-color: #5A7029; }
span { border-color: rgb(90,112,41); }
td.TdClassName
{
border-color: #5A7029;
}
.TagClassName
{
border-color: #5A7029;
}
</style>