Shades of Olive Drab #5E7F13
Tints of Olive Drab #5E7F13
RGB
CMYK
RGB Variations
Color information
#5E7F13 (or 0x5E7F13) is known color: Olive Drab. HEX triplet: 5E, 7F and 13. RGB value is (94,127,19). Sum of RGB (Red+Green+Blue) = 94+127+19=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7F13 is #A180EC. Grayscale: #696969. Windows color (decimal): -10584301 or 1277790. OLE color: 1277790.
HSL color Cylindrical-coordinate representation of color #5E7F13: hue angle of 78.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E7F13 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 127 | 19 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.50 |
| HSL | 78.33º | 0.74% | 0.29% | - |
| HSV(B) | 78.33º | 0.85% | 0.5% | - |
| XYZ | 12.32 | 17.61 | 3.36 | - |
| YUV | 104.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 19 | 0.26 | 0 | 0.85 | 0.50 | 78.33 | 0.74 | 0.29 |
| Hex | 5E | 7F | 13 | 1A | 0 | 55 | 32 | 4E | 4A | 1D |
| Octal | 136 | 177 | 23 | 32 | 0 | 125 | 62 | 116 | 112 | 35 |
| Binary | 1011110 | 1111111 | 10011 | 11010 | 0 | 1010101 | 110010 | 1001110 | 1001010 | 11101 |
Color Harmonies of #5E7F13
Complementary color
Monochromatic Colors of #5E7F13
Black with #5E7F13
Text Example
Text Example
White with #5E7F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7F13; }
p { color: rgb(94,127,19); }
H1.HeaderClassName
{
color: #5E7F13;
}
.AnyTagClassName
{
color: #5E7F13;
}
</style>
background-color css
<style>
a { background-color: #5E7F13; }
a { background-color: rgb(94,127,19); }
div.DivClassName
{
background-color: #5E7F13;
}
.BgClassName
{
background-color: #5E7F13;
}
</style>
border-color css
<style>
span { border-color: #5E7F13; }
span { border-color: rgb(94,127,19); }
td.TdClassName
{
border-color: #5E7F13;
}
.TagClassName
{
border-color: #5E7F13;
}
</style>