Shades of Dark Olive Green #5A772F
Tints of Dark Olive Green #5A772F
RGB
CMYK
RGB Variations
Color information
#5A772F (or 0x5A772F) is known color: Dark Olive Green. HEX triplet: 5A, 77 and 2F. RGB value is (90,119,47). Sum of RGB (Red+Green+Blue) = 90+119+47=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #5A772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A772F is #A588D0. Grayscale: #666666. Windows color (decimal): -10848465 or 3110746. OLE color: 3110746.
HSL color Cylindrical-coordinate representation of color #5A772F: hue angle of 84.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A772F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 47 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.53 |
| HSL | 84.17º | 0.43% | 0.33% | - |
| HSV(B) | 84.17º | 0.61% | 0.47% | - |
| XYZ | 11.33 | 15.57 | 5.1 | - |
| YUV | 102.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 47 | 0.24 | 0 | 0.61 | 0.53 | 84.17 | 0.43 | 0.33 |
| Hex | 5A | 77 | 2F | 18 | 0 | 3D | 35 | 54 | 2B | 21 |
| Octal | 132 | 167 | 57 | 30 | 0 | 75 | 65 | 124 | 53 | 41 |
| Binary | 1011010 | 1110111 | 101111 | 11000 | 0 | 111101 | 110101 | 1010100 | 101011 | 100001 |
Color Harmonies of #5A772F
Complementary color
Monochromatic Colors of #5A772F
Black with #5A772F
Text Example
Text Example
White with #5A772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A772F; }
p { color: rgb(90,119,47); }
H1.HeaderClassName
{
color: #5A772F;
}
.AnyTagClassName
{
color: #5A772F;
}
</style>
background-color css
<style>
a { background-color: #5A772F; }
a { background-color: rgb(90,119,47); }
div.DivClassName
{
background-color: #5A772F;
}
.BgClassName
{
background-color: #5A772F;
}
</style>
border-color css
<style>
span { border-color: #5A772F; }
span { border-color: rgb(90,119,47); }
td.TdClassName
{
border-color: #5A772F;
}
.TagClassName
{
border-color: #5A772F;
}
</style>