Shades of Olive Drab #5E8802
Tints of Olive Drab #5E8802
RGB
CMYK
RGB Variations
Color information
#5E8802 (or 0x5E8802) is known color: Olive Drab. HEX triplet: 5E, 88 and 02. RGB value is (94,136,2). Sum of RGB (Red+Green+Blue) = 94+136+2=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8802 is #A177FD. Grayscale: #6C6C6C. Windows color (decimal): -10582014 or 165982. OLE color: 165982.
HSL color Cylindrical-coordinate representation of color #5E8802: hue angle of 78.81º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E8802 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.47 |
| HSL | 78.81º | 0.97% | 0.27% | - |
| HSV(B) | 78.81º | 0.99% | 0.53% | - |
| XYZ | 13.43 | 19.99 | 3.21 | - |
| YUV | 108.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 2 | 0.31 | 0 | 0.99 | 0.47 | 78.81 | 0.97 | 0.27 |
| Hex | 5E | 88 | 2 | 1F | 0 | 63 | 2F | 4F | 61 | 1B |
| Octal | 136 | 210 | 2 | 37 | 0 | 143 | 57 | 117 | 141 | 33 |
| Binary | 1011110 | 10001000 | 10 | 11111 | 0 | 1100011 | 101111 | 1001111 | 1100001 | 11011 |
Color Harmonies of #5E8802
Complementary color
Monochromatic Colors of #5E8802
Black with #5E8802
Text Example
Text Example
White with #5E8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8802; }
p { color: rgb(94,136,2); }
H1.HeaderClassName
{
color: #5E8802;
}
.AnyTagClassName
{
color: #5E8802;
}
</style>
background-color css
<style>
a { background-color: #5E8802; }
a { background-color: rgb(94,136,2); }
div.DivClassName
{
background-color: #5E8802;
}
.BgClassName
{
background-color: #5E8802;
}
</style>
border-color css
<style>
span { border-color: #5E8802; }
span { border-color: rgb(94,136,2); }
td.TdClassName
{
border-color: #5E8802;
}
.TagClassName
{
border-color: #5E8802;
}
</style>