Shades of Olive Drab #568D00
Tints of Olive Drab #568D00
RGB
CMYK
RGB Variations
Color information
#568D00 (or 0x568D00) is known color: Olive Drab. HEX triplet: 56, 8D and 00. RGB value is (86,141,0). Sum of RGB (Red+Green+Blue) = 86+141+0=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 141 (55.47% from 255 or 62.11% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 141 - color contains mainly: green. Hex color #568D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568D00 is #A972FF. Grayscale: #6C6C6C. Windows color (decimal): -11105024 or 36182. OLE color: 36182.
HSL color Cylindrical-coordinate representation of color #568D00: hue angle of 83.4º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #568D00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 141 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.45 |
| HSL | 83.4º | 1% | 0.28% | - |
| HSV(B) | 83.4º | 1% | 0.55% | - |
| XYZ | 13.36 | 21.03 | 3.35 | - |
| YUV | 108.48 | 66.78 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 0 | 0.39 | 0 | 1 | 0.45 | 83.4 | 1 | 0.28 |
| Hex | 56 | 8D | 0 | 27 | 0 | 64 | 2D | 53 | 64 | 1C |
| Octal | 126 | 215 | 0 | 47 | 0 | 144 | 55 | 123 | 144 | 34 |
| Binary | 1010110 | 10001101 | 0 | 100111 | 0 | 1100100 | 101101 | 1010011 | 1100100 | 11100 |
Color Harmonies of #568D00
Complementary color
Monochromatic Colors of #568D00
Black with #568D00
Text Example
Text Example
White with #568D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568D00; }
p { color: rgb(86,141,0); }
H1.HeaderClassName
{
color: #568D00;
}
.AnyTagClassName
{
color: #568D00;
}
</style>
background-color css
<style>
a { background-color: #568D00; }
a { background-color: rgb(86,141,0); }
div.DivClassName
{
background-color: #568D00;
}
.BgClassName
{
background-color: #568D00;
}
</style>
border-color css
<style>
span { border-color: #568D00; }
span { border-color: rgb(86,141,0); }
td.TdClassName
{
border-color: #568D00;
}
.TagClassName
{
border-color: #568D00;
}
</style>