Shades of Dark Olive Green #5F702F
Tints of Dark Olive Green #5F702F
RGB
CMYK
RGB Variations
Color information
#5F702F (or 0x5F702F) is known color: Dark Olive Green. HEX triplet: 5F, 70 and 2F. RGB value is (95,112,47). Sum of RGB (Red+Green+Blue) = 95+112+47=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #5F702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F702F is #A08FD0. Grayscale: #636363. Windows color (decimal): -10522577 or 3108959. OLE color: 3108959.
HSL color Cylindrical-coordinate representation of color #5F702F: hue angle of 75.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F702F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 47 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.56 |
| HSL | 75.69º | 0.41% | 0.31% | - |
| HSV(B) | 75.69º | 0.58% | 0.44% | - |
| XYZ | 11.03 | 14.23 | 4.85 | - |
| YUV | 99.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 47 | 0.15 | 0 | 0.58 | 0.56 | 75.69 | 0.41 | 0.31 |
| Hex | 5F | 70 | 2F | F | 0 | 3A | 38 | 4C | 29 | 1F |
| Octal | 137 | 160 | 57 | 17 | 0 | 72 | 70 | 114 | 51 | 37 |
| Binary | 1011111 | 1110000 | 101111 | 1111 | 0 | 111010 | 111000 | 1001100 | 101001 | 11111 |
Color Harmonies of #5F702F
Complementary color
Monochromatic Colors of #5F702F
Black with #5F702F
Text Example
Text Example
White with #5F702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F702F; }
p { color: rgb(95,112,47); }
H1.HeaderClassName
{
color: #5F702F;
}
.AnyTagClassName
{
color: #5F702F;
}
</style>
background-color css
<style>
a { background-color: #5F702F; }
a { background-color: rgb(95,112,47); }
div.DivClassName
{
background-color: #5F702F;
}
.BgClassName
{
background-color: #5F702F;
}
</style>
border-color css
<style>
span { border-color: #5F702F; }
span { border-color: rgb(95,112,47); }
td.TdClassName
{
border-color: #5F702F;
}
.TagClassName
{
border-color: #5F702F;
}
</style>