Shades of Olive Drab #568804
Tints of Olive Drab #568804
RGB
CMYK
RGB Variations
Color information
#568804 (or 0x568804) is known color: Olive Drab. HEX triplet: 56, 88 and 04. RGB value is (86,136,4). Sum of RGB (Red+Green+Blue) = 86+136+4=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #568804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568804 is #A977FB. Grayscale: #6A6A6A. Windows color (decimal): -11106300 or 297046. OLE color: 297046.
HSL color Cylindrical-coordinate representation of color #568804: hue angle of 82.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #568804 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 4 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.47 |
| HSL | 82.73º | 0.94% | 0.27% | - |
| HSV(B) | 82.73º | 0.97% | 0.53% | - |
| XYZ | 12.66 | 19.6 | 3.23 | - |
| YUV | 106 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 4 | 0.37 | 0 | 0.97 | 0.47 | 82.73 | 0.94 | 0.27 |
| Hex | 56 | 88 | 4 | 25 | 0 | 61 | 2F | 53 | 5E | 1B |
| Octal | 126 | 210 | 4 | 45 | 0 | 141 | 57 | 123 | 136 | 33 |
| Binary | 1010110 | 10001000 | 100 | 100101 | 0 | 1100001 | 101111 | 1010011 | 1011110 | 11011 |
Color Harmonies of #568804
Complementary color
Monochromatic Colors of #568804
Black with #568804
Text Example
Text Example
White with #568804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568804; }
p { color: rgb(86,136,4); }
H1.HeaderClassName
{
color: #568804;
}
.AnyTagClassName
{
color: #568804;
}
</style>
background-color css
<style>
a { background-color: #568804; }
a { background-color: rgb(86,136,4); }
div.DivClassName
{
background-color: #568804;
}
.BgClassName
{
background-color: #568804;
}
</style>
border-color css
<style>
span { border-color: #568804; }
span { border-color: rgb(86,136,4); }
td.TdClassName
{
border-color: #568804;
}
.TagClassName
{
border-color: #568804;
}
</style>