Shades of Olive Drab #5E9601
Tints of Olive Drab #5E9601
RGB
CMYK
RGB Variations
Color information
#5E9601 (or 0x5E9601) is known color: Olive Drab. HEX triplet: 5E, 96 and 01. RGB value is (94,150,1). Sum of RGB (Red+Green+Blue) = 94+150+1=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9601 is #A169FE. Grayscale: #747474. Windows color (decimal): -10578431 or 104030. OLE color: 104030.
HSL color Cylindrical-coordinate representation of color #5E9601: hue angle of 82.55º 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 #5E9601 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.41 |
| HSL | 82.55º | 0.99% | 0.3% | - |
| HSV(B) | 82.55º | 0.99% | 0.59% | - |
| XYZ | 15.53 | 24.19 | 3.88 | - |
| YUV | 116.27 | 62.95 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 1 | 0.37 | 0 | 0.99 | 0.41 | 82.55 | 0.99 | 0.3 |
| Hex | 5E | 96 | 1 | 25 | 0 | 63 | 29 | 53 | 63 | 1E |
| Octal | 136 | 226 | 1 | 45 | 0 | 143 | 51 | 123 | 143 | 36 |
| Binary | 1011110 | 10010110 | 1 | 100101 | 0 | 1100011 | 101001 | 1010011 | 1100011 | 11110 |
Color Harmonies of #5E9601
Complementary color
Monochromatic Colors of #5E9601
Black with #5E9601
Text Example
Text Example
White with #5E9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9601; }
p { color: rgb(94,150,1); }
H1.HeaderClassName
{
color: #5E9601;
}
.AnyTagClassName
{
color: #5E9601;
}
</style>
background-color css
<style>
a { background-color: #5E9601; }
a { background-color: rgb(94,150,1); }
div.DivClassName
{
background-color: #5E9601;
}
.BgClassName
{
background-color: #5E9601;
}
</style>
border-color css
<style>
span { border-color: #5E9601; }
span { border-color: rgb(94,150,1); }
td.TdClassName
{
border-color: #5E9601;
}
.TagClassName
{
border-color: #5E9601;
}
</style>