Shades of Olive Drab #56850A
Tints of Olive Drab #56850A
RGB
CMYK
RGB Variations
Color information
#56850A (or 0x56850A) is known color: Olive Drab. HEX triplet: 56, 85 and 0A. RGB value is (86,133,10). Sum of RGB (Red+Green+Blue) = 86+133+10=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #56850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56850A is #A97AF5. Grayscale: #696969. Windows color (decimal): -11107062 or 689494. OLE color: 689494.
HSL color Cylindrical-coordinate representation of color #56850A: hue angle of 82.93º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56850A is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 133 | 10 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.48 |
| HSL | 82.93º | 0.86% | 0.28% | - |
| HSV(B) | 82.93º | 0.92% | 0.52% | - |
| XYZ | 12.28 | 18.78 | 3.26 | - |
| YUV | 104.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 133 | 10 | 0.35 | 0 | 0.92 | 0.48 | 82.93 | 0.86 | 0.28 |
| Hex | 56 | 85 | A | 23 | 0 | 5C | 30 | 53 | 56 | 1C |
| Octal | 126 | 205 | 12 | 43 | 0 | 134 | 60 | 123 | 126 | 34 |
| Binary | 1010110 | 10000101 | 1010 | 100011 | 0 | 1011100 | 110000 | 1010011 | 1010110 | 11100 |
Color Harmonies of #56850A
Complementary color
Monochromatic Colors of #56850A
Black with #56850A
Text Example
Text Example
White with #56850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56850A; }
p { color: rgb(86,133,10); }
H1.HeaderClassName
{
color: #56850A;
}
.AnyTagClassName
{
color: #56850A;
}
</style>
background-color css
<style>
a { background-color: #56850A; }
a { background-color: rgb(86,133,10); }
div.DivClassName
{
background-color: #56850A;
}
.BgClassName
{
background-color: #56850A;
}
</style>
border-color css
<style>
span { border-color: #56850A; }
span { border-color: rgb(86,133,10); }
td.TdClassName
{
border-color: #56850A;
}
.TagClassName
{
border-color: #56850A;
}
</style>