Shades of Dark Olive Green #5A7031
Tints of Dark Olive Green #5A7031
RGB
CMYK
RGB Variations
Color information
#5A7031 (or 0x5A7031) is known color: Dark Olive Green. HEX triplet: 5A, 70 and 31. RGB value is (90,112,49). Sum of RGB (Red+Green+Blue) = 90+112+49=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7031 is #A58FCE. Grayscale: #626262. Windows color (decimal): -10850255 or 3240026. OLE color: 3240026.
HSL color Cylindrical-coordinate representation of color #5A7031: hue angle of 80.95º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A7031 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 49 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.56 |
| HSL | 80.95º | 0.39% | 0.32% | - |
| HSV(B) | 80.95º | 0.56% | 0.44% | - |
| XYZ | 10.57 | 13.98 | 5.05 | - |
| YUV | 98.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 49 | 0.20 | 0 | 0.56 | 0.56 | 80.95 | 0.39 | 0.32 |
| Hex | 5A | 70 | 31 | 14 | 0 | 38 | 38 | 51 | 27 | 20 |
| Octal | 132 | 160 | 61 | 24 | 0 | 70 | 70 | 121 | 47 | 40 |
| Binary | 1011010 | 1110000 | 110001 | 10100 | 0 | 111000 | 111000 | 1010001 | 100111 | 100000 |
Color Harmonies of #5A7031
Complementary color
Monochromatic Colors of #5A7031
Black with #5A7031
Text Example
Text Example
White with #5A7031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7031; }
p { color: rgb(90,112,49); }
H1.HeaderClassName
{
color: #5A7031;
}
.AnyTagClassName
{
color: #5A7031;
}
</style>
background-color css
<style>
a { background-color: #5A7031; }
a { background-color: rgb(90,112,49); }
div.DivClassName
{
background-color: #5A7031;
}
.BgClassName
{
background-color: #5A7031;
}
</style>
border-color css
<style>
span { border-color: #5A7031; }
span { border-color: rgb(90,112,49); }
td.TdClassName
{
border-color: #5A7031;
}
.TagClassName
{
border-color: #5A7031;
}
</style>