Shades of Olive Drab #5E7F16
Tints of Olive Drab #5E7F16
RGB
CMYK
RGB Variations
Color information
#5E7F16 (or 0x5E7F16) is known color: Olive Drab. HEX triplet: 5E, 7F and 16. RGB value is (94,127,22). Sum of RGB (Red+Green+Blue) = 94+127+22=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7F16 is #A180E9. Grayscale: #696969. Windows color (decimal): -10584298 or 1474398. OLE color: 1474398.
HSL color Cylindrical-coordinate representation of color #5E7F16: hue angle of 78.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E7F16 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 127 | 22 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.50 |
| HSL | 78.86º | 0.7% | 0.29% | - |
| HSV(B) | 78.86º | 0.83% | 0.5% | - |
| XYZ | 12.35 | 17.62 | 3.51 | - |
| YUV | 105.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 22 | 0.26 | 0 | 0.83 | 0.50 | 78.86 | 0.7 | 0.29 |
| Hex | 5E | 7F | 16 | 1A | 0 | 53 | 32 | 4F | 46 | 1D |
| Octal | 136 | 177 | 26 | 32 | 0 | 123 | 62 | 117 | 106 | 35 |
| Binary | 1011110 | 1111111 | 10110 | 11010 | 0 | 1010011 | 110010 | 1001111 | 1000110 | 11101 |
Color Harmonies of #5E7F16
Complementary color
Monochromatic Colors of #5E7F16
Black with #5E7F16
Text Example
Text Example
White with #5E7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7F16; }
p { color: rgb(94,127,22); }
H1.HeaderClassName
{
color: #5E7F16;
}
.AnyTagClassName
{
color: #5E7F16;
}
</style>
background-color css
<style>
a { background-color: #5E7F16; }
a { background-color: rgb(94,127,22); }
div.DivClassName
{
background-color: #5E7F16;
}
.BgClassName
{
background-color: #5E7F16;
}
</style>
border-color css
<style>
span { border-color: #5E7F16; }
span { border-color: rgb(94,127,22); }
td.TdClassName
{
border-color: #5E7F16;
}
.TagClassName
{
border-color: #5E7F16;
}
</style>