Shades of Olive Drab #568009
Tints of Olive Drab #568009
RGB
CMYK
RGB Variations
Color information
#568009 (or 0x568009) is known color: Olive Drab. HEX triplet: 56, 80 and 09. RGB value is (86,128,9). Sum of RGB (Red+Green+Blue) = 86+128+9=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #568009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568009 is #A97FF6. Grayscale: #666666. Windows color (decimal): -11108343 or 622678. OLE color: 622678.
HSL color Cylindrical-coordinate representation of color #568009: hue angle of 81.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #568009 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 128 | 9 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.50 |
| HSL | 81.18º | 0.87% | 0.27% | - |
| HSV(B) | 81.18º | 0.93% | 0.5% | - |
| XYZ | 11.61 | 17.44 | 3.01 | - |
| YUV | 101.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 9 | 0.33 | 0 | 0.93 | 0.50 | 81.18 | 0.87 | 0.27 |
| Hex | 56 | 80 | 9 | 21 | 0 | 5D | 32 | 51 | 57 | 1B |
| Octal | 126 | 200 | 11 | 41 | 0 | 135 | 62 | 121 | 127 | 33 |
| Binary | 1010110 | 10000000 | 1001 | 100001 | 0 | 1011101 | 110010 | 1010001 | 1010111 | 11011 |
Color Harmonies of #568009
Complementary color
Monochromatic Colors of #568009
Black with #568009
Text Example
Text Example
White with #568009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568009; }
p { color: rgb(86,128,9); }
H1.HeaderClassName
{
color: #568009;
}
.AnyTagClassName
{
color: #568009;
}
</style>
background-color css
<style>
a { background-color: #568009; }
a { background-color: rgb(86,128,9); }
div.DivClassName
{
background-color: #568009;
}
.BgClassName
{
background-color: #568009;
}
</style>
border-color css
<style>
span { border-color: #568009; }
span { border-color: rgb(86,128,9); }
td.TdClassName
{
border-color: #568009;
}
.TagClassName
{
border-color: #568009;
}
</style>