Shades of Olive Drab #5F9502
Tints of Olive Drab #5F9502
RGB
CMYK
RGB Variations
Color information
#5F9502 (or 0x5F9502) is known color: Olive Drab. HEX triplet: 5F, 95 and 02. RGB value is (95,149,2). Sum of RGB (Red+Green+Blue) = 95+149+2=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #5F9502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9502 is #A06AFD. Grayscale: #747474. Windows color (decimal): -10513150 or 169311. OLE color: 169311.
HSL color Cylindrical-coordinate representation of color #5F9502: hue angle of 82.04º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F9502 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.42 |
| HSL | 82.04º | 0.97% | 0.3% | - |
| HSV(B) | 82.04º | 0.99% | 0.58% | - |
| XYZ | 15.48 | 23.93 | 3.86 | - |
| YUV | 116.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 2 | 0.36 | 0 | 0.99 | 0.42 | 82.04 | 0.97 | 0.3 |
| Hex | 5F | 95 | 2 | 24 | 0 | 63 | 2A | 52 | 61 | 1E |
| Octal | 137 | 225 | 2 | 44 | 0 | 143 | 52 | 122 | 141 | 36 |
| Binary | 1011111 | 10010101 | 10 | 100100 | 0 | 1100011 | 101010 | 1010010 | 1100001 | 11110 |
Color Harmonies of #5F9502
Complementary color
Monochromatic Colors of #5F9502
Black with #5F9502
Text Example
Text Example
White with #5F9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9502; }
p { color: rgb(95,149,2); }
H1.HeaderClassName
{
color: #5F9502;
}
.AnyTagClassName
{
color: #5F9502;
}
</style>
background-color css
<style>
a { background-color: #5F9502; }
a { background-color: rgb(95,149,2); }
div.DivClassName
{
background-color: #5F9502;
}
.BgClassName
{
background-color: #5F9502;
}
</style>
border-color css
<style>
span { border-color: #5F9502; }
span { border-color: rgb(95,149,2); }
td.TdClassName
{
border-color: #5F9502;
}
.TagClassName
{
border-color: #5F9502;
}
</style>