Shades of Olive Drab #5E8A09
Tints of Olive Drab #5E8A09
RGB
CMYK
RGB Variations
Color information
#5E8A09 (or 0x5E8A09) is known color: Olive Drab. HEX triplet: 5E, 8A and 09. RGB value is (94,138,9). Sum of RGB (Red+Green+Blue) = 94+138+9=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8A09 is #A175F6. Grayscale: #6E6E6E. Windows color (decimal): -10581495 or 625246. OLE color: 625246.
HSL color Cylindrical-coordinate representation of color #5E8A09: hue angle of 80.47º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E8A09 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 9 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.46 |
| HSL | 80.47º | 0.88% | 0.29% | - |
| HSV(B) | 80.47º | 0.93% | 0.54% | - |
| XYZ | 13.75 | 20.58 | 3.51 | - |
| YUV | 110.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 9 | 0.32 | 0 | 0.93 | 0.46 | 80.47 | 0.88 | 0.29 |
| Hex | 5E | 8A | 9 | 20 | 0 | 5D | 2E | 50 | 58 | 1D |
| Octal | 136 | 212 | 11 | 40 | 0 | 135 | 56 | 120 | 130 | 35 |
| Binary | 1011110 | 10001010 | 1001 | 100000 | 0 | 1011101 | 101110 | 1010000 | 1011000 | 11101 |
Color Harmonies of #5E8A09
Complementary color
Monochromatic Colors of #5E8A09
Black with #5E8A09
Text Example
Text Example
White with #5E8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A09; }
p { color: rgb(94,138,9); }
H1.HeaderClassName
{
color: #5E8A09;
}
.AnyTagClassName
{
color: #5E8A09;
}
</style>
background-color css
<style>
a { background-color: #5E8A09; }
a { background-color: rgb(94,138,9); }
div.DivClassName
{
background-color: #5E8A09;
}
.BgClassName
{
background-color: #5E8A09;
}
</style>
border-color css
<style>
span { border-color: #5E8A09; }
span { border-color: rgb(94,138,9); }
td.TdClassName
{
border-color: #5E8A09;
}
.TagClassName
{
border-color: #5E8A09;
}
</style>