Shades of Olive Drab #568210
Tints of Olive Drab #568210
RGB
CMYK
RGB Variations
Color information
#568210 (or 0x568210) is known color: Olive Drab. HEX triplet: 56, 82 and 10. RGB value is (86,130,16). Sum of RGB (Red+Green+Blue) = 86+130+16=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #568210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568210 is #A97DEF. Grayscale: #686868. Windows color (decimal): -11107824 or 1081942. OLE color: 1081942.
HSL color Cylindrical-coordinate representation of color #568210: hue angle of 83.16º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #568210 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 16 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.49 |
| HSL | 83.16º | 0.78% | 0.29% | - |
| HSV(B) | 83.16º | 0.88% | 0.51% | - |
| XYZ | 11.91 | 17.98 | 3.33 | - |
| YUV | 103.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 16 | 0.34 | 0 | 0.88 | 0.49 | 83.16 | 0.78 | 0.29 |
| Hex | 56 | 82 | 10 | 22 | 0 | 58 | 31 | 53 | 4E | 1D |
| Octal | 126 | 202 | 20 | 42 | 0 | 130 | 61 | 123 | 116 | 35 |
| Binary | 1010110 | 10000010 | 10000 | 100010 | 0 | 1011000 | 110001 | 1010011 | 1001110 | 11101 |
Color Harmonies of #568210
Complementary color
Monochromatic Colors of #568210
Black with #568210
Text Example
Text Example
White with #568210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568210; }
p { color: rgb(86,130,16); }
H1.HeaderClassName
{
color: #568210;
}
.AnyTagClassName
{
color: #568210;
}
</style>
background-color css
<style>
a { background-color: #568210; }
a { background-color: rgb(86,130,16); }
div.DivClassName
{
background-color: #568210;
}
.BgClassName
{
background-color: #568210;
}
</style>
border-color css
<style>
span { border-color: #568210; }
span { border-color: rgb(86,130,16); }
td.TdClassName
{
border-color: #568210;
}
.TagClassName
{
border-color: #568210;
}
</style>