Shades of Olive Drab #5E9804
Tints of Olive Drab #5E9804
RGB
CMYK
RGB Variations
Color information
#5E9804 (or 0x5E9804) is known color: Olive Drab. HEX triplet: 5E, 98 and 04. RGB value is (94,152,4). Sum of RGB (Red+Green+Blue) = 94+152+4=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9804 is #A167FB. Grayscale: #767676. Windows color (decimal): -10577916 or 301150. OLE color: 301150.
HSL color Cylindrical-coordinate representation of color #5E9804: hue angle of 83.51º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E9804 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 4 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.40 |
| HSL | 83.51º | 0.95% | 0.31% | - |
| HSV(B) | 83.51º | 0.97% | 0.6% | - |
| XYZ | 15.87 | 24.84 | 4.07 | - |
| YUV | 117.79 | 63.78 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 4 | 0.38 | 0 | 0.97 | 0.40 | 83.51 | 0.95 | 0.31 |
| Hex | 5E | 98 | 4 | 26 | 0 | 61 | 28 | 54 | 5F | 1F |
| Octal | 136 | 230 | 4 | 46 | 0 | 141 | 50 | 124 | 137 | 37 |
| Binary | 1011110 | 10011000 | 100 | 100110 | 0 | 1100001 | 101000 | 1010100 | 1011111 | 11111 |
Color Harmonies of #5E9804
Complementary color
Monochromatic Colors of #5E9804
Black with #5E9804
Text Example
Text Example
White with #5E9804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9804; }
p { color: rgb(94,152,4); }
H1.HeaderClassName
{
color: #5E9804;
}
.AnyTagClassName
{
color: #5E9804;
}
</style>
background-color css
<style>
a { background-color: #5E9804; }
a { background-color: rgb(94,152,4); }
div.DivClassName
{
background-color: #5E9804;
}
.BgClassName
{
background-color: #5E9804;
}
</style>
border-color css
<style>
span { border-color: #5E9804; }
span { border-color: rgb(94,152,4); }
td.TdClassName
{
border-color: #5E9804;
}
.TagClassName
{
border-color: #5E9804;
}
</style>