Shades of Olive Drab #568208
Tints of Olive Drab #568208
RGB
CMYK
RGB Variations
Color information
#568208 (or 0x568208) is known color: Olive Drab. HEX triplet: 56, 82 and 08. RGB value is (86,130,8). Sum of RGB (Red+Green+Blue) = 86+130+8=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #568208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568208 is #A97DF7. Grayscale: #676767. Windows color (decimal): -11107832 or 557654. OLE color: 557654.
HSL color Cylindrical-coordinate representation of color #568208: hue angle of 81.64º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #568208 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 8 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.49 |
| HSL | 81.64º | 0.88% | 0.27% | - |
| HSV(B) | 81.64º | 0.94% | 0.51% | - |
| XYZ | 11.86 | 17.96 | 3.07 | - |
| YUV | 102.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 8 | 0.34 | 0 | 0.94 | 0.49 | 81.64 | 0.88 | 0.27 |
| Hex | 56 | 82 | 8 | 22 | 0 | 5E | 31 | 52 | 58 | 1B |
| Octal | 126 | 202 | 10 | 42 | 0 | 136 | 61 | 122 | 130 | 33 |
| Binary | 1010110 | 10000010 | 1000 | 100010 | 0 | 1011110 | 110001 | 1010010 | 1011000 | 11011 |
Color Harmonies of #568208
Complementary color
Monochromatic Colors of #568208
Black with #568208
Text Example
Text Example
White with #568208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568208; }
p { color: rgb(86,130,8); }
H1.HeaderClassName
{
color: #568208;
}
.AnyTagClassName
{
color: #568208;
}
</style>
background-color css
<style>
a { background-color: #568208; }
a { background-color: rgb(86,130,8); }
div.DivClassName
{
background-color: #568208;
}
.BgClassName
{
background-color: #568208;
}
</style>
border-color css
<style>
span { border-color: #568208; }
span { border-color: rgb(86,130,8); }
td.TdClassName
{
border-color: #568208;
}
.TagClassName
{
border-color: #568208;
}
</style>