Shades of Olive Drab #5F871F
Tints of Olive Drab #5F871F
RGB
CMYK
RGB Variations
Color information
#5F871F (or 0x5F871F) is known color: Olive Drab. HEX triplet: 5F, 87 and 1F. RGB value is (95,135,31). Sum of RGB (Red+Green+Blue) = 95+135+31=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #5F871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F871F is #A078E0. Grayscale: #6F6F6F. Windows color (decimal): -10516705 or 2066271. OLE color: 2066271.
HSL color Cylindrical-coordinate representation of color #5F871F: hue angle of 83.08º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F871F is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 31 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.47 |
| HSL | 83.08º | 0.63% | 0.33% | - |
| HSV(B) | 83.08º | 0.77% | 0.53% | - |
| XYZ | 13.63 | 19.86 | 4.41 | - |
| YUV | 111.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 31 | 0.30 | 0 | 0.77 | 0.47 | 83.08 | 0.63 | 0.33 |
| Hex | 5F | 87 | 1F | 1E | 0 | 4D | 2F | 53 | 3F | 21 |
| Octal | 137 | 207 | 37 | 36 | 0 | 115 | 57 | 123 | 77 | 41 |
| Binary | 1011111 | 10000111 | 11111 | 11110 | 0 | 1001101 | 101111 | 1010011 | 111111 | 100001 |
Color Harmonies of #5F871F
Complementary color
Monochromatic Colors of #5F871F
Black with #5F871F
Text Example
Text Example
White with #5F871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F871F; }
p { color: rgb(95,135,31); }
H1.HeaderClassName
{
color: #5F871F;
}
.AnyTagClassName
{
color: #5F871F;
}
</style>
background-color css
<style>
a { background-color: #5F871F; }
a { background-color: rgb(95,135,31); }
div.DivClassName
{
background-color: #5F871F;
}
.BgClassName
{
background-color: #5F871F;
}
</style>
border-color css
<style>
span { border-color: #5F871F; }
span { border-color: rgb(95,135,31); }
td.TdClassName
{
border-color: #5F871F;
}
.TagClassName
{
border-color: #5F871F;
}
</style>