Shades of Olive Drab #5F9505
Tints of Olive Drab #5F9505
RGB
CMYK
RGB Variations
Color information
#5F9505 (or 0x5F9505) is known color: Olive Drab. HEX triplet: 5F, 95 and 05. RGB value is (95,149,5). Sum of RGB (Red+Green+Blue) = 95+149+5=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #5F9505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9505 is #A06AFA. Grayscale: #747474. Windows color (decimal): -10513147 or 365919. OLE color: 365919.
HSL color Cylindrical-coordinate representation of color #5F9505: hue angle of 82.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F9505 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 5 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.42 |
| HSL | 82.5º | 0.94% | 0.3% | - |
| HSV(B) | 82.5º | 0.97% | 0.58% | - |
| XYZ | 15.49 | 23.94 | 3.95 | - |
| YUV | 116.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 5 | 0.36 | 0 | 0.97 | 0.42 | 82.5 | 0.94 | 0.3 |
| Hex | 5F | 95 | 5 | 24 | 0 | 61 | 2A | 52 | 5E | 1E |
| Octal | 137 | 225 | 5 | 44 | 0 | 141 | 52 | 122 | 136 | 36 |
| Binary | 1011111 | 10010101 | 101 | 100100 | 0 | 1100001 | 101010 | 1010010 | 1011110 | 11110 |
Color Harmonies of #5F9505
Complementary color
Monochromatic Colors of #5F9505
Black with #5F9505
Text Example
Text Example
White with #5F9505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9505; }
p { color: rgb(95,149,5); }
H1.HeaderClassName
{
color: #5F9505;
}
.AnyTagClassName
{
color: #5F9505;
}
</style>
background-color css
<style>
a { background-color: #5F9505; }
a { background-color: rgb(95,149,5); }
div.DivClassName
{
background-color: #5F9505;
}
.BgClassName
{
background-color: #5F9505;
}
</style>
border-color css
<style>
span { border-color: #5F9505; }
span { border-color: rgb(95,149,5); }
td.TdClassName
{
border-color: #5F9505;
}
.TagClassName
{
border-color: #5F9505;
}
</style>