Shades of Olive Drab #5E851F
Tints of Olive Drab #5E851F
RGB
CMYK
RGB Variations
Color information
#5E851F (or 0x5E851F) is known color: Olive Drab. HEX triplet: 5E, 85 and 1F. RGB value is (94,133,31). Sum of RGB (Red+Green+Blue) = 94+133+31=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #5E851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E851F is #A17AE0. Grayscale: #6E6E6E. Windows color (decimal): -10582753 or 2065758. OLE color: 2065758.
HSL color Cylindrical-coordinate representation of color #5E851F: hue angle of 82.94º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E851F is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 31 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.48 |
| HSL | 82.94º | 0.62% | 0.32% | - |
| HSV(B) | 82.94º | 0.77% | 0.52% | - |
| XYZ | 13.25 | 19.25 | 4.31 | - |
| YUV | 109.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 31 | 0.29 | 0 | 0.77 | 0.48 | 82.94 | 0.62 | 0.32 |
| Hex | 5E | 85 | 1F | 1D | 0 | 4D | 30 | 53 | 3E | 20 |
| Octal | 136 | 205 | 37 | 35 | 0 | 115 | 60 | 123 | 76 | 40 |
| Binary | 1011110 | 10000101 | 11111 | 11101 | 0 | 1001101 | 110000 | 1010011 | 111110 | 100000 |
Color Harmonies of #5E851F
Complementary color
Monochromatic Colors of #5E851F
Black with #5E851F
Text Example
Text Example
White with #5E851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E851F; }
p { color: rgb(94,133,31); }
H1.HeaderClassName
{
color: #5E851F;
}
.AnyTagClassName
{
color: #5E851F;
}
</style>
background-color css
<style>
a { background-color: #5E851F; }
a { background-color: rgb(94,133,31); }
div.DivClassName
{
background-color: #5E851F;
}
.BgClassName
{
background-color: #5E851F;
}
</style>
border-color css
<style>
span { border-color: #5E851F; }
span { border-color: rgb(94,133,31); }
td.TdClassName
{
border-color: #5E851F;
}
.TagClassName
{
border-color: #5E851F;
}
</style>