Shades of Olive Drab #568607
Tints of Olive Drab #568607
RGB
CMYK
RGB Variations
Color information
#568607 (or 0x568607) is known color: Olive Drab. HEX triplet: 56, 86 and 07. RGB value is (86,134,7). Sum of RGB (Red+Green+Blue) = 86+134+7=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #568607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568607 is #A979F8. Grayscale: #696969. Windows color (decimal): -11106809 or 493142. OLE color: 493142.
HSL color Cylindrical-coordinate representation of color #568607: hue angle of 82.68º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #568607 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 134 | 7 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.47 |
| HSL | 82.68º | 0.9% | 0.28% | - |
| HSV(B) | 82.68º | 0.95% | 0.53% | - |
| XYZ | 12.4 | 19.04 | 3.22 | - |
| YUV | 105.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 7 | 0.36 | 0 | 0.95 | 0.47 | 82.68 | 0.9 | 0.28 |
| Hex | 56 | 86 | 7 | 24 | 0 | 5F | 2F | 53 | 5A | 1C |
| Octal | 126 | 206 | 7 | 44 | 0 | 137 | 57 | 123 | 132 | 34 |
| Binary | 1010110 | 10000110 | 111 | 100100 | 0 | 1011111 | 101111 | 1010011 | 1011010 | 11100 |
Color Harmonies of #568607
Complementary color
Monochromatic Colors of #568607
Black with #568607
Text Example
Text Example
White with #568607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568607; }
p { color: rgb(86,134,7); }
H1.HeaderClassName
{
color: #568607;
}
.AnyTagClassName
{
color: #568607;
}
</style>
background-color css
<style>
a { background-color: #568607; }
a { background-color: rgb(86,134,7); }
div.DivClassName
{
background-color: #568607;
}
.BgClassName
{
background-color: #568607;
}
</style>
border-color css
<style>
span { border-color: #568607; }
span { border-color: rgb(86,134,7); }
td.TdClassName
{
border-color: #568607;
}
.TagClassName
{
border-color: #568607;
}
</style>