Shades of Dark Olive Green #566C21
Tints of Dark Olive Green #566C21
RGB
CMYK
RGB Variations
Color information
#566C21 (or 0x566C21) is known color: Dark Olive Green. HEX triplet: 56, 6C and 21. RGB value is (86,108,33). Sum of RGB (Red+Green+Blue) = 86+108+33=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #566C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566C21 is #A993DE. Grayscale: #5D5D5D. Windows color (decimal): -11113439 or 2190422. OLE color: 2190422.
HSL color Cylindrical-coordinate representation of color #566C21: hue angle of 77.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #566C21 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 33 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.58 |
| HSL | 77.6º | 0.53% | 0.28% | - |
| HSV(B) | 77.6º | 0.69% | 0.42% | - |
| XYZ | 9.47 | 12.81 | 3.41 | - |
| YUV | 92.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 33 | 0.20 | 0 | 0.69 | 0.58 | 77.6 | 0.53 | 0.28 |
| Hex | 56 | 6C | 21 | 14 | 0 | 45 | 3A | 4E | 35 | 1C |
| Octal | 126 | 154 | 41 | 24 | 0 | 105 | 72 | 116 | 65 | 34 |
| Binary | 1010110 | 1101100 | 100001 | 10100 | 0 | 1000101 | 111010 | 1001110 | 110101 | 11100 |
Color Harmonies of #566C21
Complementary color
Monochromatic Colors of #566C21
Black with #566C21
Text Example
Text Example
White with #566C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C21; }
p { color: rgb(86,108,33); }
H1.HeaderClassName
{
color: #566C21;
}
.AnyTagClassName
{
color: #566C21;
}
</style>
background-color css
<style>
a { background-color: #566C21; }
a { background-color: rgb(86,108,33); }
div.DivClassName
{
background-color: #566C21;
}
.BgClassName
{
background-color: #566C21;
}
</style>
border-color css
<style>
span { border-color: #566C21; }
span { border-color: rgb(86,108,33); }
td.TdClassName
{
border-color: #566C21;
}
.TagClassName
{
border-color: #566C21;
}
</style>