Shades of Dark Olive Green #5F772C
Tints of Dark Olive Green #5F772C
RGB
CMYK
RGB Variations
Color information
#5F772C (or 0x5F772C) is known color: Dark Olive Green. HEX triplet: 5F, 77 and 2C. RGB value is (95,119,44). Sum of RGB (Red+Green+Blue) = 95+119+44=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #5F772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F772C is #A088D3. Grayscale: #676767. Windows color (decimal): -10520788 or 2914143. OLE color: 2914143.
HSL color Cylindrical-coordinate representation of color #5F772C: hue angle of 79.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F772C is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 44 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.53 |
| HSL | 79.2º | 0.46% | 0.32% | - |
| HSV(B) | 79.2º | 0.63% | 0.47% | - |
| XYZ | 11.77 | 15.81 | 4.81 | - |
| YUV | 103.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 44 | 0.20 | 0 | 0.63 | 0.53 | 79.2 | 0.46 | 0.32 |
| Hex | 5F | 77 | 2C | 14 | 0 | 3F | 35 | 4F | 2E | 20 |
| Octal | 137 | 167 | 54 | 24 | 0 | 77 | 65 | 117 | 56 | 40 |
| Binary | 1011111 | 1110111 | 101100 | 10100 | 0 | 111111 | 110101 | 1001111 | 101110 | 100000 |
Color Harmonies of #5F772C
Complementary color
Monochromatic Colors of #5F772C
Black with #5F772C
Text Example
Text Example
White with #5F772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F772C; }
p { color: rgb(95,119,44); }
H1.HeaderClassName
{
color: #5F772C;
}
.AnyTagClassName
{
color: #5F772C;
}
</style>
background-color css
<style>
a { background-color: #5F772C; }
a { background-color: rgb(95,119,44); }
div.DivClassName
{
background-color: #5F772C;
}
.BgClassName
{
background-color: #5F772C;
}
</style>
border-color css
<style>
span { border-color: #5F772C; }
span { border-color: rgb(95,119,44); }
td.TdClassName
{
border-color: #5F772C;
}
.TagClassName
{
border-color: #5F772C;
}
</style>