Shades of Olive Drab #5F861F
Tints of Olive Drab #5F861F
RGB
CMYK
RGB Variations
Color information
#5F861F (or 0x5F861F) is known color: Olive Drab. HEX triplet: 5F, 86 and 1F. RGB value is (95,134,31). Sum of RGB (Red+Green+Blue) = 95+134+31=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #5F861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F861F is #A079E0. Grayscale: #6E6E6E. Windows color (decimal): -10516961 or 2066015. OLE color: 2066015.
HSL color Cylindrical-coordinate representation of color #5F861F: hue angle of 82.72º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F861F is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 134 | 31 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.47 |
| HSL | 82.72º | 0.62% | 0.32% | - |
| HSV(B) | 82.72º | 0.77% | 0.53% | - |
| XYZ | 13.49 | 19.58 | 4.36 | - |
| YUV | 110.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 134 | 31 | 0.29 | 0 | 0.77 | 0.47 | 82.72 | 0.62 | 0.32 |
| Hex | 5F | 86 | 1F | 1D | 0 | 4D | 2F | 53 | 3E | 20 |
| Octal | 137 | 206 | 37 | 35 | 0 | 115 | 57 | 123 | 76 | 40 |
| Binary | 1011111 | 10000110 | 11111 | 11101 | 0 | 1001101 | 101111 | 1010011 | 111110 | 100000 |
Color Harmonies of #5F861F
Complementary color
Monochromatic Colors of #5F861F
Black with #5F861F
Text Example
Text Example
White with #5F861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F861F; }
p { color: rgb(95,134,31); }
H1.HeaderClassName
{
color: #5F861F;
}
.AnyTagClassName
{
color: #5F861F;
}
</style>
background-color css
<style>
a { background-color: #5F861F; }
a { background-color: rgb(95,134,31); }
div.DivClassName
{
background-color: #5F861F;
}
.BgClassName
{
background-color: #5F861F;
}
</style>
border-color css
<style>
span { border-color: #5F861F; }
span { border-color: rgb(95,134,31); }
td.TdClassName
{
border-color: #5F861F;
}
.TagClassName
{
border-color: #5F861F;
}
</style>