Shades of Olive Drab #5F9701
Tints of Olive Drab #5F9701
RGB
CMYK
RGB Variations
Color information
#5F9701 (or 0x5F9701) is known color: Olive Drab. HEX triplet: 5F, 97 and 01. RGB value is (95,151,1). Sum of RGB (Red+Green+Blue) = 95+151+1=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #5F9701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9701 is #A068FE. Grayscale: #757575. Windows color (decimal): -10512639 or 104287. OLE color: 104287.
HSL color Cylindrical-coordinate representation of color #5F9701: hue angle of 82.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F9701 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.41 |
| HSL | 82.4º | 0.99% | 0.3% | - |
| HSV(B) | 82.4º | 0.99% | 0.59% | - |
| XYZ | 15.79 | 24.57 | 3.94 | - |
| YUV | 117.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 1 | 0.37 | 0 | 0.99 | 0.41 | 82.4 | 0.99 | 0.3 |
| Hex | 5F | 97 | 1 | 25 | 0 | 63 | 29 | 52 | 63 | 1E |
| Octal | 137 | 227 | 1 | 45 | 0 | 143 | 51 | 122 | 143 | 36 |
| Binary | 1011111 | 10010111 | 1 | 100101 | 0 | 1100011 | 101001 | 1010010 | 1100011 | 11110 |
Color Harmonies of #5F9701
Complementary color
Monochromatic Colors of #5F9701
Black with #5F9701
Text Example
Text Example
White with #5F9701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9701; }
p { color: rgb(95,151,1); }
H1.HeaderClassName
{
color: #5F9701;
}
.AnyTagClassName
{
color: #5F9701;
}
</style>
background-color css
<style>
a { background-color: #5F9701; }
a { background-color: rgb(95,151,1); }
div.DivClassName
{
background-color: #5F9701;
}
.BgClassName
{
background-color: #5F9701;
}
</style>
border-color css
<style>
span { border-color: #5F9701; }
span { border-color: rgb(95,151,1); }
td.TdClassName
{
border-color: #5F9701;
}
.TagClassName
{
border-color: #5F9701;
}
</style>