Shades of Olive Drab #568808
Tints of Olive Drab #568808
RGB
CMYK
RGB Variations
Color information
#568808 (or 0x568808) is known color: Olive Drab. HEX triplet: 56, 88 and 08. RGB value is (86,136,8). Sum of RGB (Red+Green+Blue) = 86+136+8=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #568808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568808 is #A977F7. Grayscale: #6A6A6A. Windows color (decimal): -11106296 or 559190. OLE color: 559190.
HSL color Cylindrical-coordinate representation of color #568808: hue angle of 83.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #568808 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 8 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.47 |
| HSL | 83.44º | 0.89% | 0.28% | - |
| HSV(B) | 83.44º | 0.94% | 0.53% | - |
| XYZ | 12.69 | 19.6 | 3.35 | - |
| YUV | 106.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 8 | 0.37 | 0 | 0.94 | 0.47 | 83.44 | 0.89 | 0.28 |
| Hex | 56 | 88 | 8 | 25 | 0 | 5E | 2F | 53 | 59 | 1C |
| Octal | 126 | 210 | 10 | 45 | 0 | 136 | 57 | 123 | 131 | 34 |
| Binary | 1010110 | 10001000 | 1000 | 100101 | 0 | 1011110 | 101111 | 1010011 | 1011001 | 11100 |
Color Harmonies of #568808
Complementary color
Monochromatic Colors of #568808
Black with #568808
Text Example
Text Example
White with #568808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568808; }
p { color: rgb(86,136,8); }
H1.HeaderClassName
{
color: #568808;
}
.AnyTagClassName
{
color: #568808;
}
</style>
background-color css
<style>
a { background-color: #568808; }
a { background-color: rgb(86,136,8); }
div.DivClassName
{
background-color: #568808;
}
.BgClassName
{
background-color: #568808;
}
</style>
border-color css
<style>
span { border-color: #568808; }
span { border-color: rgb(86,136,8); }
td.TdClassName
{
border-color: #568808;
}
.TagClassName
{
border-color: #568808;
}
</style>