Shades of Olive Drab #5F871D
Tints of Olive Drab #5F871D
RGB
CMYK
RGB Variations
Color information
#5F871D (or 0x5F871D) is known color: Olive Drab. HEX triplet: 5F, 87 and 1D. RGB value is (95,135,29). Sum of RGB (Red+Green+Blue) = 95+135+29=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #5F871D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F871D is #A078E2. Grayscale: #6F6F6F. Windows color (decimal): -10516707 or 1935199. OLE color: 1935199.
HSL color Cylindrical-coordinate representation of color #5F871D: hue angle of 82.64º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F871D is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 29 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.47 |
| HSL | 82.64º | 0.65% | 0.32% | - |
| HSV(B) | 82.64º | 0.79% | 0.53% | - |
| XYZ | 13.61 | 19.85 | 4.28 | - |
| YUV | 110.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 29 | 0.30 | 0 | 0.79 | 0.47 | 82.64 | 0.65 | 0.32 |
| Hex | 5F | 87 | 1D | 1E | 0 | 4F | 2F | 53 | 41 | 20 |
| Octal | 137 | 207 | 35 | 36 | 0 | 117 | 57 | 123 | 101 | 40 |
| Binary | 1011111 | 10000111 | 11101 | 11110 | 0 | 1001111 | 101111 | 1010011 | 1000001 | 100000 |
Color Harmonies of #5F871D
Complementary color
Monochromatic Colors of #5F871D
Black with #5F871D
Text Example
Text Example
White with #5F871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F871D; }
p { color: rgb(95,135,29); }
H1.HeaderClassName
{
color: #5F871D;
}
.AnyTagClassName
{
color: #5F871D;
}
</style>
background-color css
<style>
a { background-color: #5F871D; }
a { background-color: rgb(95,135,29); }
div.DivClassName
{
background-color: #5F871D;
}
.BgClassName
{
background-color: #5F871D;
}
</style>
border-color css
<style>
span { border-color: #5F871D; }
span { border-color: rgb(95,135,29); }
td.TdClassName
{
border-color: #5F871D;
}
.TagClassName
{
border-color: #5F871D;
}
</style>