Shades of Olive Drab #5E8803
Tints of Olive Drab #5E8803
RGB
CMYK
RGB Variations
Color information
#5E8803 (or 0x5E8803) is known color: Olive Drab. HEX triplet: 5E, 88 and 03. RGB value is (94,136,3). Sum of RGB (Red+Green+Blue) = 94+136+3=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8803 is #A177FC. Grayscale: #6C6C6C. Windows color (decimal): -10582013 or 231518. OLE color: 231518.
HSL color Cylindrical-coordinate representation of color #5E8803: hue angle of 78.95º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E8803 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.47 |
| HSL | 78.95º | 0.96% | 0.27% | - |
| HSV(B) | 78.95º | 0.98% | 0.53% | - |
| XYZ | 13.44 | 19.99 | 3.24 | - |
| YUV | 108.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 3 | 0.31 | 0 | 0.98 | 0.47 | 78.95 | 0.96 | 0.27 |
| Hex | 5E | 88 | 3 | 1F | 0 | 62 | 2F | 4F | 60 | 1B |
| Octal | 136 | 210 | 3 | 37 | 0 | 142 | 57 | 117 | 140 | 33 |
| Binary | 1011110 | 10001000 | 11 | 11111 | 0 | 1100010 | 101111 | 1001111 | 1100000 | 11011 |
Color Harmonies of #5E8803
Complementary color
Monochromatic Colors of #5E8803
Black with #5E8803
Text Example
Text Example
White with #5E8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8803; }
p { color: rgb(94,136,3); }
H1.HeaderClassName
{
color: #5E8803;
}
.AnyTagClassName
{
color: #5E8803;
}
</style>
background-color css
<style>
a { background-color: #5E8803; }
a { background-color: rgb(94,136,3); }
div.DivClassName
{
background-color: #5E8803;
}
.BgClassName
{
background-color: #5E8803;
}
</style>
border-color css
<style>
span { border-color: #5E8803; }
span { border-color: rgb(94,136,3); }
td.TdClassName
{
border-color: #5E8803;
}
.TagClassName
{
border-color: #5E8803;
}
</style>