Shades of Olive Drab #5E7F17
Tints of Olive Drab #5E7F17
RGB
CMYK
RGB Variations
Color information
#5E7F17 (or 0x5E7F17) is known color: Olive Drab. HEX triplet: 5E, 7F and 17. RGB value is (94,127,23). Sum of RGB (Red+Green+Blue) = 94+127+23=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7F17 is #A180E8. Grayscale: #696969. Windows color (decimal): -10584297 or 1539934. OLE color: 1539934.
HSL color Cylindrical-coordinate representation of color #5E7F17: hue angle of 79.04º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E7F17 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 127 | 23 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.50 |
| HSL | 79.04º | 0.69% | 0.29% | - |
| HSV(B) | 79.04º | 0.82% | 0.5% | - |
| XYZ | 12.36 | 17.62 | 3.56 | - |
| YUV | 105.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 23 | 0.26 | 0 | 0.82 | 0.50 | 79.04 | 0.69 | 0.29 |
| Hex | 5E | 7F | 17 | 1A | 0 | 52 | 32 | 4F | 45 | 1D |
| Octal | 136 | 177 | 27 | 32 | 0 | 122 | 62 | 117 | 105 | 35 |
| Binary | 1011110 | 1111111 | 10111 | 11010 | 0 | 1010010 | 110010 | 1001111 | 1000101 | 11101 |
Color Harmonies of #5E7F17
Complementary color
Monochromatic Colors of #5E7F17
Black with #5E7F17
Text Example
Text Example
White with #5E7F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7F17; }
p { color: rgb(94,127,23); }
H1.HeaderClassName
{
color: #5E7F17;
}
.AnyTagClassName
{
color: #5E7F17;
}
</style>
background-color css
<style>
a { background-color: #5E7F17; }
a { background-color: rgb(94,127,23); }
div.DivClassName
{
background-color: #5E7F17;
}
.BgClassName
{
background-color: #5E7F17;
}
</style>
border-color css
<style>
span { border-color: #5E7F17; }
span { border-color: rgb(94,127,23); }
td.TdClassName
{
border-color: #5E7F17;
}
.TagClassName
{
border-color: #5E7F17;
}
</style>