Shades of Olive Drab #5E861C
Tints of Olive Drab #5E861C
RGB
CMYK
RGB Variations
Color information
#5E861C (or 0x5E861C) is known color: Olive Drab. HEX triplet: 5E, 86 and 1C. RGB value is (94,134,28). Sum of RGB (Red+Green+Blue) = 94+134+28=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #5E861C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E861C is #A179E3. Grayscale: #6E6E6E. Windows color (decimal): -10582500 or 1869406. OLE color: 1869406.
HSL color Cylindrical-coordinate representation of color #5E861C: hue angle of 82.64º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E861C is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 28 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.47 |
| HSL | 82.64º | 0.65% | 0.32% | - |
| HSV(B) | 82.64º | 0.79% | 0.53% | - |
| XYZ | 13.35 | 19.51 | 4.16 | - |
| YUV | 109.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 28 | 0.30 | 0 | 0.79 | 0.47 | 82.64 | 0.65 | 0.32 |
| Hex | 5E | 86 | 1C | 1E | 0 | 4F | 2F | 53 | 41 | 20 |
| Octal | 136 | 206 | 34 | 36 | 0 | 117 | 57 | 123 | 101 | 40 |
| Binary | 1011110 | 10000110 | 11100 | 11110 | 0 | 1001111 | 101111 | 1010011 | 1000001 | 100000 |
Color Harmonies of #5E861C
Complementary color
Monochromatic Colors of #5E861C
Black with #5E861C
Text Example
Text Example
White with #5E861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E861C; }
p { color: rgb(94,134,28); }
H1.HeaderClassName
{
color: #5E861C;
}
.AnyTagClassName
{
color: #5E861C;
}
</style>
background-color css
<style>
a { background-color: #5E861C; }
a { background-color: rgb(94,134,28); }
div.DivClassName
{
background-color: #5E861C;
}
.BgClassName
{
background-color: #5E861C;
}
</style>
border-color css
<style>
span { border-color: #5E861C; }
span { border-color: rgb(94,134,28); }
td.TdClassName
{
border-color: #5E861C;
}
.TagClassName
{
border-color: #5E861C;
}
</style>