Shades of Olive Drab #568706
Tints of Olive Drab #568706
RGB
CMYK
RGB Variations
Color information
#568706 (or 0x568706) is known color: Olive Drab. HEX triplet: 56, 87 and 06. RGB value is (86,135,6). Sum of RGB (Red+Green+Blue) = 86+135+6=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #568706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568706 is #A978F9. Grayscale: #6A6A6A. Windows color (decimal): -11106554 or 427862. OLE color: 427862.
HSL color Cylindrical-coordinate representation of color #568706: hue angle of 82.79º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #568706 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 135 | 6 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.47 |
| HSL | 82.79º | 0.91% | 0.28% | - |
| HSV(B) | 82.79º | 0.96% | 0.53% | - |
| XYZ | 12.53 | 19.32 | 3.24 | - |
| YUV | 105.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 135 | 6 | 0.36 | 0 | 0.96 | 0.47 | 82.79 | 0.91 | 0.28 |
| Hex | 56 | 87 | 6 | 24 | 0 | 60 | 2F | 53 | 5B | 1C |
| Octal | 126 | 207 | 6 | 44 | 0 | 140 | 57 | 123 | 133 | 34 |
| Binary | 1010110 | 10000111 | 110 | 100100 | 0 | 1100000 | 101111 | 1010011 | 1011011 | 11100 |
Color Harmonies of #568706
Complementary color
Monochromatic Colors of #568706
Black with #568706
Text Example
Text Example
White with #568706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568706; }
p { color: rgb(86,135,6); }
H1.HeaderClassName
{
color: #568706;
}
.AnyTagClassName
{
color: #568706;
}
</style>
background-color css
<style>
a { background-color: #568706; }
a { background-color: rgb(86,135,6); }
div.DivClassName
{
background-color: #568706;
}
.BgClassName
{
background-color: #568706;
}
</style>
border-color css
<style>
span { border-color: #568706; }
span { border-color: rgb(86,135,6); }
td.TdClassName
{
border-color: #568706;
}
.TagClassName
{
border-color: #568706;
}
</style>