Shades of Olive Drab #5E9803
Tints of Olive Drab #5E9803
RGB
CMYK
RGB Variations
Color information
#5E9803 (or 0x5E9803) is known color: Olive Drab. HEX triplet: 5E, 98 and 03. RGB value is (94,152,3). Sum of RGB (Red+Green+Blue) = 94+152+3=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9803 is #A167FC. Grayscale: #767676. Windows color (decimal): -10577917 or 235614. OLE color: 235614.
HSL color Cylindrical-coordinate representation of color #5E9803: hue angle of 83.36º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E9803 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 3 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.40 |
| HSL | 83.36º | 0.96% | 0.3% | - |
| HSV(B) | 83.36º | 0.98% | 0.6% | - |
| XYZ | 15.86 | 24.84 | 4.05 | - |
| YUV | 117.67 | 63.28 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 3 | 0.38 | 0 | 0.98 | 0.40 | 83.36 | 0.96 | 0.3 |
| Hex | 5E | 98 | 3 | 26 | 0 | 62 | 28 | 53 | 60 | 1E |
| Octal | 136 | 230 | 3 | 46 | 0 | 142 | 50 | 123 | 140 | 36 |
| Binary | 1011110 | 10011000 | 11 | 100110 | 0 | 1100010 | 101000 | 1010011 | 1100000 | 11110 |
Color Harmonies of #5E9803
Complementary color
Monochromatic Colors of #5E9803
Black with #5E9803
Text Example
Text Example
White with #5E9803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9803; }
p { color: rgb(94,152,3); }
H1.HeaderClassName
{
color: #5E9803;
}
.AnyTagClassName
{
color: #5E9803;
}
</style>
background-color css
<style>
a { background-color: #5E9803; }
a { background-color: rgb(94,152,3); }
div.DivClassName
{
background-color: #5E9803;
}
.BgClassName
{
background-color: #5E9803;
}
</style>
border-color css
<style>
span { border-color: #5E9803; }
span { border-color: rgb(94,152,3); }
td.TdClassName
{
border-color: #5E9803;
}
.TagClassName
{
border-color: #5E9803;
}
</style>