Shades of Olive Drab #5E850F
Tints of Olive Drab #5E850F
RGB
CMYK
RGB Variations
Color information
#5E850F (or 0x5E850F) is known color: Olive Drab. HEX triplet: 5E, 85 and 0F. RGB value is (94,133,15). Sum of RGB (Red+Green+Blue) = 94+133+15=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #5E850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E850F is #A17AF0. Grayscale: #6C6C6C. Windows color (decimal): -10582769 or 1017182. OLE color: 1017182.
HSL color Cylindrical-coordinate representation of color #5E850F: hue angle of 79.83º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E850F is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 15 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.48 |
| HSL | 79.83º | 0.8% | 0.29% | - |
| HSV(B) | 79.83º | 0.89% | 0.52% | - |
| XYZ | 13.09 | 19.19 | 3.47 | - |
| YUV | 107.89 | 75.58 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 15 | 0.29 | 0 | 0.89 | 0.48 | 79.83 | 0.8 | 0.29 |
| Hex | 5E | 85 | F | 1D | 0 | 59 | 30 | 50 | 50 | 1D |
| Octal | 136 | 205 | 17 | 35 | 0 | 131 | 60 | 120 | 120 | 35 |
| Binary | 1011110 | 10000101 | 1111 | 11101 | 0 | 1011001 | 110000 | 1010000 | 1010000 | 11101 |
Color Harmonies of #5E850F
Complementary color
Monochromatic Colors of #5E850F
Black with #5E850F
Text Example
Text Example
White with #5E850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E850F; }
p { color: rgb(94,133,15); }
H1.HeaderClassName
{
color: #5E850F;
}
.AnyTagClassName
{
color: #5E850F;
}
</style>
background-color css
<style>
a { background-color: #5E850F; }
a { background-color: rgb(94,133,15); }
div.DivClassName
{
background-color: #5E850F;
}
.BgClassName
{
background-color: #5E850F;
}
</style>
border-color css
<style>
span { border-color: #5E850F; }
span { border-color: rgb(94,133,15); }
td.TdClassName
{
border-color: #5E850F;
}
.TagClassName
{
border-color: #5E850F;
}
</style>