Shades of Olive Drab #5E9605
Tints of Olive Drab #5E9605
RGB
CMYK
RGB Variations
Color information
#5E9605 (or 0x5E9605) is known color: Olive Drab. HEX triplet: 5E, 96 and 05. RGB value is (94,150,5). Sum of RGB (Red+Green+Blue) = 94+150+5=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9605 is #A169FA. Grayscale: #757575. Windows color (decimal): -10578427 or 366174. OLE color: 366174.
HSL color Cylindrical-coordinate representation of color #5E9605: hue angle of 83.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E9605 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 5 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.41 |
| HSL | 83.17º | 0.94% | 0.3% | - |
| HSV(B) | 83.17º | 0.97% | 0.59% | - |
| XYZ | 15.55 | 24.2 | 4 | - |
| YUV | 116.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 5 | 0.37 | 0 | 0.97 | 0.41 | 83.17 | 0.94 | 0.3 |
| Hex | 5E | 96 | 5 | 25 | 0 | 61 | 29 | 53 | 5E | 1E |
| Octal | 136 | 226 | 5 | 45 | 0 | 141 | 51 | 123 | 136 | 36 |
| Binary | 1011110 | 10010110 | 101 | 100101 | 0 | 1100001 | 101001 | 1010011 | 1011110 | 11110 |
Color Harmonies of #5E9605
Complementary color
Monochromatic Colors of #5E9605
Black with #5E9605
Text Example
Text Example
White with #5E9605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9605; }
p { color: rgb(94,150,5); }
H1.HeaderClassName
{
color: #5E9605;
}
.AnyTagClassName
{
color: #5E9605;
}
</style>
background-color css
<style>
a { background-color: #5E9605; }
a { background-color: rgb(94,150,5); }
div.DivClassName
{
background-color: #5E9605;
}
.BgClassName
{
background-color: #5E9605;
}
</style>
border-color css
<style>
span { border-color: #5E9605; }
span { border-color: rgb(94,150,5); }
td.TdClassName
{
border-color: #5E9605;
}
.TagClassName
{
border-color: #5E9605;
}
</style>