Shades of Olive Drab #5E861A
Tints of Olive Drab #5E861A
RGB
CMYK
RGB Variations
Color information
#5E861A (or 0x5E861A) is known color: Olive Drab. HEX triplet: 5E, 86 and 1A. RGB value is (94,134,26). Sum of RGB (Red+Green+Blue) = 94+134+26=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #5E861A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E861A is #A179E5. Grayscale: #6E6E6E. Windows color (decimal): -10582502 or 1738334. OLE color: 1738334.
HSL color Cylindrical-coordinate representation of color #5E861A: hue angle of 82.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E861A is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 26 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.47 |
| HSL | 82.22º | 0.68% | 0.31% | - |
| HSV(B) | 82.22º | 0.81% | 0.53% | - |
| XYZ | 13.33 | 19.5 | 4.04 | - |
| YUV | 109.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 26 | 0.30 | 0 | 0.81 | 0.47 | 82.22 | 0.68 | 0.31 |
| Hex | 5E | 86 | 1A | 1E | 0 | 51 | 2F | 52 | 44 | 1F |
| Octal | 136 | 206 | 32 | 36 | 0 | 121 | 57 | 122 | 104 | 37 |
| Binary | 1011110 | 10000110 | 11010 | 11110 | 0 | 1010001 | 101111 | 1010010 | 1000100 | 11111 |
Color Harmonies of #5E861A
Complementary color
Monochromatic Colors of #5E861A
Black with #5E861A
Text Example
Text Example
White with #5E861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E861A; }
p { color: rgb(94,134,26); }
H1.HeaderClassName
{
color: #5E861A;
}
.AnyTagClassName
{
color: #5E861A;
}
</style>
background-color css
<style>
a { background-color: #5E861A; }
a { background-color: rgb(94,134,26); }
div.DivClassName
{
background-color: #5E861A;
}
.BgClassName
{
background-color: #5E861A;
}
</style>
border-color css
<style>
span { border-color: #5E861A; }
span { border-color: rgb(94,134,26); }
td.TdClassName
{
border-color: #5E861A;
}
.TagClassName
{
border-color: #5E861A;
}
</style>