Shades of Olive Drab #5E9602
Tints of Olive Drab #5E9602
RGB
CMYK
RGB Variations
Color information
#5E9602 (or 0x5E9602) is known color: Olive Drab. HEX triplet: 5E, 96 and 02. RGB value is (94,150,2). Sum of RGB (Red+Green+Blue) = 94+150+2=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9602 is #A169FD. Grayscale: #747474. Windows color (decimal): -10578430 or 169566. OLE color: 169566.
HSL color Cylindrical-coordinate representation of color #5E9602: hue angle of 82.7º degrees, saturation: 0.97, 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 #5E9602 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.41 |
| HSL | 82.7º | 0.97% | 0.3% | - |
| HSV(B) | 82.7º | 0.99% | 0.59% | - |
| XYZ | 15.53 | 24.2 | 3.91 | - |
| YUV | 116.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 2 | 0.37 | 0 | 0.99 | 0.41 | 82.7 | 0.97 | 0.3 |
| Hex | 5E | 96 | 2 | 25 | 0 | 63 | 29 | 53 | 61 | 1E |
| Octal | 136 | 226 | 2 | 45 | 0 | 143 | 51 | 123 | 141 | 36 |
| Binary | 1011110 | 10010110 | 10 | 100101 | 0 | 1100011 | 101001 | 1010011 | 1100001 | 11110 |
Color Harmonies of #5E9602
Complementary color
Monochromatic Colors of #5E9602
Black with #5E9602
Text Example
Text Example
White with #5E9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9602; }
p { color: rgb(94,150,2); }
H1.HeaderClassName
{
color: #5E9602;
}
.AnyTagClassName
{
color: #5E9602;
}
</style>
background-color css
<style>
a { background-color: #5E9602; }
a { background-color: rgb(94,150,2); }
div.DivClassName
{
background-color: #5E9602;
}
.BgClassName
{
background-color: #5E9602;
}
</style>
border-color css
<style>
span { border-color: #5E9602; }
span { border-color: rgb(94,150,2); }
td.TdClassName
{
border-color: #5E9602;
}
.TagClassName
{
border-color: #5E9602;
}
</style>