Shades of Olive Drab #56800E
Tints of Olive Drab #56800E
RGB
CMYK
RGB Variations
Color information
#56800E (or 0x56800E) is known color: Olive Drab. HEX triplet: 56, 80 and 0E. RGB value is (86,128,14). Sum of RGB (Red+Green+Blue) = 86+128+14=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #56800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56800E is #A97FF1. Grayscale: #666666. Windows color (decimal): -11108338 or 950358. OLE color: 950358.
HSL color Cylindrical-coordinate representation of color #56800E: hue angle of 82.11º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56800E is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 128 | 14 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.50 |
| HSL | 82.11º | 0.8% | 0.28% | - |
| HSV(B) | 82.11º | 0.89% | 0.5% | - |
| XYZ | 11.64 | 17.45 | 3.17 | - |
| YUV | 102.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 14 | 0.33 | 0 | 0.89 | 0.50 | 82.11 | 0.8 | 0.28 |
| Hex | 56 | 80 | E | 21 | 0 | 59 | 32 | 52 | 50 | 1C |
| Octal | 126 | 200 | 16 | 41 | 0 | 131 | 62 | 122 | 120 | 34 |
| Binary | 1010110 | 10000000 | 1110 | 100001 | 0 | 1011001 | 110010 | 1010010 | 1010000 | 11100 |
Color Harmonies of #56800E
Complementary color
Monochromatic Colors of #56800E
Black with #56800E
Text Example
Text Example
White with #56800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56800E; }
p { color: rgb(86,128,14); }
H1.HeaderClassName
{
color: #56800E;
}
.AnyTagClassName
{
color: #56800E;
}
</style>
background-color css
<style>
a { background-color: #56800E; }
a { background-color: rgb(86,128,14); }
div.DivClassName
{
background-color: #56800E;
}
.BgClassName
{
background-color: #56800E;
}
</style>
border-color css
<style>
span { border-color: #56800E; }
span { border-color: rgb(86,128,14); }
td.TdClassName
{
border-color: #56800E;
}
.TagClassName
{
border-color: #56800E;
}
</style>