Shades of Olive Drab #568802
Tints of Olive Drab #568802
RGB
CMYK
RGB Variations
Color information
#568802 (or 0x568802) is known color: Olive Drab. HEX triplet: 56, 88 and 02. RGB value is (86,136,2). Sum of RGB (Red+Green+Blue) = 86+136+2=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #568802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568802 is #A977FD. Grayscale: #6A6A6A. Windows color (decimal): -11106302 or 165974. OLE color: 165974.
HSL color Cylindrical-coordinate representation of color #568802: hue angle of 82.39º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #568802 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.47 |
| HSL | 82.39º | 0.97% | 0.27% | - |
| HSV(B) | 82.39º | 0.99% | 0.53% | - |
| XYZ | 12.65 | 19.59 | 3.17 | - |
| YUV | 105.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 2 | 0.37 | 0 | 0.99 | 0.47 | 82.39 | 0.97 | 0.27 |
| Hex | 56 | 88 | 2 | 25 | 0 | 63 | 2F | 52 | 61 | 1B |
| Octal | 126 | 210 | 2 | 45 | 0 | 143 | 57 | 122 | 141 | 33 |
| Binary | 1010110 | 10001000 | 10 | 100101 | 0 | 1100011 | 101111 | 1010010 | 1100001 | 11011 |
Color Harmonies of #568802
Complementary color
Monochromatic Colors of #568802
Black with #568802
Text Example
Text Example
White with #568802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568802; }
p { color: rgb(86,136,2); }
H1.HeaderClassName
{
color: #568802;
}
.AnyTagClassName
{
color: #568802;
}
</style>
background-color css
<style>
a { background-color: #568802; }
a { background-color: rgb(86,136,2); }
div.DivClassName
{
background-color: #568802;
}
.BgClassName
{
background-color: #568802;
}
</style>
border-color css
<style>
span { border-color: #568802; }
span { border-color: rgb(86,136,2); }
td.TdClassName
{
border-color: #568802;
}
.TagClassName
{
border-color: #568802;
}
</style>