Shades of Olive Drab #568705
Tints of Olive Drab #568705
RGB
CMYK
RGB Variations
Color information
#568705 (or 0x568705) is known color: Olive Drab. HEX triplet: 56, 87 and 05. RGB value is (86,135,5). Sum of RGB (Red+Green+Blue) = 86+135+5=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #568705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568705 is #A978FA. Grayscale: #696969. Windows color (decimal): -11106555 or 362326. OLE color: 362326.
HSL color Cylindrical-coordinate representation of color #568705: hue angle of 82.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #568705 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 135 | 5 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.47 |
| HSL | 82.62º | 0.93% | 0.27% | - |
| HSV(B) | 82.62º | 0.96% | 0.53% | - |
| XYZ | 12.53 | 19.32 | 3.21 | - |
| YUV | 105.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 135 | 5 | 0.36 | 0 | 0.96 | 0.47 | 82.62 | 0.93 | 0.27 |
| Hex | 56 | 87 | 5 | 24 | 0 | 60 | 2F | 53 | 5D | 1B |
| Octal | 126 | 207 | 5 | 44 | 0 | 140 | 57 | 123 | 135 | 33 |
| Binary | 1010110 | 10000111 | 101 | 100100 | 0 | 1100000 | 101111 | 1010011 | 1011101 | 11011 |
Color Harmonies of #568705
Complementary color
Monochromatic Colors of #568705
Black with #568705
Text Example
Text Example
White with #568705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568705; }
p { color: rgb(86,135,5); }
H1.HeaderClassName
{
color: #568705;
}
.AnyTagClassName
{
color: #568705;
}
</style>
background-color css
<style>
a { background-color: #568705; }
a { background-color: rgb(86,135,5); }
div.DivClassName
{
background-color: #568705;
}
.BgClassName
{
background-color: #568705;
}
</style>
border-color css
<style>
span { border-color: #568705; }
span { border-color: rgb(86,135,5); }
td.TdClassName
{
border-color: #568705;
}
.TagClassName
{
border-color: #568705;
}
</style>