Shades of Dark Olive Green #5F722F
Tints of Dark Olive Green #5F722F
RGB
CMYK
RGB Variations
Color information
#5F722F (or 0x5F722F) is known color: Dark Olive Green. HEX triplet: 5F, 72 and 2F. RGB value is (95,114,47). Sum of RGB (Red+Green+Blue) = 95+114+47=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #5F722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F722F is #A08DD0. Grayscale: #646464. Windows color (decimal): -10522065 or 3109471. OLE color: 3109471.
HSL color Cylindrical-coordinate representation of color #5F722F: hue angle of 77.01º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F722F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 47 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.55 |
| HSL | 77.01º | 0.42% | 0.32% | - |
| HSV(B) | 77.01º | 0.59% | 0.45% | - |
| XYZ | 11.25 | 14.67 | 4.93 | - |
| YUV | 100.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 47 | 0.17 | 0 | 0.59 | 0.55 | 77.01 | 0.42 | 0.32 |
| Hex | 5F | 72 | 2F | 11 | 0 | 3B | 37 | 4D | 2A | 20 |
| Octal | 137 | 162 | 57 | 21 | 0 | 73 | 67 | 115 | 52 | 40 |
| Binary | 1011111 | 1110010 | 101111 | 10001 | 0 | 111011 | 110111 | 1001101 | 101010 | 100000 |
Color Harmonies of #5F722F
Complementary color
Monochromatic Colors of #5F722F
Black with #5F722F
Text Example
Text Example
White with #5F722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F722F; }
p { color: rgb(95,114,47); }
H1.HeaderClassName
{
color: #5F722F;
}
.AnyTagClassName
{
color: #5F722F;
}
</style>
background-color css
<style>
a { background-color: #5F722F; }
a { background-color: rgb(95,114,47); }
div.DivClassName
{
background-color: #5F722F;
}
.BgClassName
{
background-color: #5F722F;
}
</style>
border-color css
<style>
span { border-color: #5F722F; }
span { border-color: rgb(95,114,47); }
td.TdClassName
{
border-color: #5F722F;
}
.TagClassName
{
border-color: #5F722F;
}
</style>