Shades of Olive Drab #5F841F
Tints of Olive Drab #5F841F
RGB
CMYK
RGB Variations
Color information
#5F841F (or 0x5F841F) is known color: Olive Drab. HEX triplet: 5F, 84 and 1F. RGB value is (95,132,31). Sum of RGB (Red+Green+Blue) = 95+132+31=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #5F841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F841F is #A07BE0. Grayscale: #6D6D6D. Windows color (decimal): -10517473 or 2065503. OLE color: 2065503.
HSL color Cylindrical-coordinate representation of color #5F841F: hue angle of 81.98º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F841F is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 132 | 31 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.48 |
| HSL | 81.98º | 0.62% | 0.32% | - |
| HSV(B) | 81.98º | 0.77% | 0.52% | - |
| XYZ | 13.22 | 19.03 | 4.27 | - |
| YUV | 109.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 31 | 0.28 | 0 | 0.77 | 0.48 | 81.98 | 0.62 | 0.32 |
| Hex | 5F | 84 | 1F | 1C | 0 | 4D | 30 | 52 | 3E | 20 |
| Octal | 137 | 204 | 37 | 34 | 0 | 115 | 60 | 122 | 76 | 40 |
| Binary | 1011111 | 10000100 | 11111 | 11100 | 0 | 1001101 | 110000 | 1010010 | 111110 | 100000 |
Color Harmonies of #5F841F
Complementary color
Monochromatic Colors of #5F841F
Black with #5F841F
Text Example
Text Example
White with #5F841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F841F; }
p { color: rgb(95,132,31); }
H1.HeaderClassName
{
color: #5F841F;
}
.AnyTagClassName
{
color: #5F841F;
}
</style>
background-color css
<style>
a { background-color: #5F841F; }
a { background-color: rgb(95,132,31); }
div.DivClassName
{
background-color: #5F841F;
}
.BgClassName
{
background-color: #5F841F;
}
</style>
border-color css
<style>
span { border-color: #5F841F; }
span { border-color: rgb(95,132,31); }
td.TdClassName
{
border-color: #5F841F;
}
.TagClassName
{
border-color: #5F841F;
}
</style>