Shades of Olive Drab #5E9009
Tints of Olive Drab #5E9009
RGB
CMYK
RGB Variations
Color information
#5E9009 (or 0x5E9009) is known color: Olive Drab. HEX triplet: 5E, 90 and 09. RGB value is (94,144,9). Sum of RGB (Red+Green+Blue) = 94+144+9=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9009 is #A16FF6. Grayscale: #727272. Windows color (decimal): -10579959 or 626782. OLE color: 626782.
HSL color Cylindrical-coordinate representation of color #5E9009: hue angle of 82.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E9009 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 9 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.44 |
| HSL | 82.22º | 0.88% | 0.3% | - |
| HSV(B) | 82.22º | 0.94% | 0.56% | - |
| XYZ | 14.64 | 22.35 | 3.8 | - |
| YUV | 113.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 9 | 0.35 | 0 | 0.94 | 0.44 | 82.22 | 0.88 | 0.3 |
| Hex | 5E | 90 | 9 | 23 | 0 | 5E | 2C | 52 | 58 | 1E |
| Octal | 136 | 220 | 11 | 43 | 0 | 136 | 54 | 122 | 130 | 36 |
| Binary | 1011110 | 10010000 | 1001 | 100011 | 0 | 1011110 | 101100 | 1010010 | 1011000 | 11110 |
Color Harmonies of #5E9009
Complementary color
Monochromatic Colors of #5E9009
Black with #5E9009
Text Example
Text Example
White with #5E9009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9009; }
p { color: rgb(94,144,9); }
H1.HeaderClassName
{
color: #5E9009;
}
.AnyTagClassName
{
color: #5E9009;
}
</style>
background-color css
<style>
a { background-color: #5E9009; }
a { background-color: rgb(94,144,9); }
div.DivClassName
{
background-color: #5E9009;
}
.BgClassName
{
background-color: #5E9009;
}
</style>
border-color css
<style>
span { border-color: #5E9009; }
span { border-color: rgb(94,144,9); }
td.TdClassName
{
border-color: #5E9009;
}
.TagClassName
{
border-color: #5E9009;
}
</style>