Shades of Olive Drab #568409
Tints of Olive Drab #568409
RGB
CMYK
RGB Variations
Color information
#568409 (or 0x568409) is known color: Olive Drab. HEX triplet: 56, 84 and 09. RGB value is (86,132,9). Sum of RGB (Red+Green+Blue) = 86+132+9=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #568409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568409 is #A97BF6. Grayscale: #686868. Windows color (decimal): -11107319 or 623702. OLE color: 623702.
HSL color Cylindrical-coordinate representation of color #568409: hue angle of 82.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #568409 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 132 | 9 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.48 |
| HSL | 82.44º | 0.87% | 0.28% | - |
| HSV(B) | 82.44º | 0.93% | 0.52% | - |
| XYZ | 12.14 | 18.5 | 3.19 | - |
| YUV | 104.22 | 74.26 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 9 | 0.35 | 0 | 0.93 | 0.48 | 82.44 | 0.87 | 0.28 |
| Hex | 56 | 84 | 9 | 23 | 0 | 5D | 30 | 52 | 57 | 1C |
| Octal | 126 | 204 | 11 | 43 | 0 | 135 | 60 | 122 | 127 | 34 |
| Binary | 1010110 | 10000100 | 1001 | 100011 | 0 | 1011101 | 110000 | 1010010 | 1010111 | 11100 |
Color Harmonies of #568409
Complementary color
Monochromatic Colors of #568409
Black with #568409
Text Example
Text Example
White with #568409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568409; }
p { color: rgb(86,132,9); }
H1.HeaderClassName
{
color: #568409;
}
.AnyTagClassName
{
color: #568409;
}
</style>
background-color css
<style>
a { background-color: #568409; }
a { background-color: rgb(86,132,9); }
div.DivClassName
{
background-color: #568409;
}
.BgClassName
{
background-color: #568409;
}
</style>
border-color css
<style>
span { border-color: #568409; }
span { border-color: rgb(86,132,9); }
td.TdClassName
{
border-color: #568409;
}
.TagClassName
{
border-color: #568409;
}
</style>