Shades of Olive Drab #568609
Tints of Olive Drab #568609
RGB
CMYK
RGB Variations
Color information
#568609 (or 0x568609) is known color: Olive Drab. HEX triplet: 56, 86 and 09. RGB value is (86,134,9). Sum of RGB (Red+Green+Blue) = 86+134+9=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #568609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568609 is #A979F6. Grayscale: #696969. Windows color (decimal): -11106807 or 624214. OLE color: 624214.
HSL color Cylindrical-coordinate representation of color #568609: hue angle of 83.04º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #568609 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 134 | 9 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.47 |
| HSL | 83.04º | 0.87% | 0.28% | - |
| HSV(B) | 83.04º | 0.93% | 0.53% | - |
| XYZ | 12.41 | 19.05 | 3.28 | - |
| YUV | 105.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 9 | 0.36 | 0 | 0.93 | 0.47 | 83.04 | 0.87 | 0.28 |
| Hex | 56 | 86 | 9 | 24 | 0 | 5D | 2F | 53 | 57 | 1C |
| Octal | 126 | 206 | 11 | 44 | 0 | 135 | 57 | 123 | 127 | 34 |
| Binary | 1010110 | 10000110 | 1001 | 100100 | 0 | 1011101 | 101111 | 1010011 | 1010111 | 11100 |
Color Harmonies of #568609
Complementary color
Monochromatic Colors of #568609
Black with #568609
Text Example
Text Example
White with #568609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568609; }
p { color: rgb(86,134,9); }
H1.HeaderClassName
{
color: #568609;
}
.AnyTagClassName
{
color: #568609;
}
</style>
background-color css
<style>
a { background-color: #568609; }
a { background-color: rgb(86,134,9); }
div.DivClassName
{
background-color: #568609;
}
.BgClassName
{
background-color: #568609;
}
</style>
border-color css
<style>
span { border-color: #568609; }
span { border-color: rgb(86,134,9); }
td.TdClassName
{
border-color: #568609;
}
.TagClassName
{
border-color: #568609;
}
</style>