Shades of Olive Drab #5E8B03
Tints of Olive Drab #5E8B03
RGB
CMYK
RGB Variations
Color information
#5E8B03 (or 0x5E8B03) is known color: Olive Drab. HEX triplet: 5E, 8B and 03. RGB value is (94,139,3). Sum of RGB (Red+Green+Blue) = 94+139+3=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8B03 is #A174FC. Grayscale: #6E6E6E. Windows color (decimal): -10581245 or 232286. OLE color: 232286.
HSL color Cylindrical-coordinate representation of color #5E8B03: hue angle of 79.85º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E8B03 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 139 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.45 |
| HSL | 79.85º | 0.96% | 0.28% | - |
| HSV(B) | 79.85º | 0.98% | 0.55% | - |
| XYZ | 13.87 | 20.85 | 3.38 | - |
| YUV | 110.04 | 67.59 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 3 | 0.32 | 0 | 0.98 | 0.45 | 79.85 | 0.96 | 0.28 |
| Hex | 5E | 8B | 3 | 20 | 0 | 62 | 2D | 50 | 60 | 1C |
| Octal | 136 | 213 | 3 | 40 | 0 | 142 | 55 | 120 | 140 | 34 |
| Binary | 1011110 | 10001011 | 11 | 100000 | 0 | 1100010 | 101101 | 1010000 | 1100000 | 11100 |
Color Harmonies of #5E8B03
Complementary color
Monochromatic Colors of #5E8B03
Black with #5E8B03
Text Example
Text Example
White with #5E8B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B03; }
p { color: rgb(94,139,3); }
H1.HeaderClassName
{
color: #5E8B03;
}
.AnyTagClassName
{
color: #5E8B03;
}
</style>
background-color css
<style>
a { background-color: #5E8B03; }
a { background-color: rgb(94,139,3); }
div.DivClassName
{
background-color: #5E8B03;
}
.BgClassName
{
background-color: #5E8B03;
}
</style>
border-color css
<style>
span { border-color: #5E8B03; }
span { border-color: rgb(94,139,3); }
td.TdClassName
{
border-color: #5E8B03;
}
.TagClassName
{
border-color: #5E8B03;
}
</style>