Shades of Dark Olive Green #5F772F
Tints of Dark Olive Green #5F772F
RGB
CMYK
RGB Variations
Color information
#5F772F (or 0x5F772F) is known color: Dark Olive Green. HEX triplet: 5F, 77 and 2F. RGB value is (95,119,47). Sum of RGB (Red+Green+Blue) = 95+119+47=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #5F772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F772F is #A088D0. Grayscale: #676767. Windows color (decimal): -10520785 or 3110751. OLE color: 3110751.
HSL color Cylindrical-coordinate representation of color #5F772F: hue angle of 80º 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 #5F772F is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 47 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.53 |
| HSL | 80º | 0.43% | 0.33% | - |
| HSV(B) | 80º | 0.61% | 0.47% | - |
| XYZ | 11.83 | 15.83 | 5.12 | - |
| YUV | 103.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 47 | 0.20 | 0 | 0.61 | 0.53 | 80 | 0.43 | 0.33 |
| Hex | 5F | 77 | 2F | 14 | 0 | 3D | 35 | 50 | 2B | 21 |
| Octal | 137 | 167 | 57 | 24 | 0 | 75 | 65 | 120 | 53 | 41 |
| Binary | 1011111 | 1110111 | 101111 | 10100 | 0 | 111101 | 110101 | 1010000 | 101011 | 100001 |
Color Harmonies of #5F772F
Complementary color
Monochromatic Colors of #5F772F
Black with #5F772F
Text Example
Text Example
White with #5F772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F772F; }
p { color: rgb(95,119,47); }
H1.HeaderClassName
{
color: #5F772F;
}
.AnyTagClassName
{
color: #5F772F;
}
</style>
background-color css
<style>
a { background-color: #5F772F; }
a { background-color: rgb(95,119,47); }
div.DivClassName
{
background-color: #5F772F;
}
.BgClassName
{
background-color: #5F772F;
}
</style>
border-color css
<style>
span { border-color: #5F772F; }
span { border-color: rgb(95,119,47); }
td.TdClassName
{
border-color: #5F772F;
}
.TagClassName
{
border-color: #5F772F;
}
</style>