Shades of Dark Olive Green #566921
Tints of Dark Olive Green #566921
RGB
CMYK
RGB Variations
Color information
#566921 (or 0x566921) is known color: Dark Olive Green. HEX triplet: 56, 69 and 21. RGB value is (86,105,33). Sum of RGB (Red+Green+Blue) = 86+105+33=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #566921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566921 is #A996DE. Grayscale: #5B5B5B. Windows color (decimal): -11114207 or 2189654. OLE color: 2189654.
HSL color Cylindrical-coordinate representation of color #566921: hue angle of 75.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #566921 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 33 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.59 |
| HSL | 75.83º | 0.52% | 0.27% | - |
| HSV(B) | 75.83º | 0.69% | 0.41% | - |
| XYZ | 9.16 | 12.19 | 3.31 | - |
| YUV | 91.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 33 | 0.18 | 0 | 0.69 | 0.59 | 75.83 | 0.52 | 0.27 |
| Hex | 56 | 69 | 21 | 12 | 0 | 45 | 3B | 4C | 34 | 1B |
| Octal | 126 | 151 | 41 | 22 | 0 | 105 | 73 | 114 | 64 | 33 |
| Binary | 1010110 | 1101001 | 100001 | 10010 | 0 | 1000101 | 111011 | 1001100 | 110100 | 11011 |
Color Harmonies of #566921
Complementary color
Monochromatic Colors of #566921
Black with #566921
Text Example
Text Example
White with #566921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566921; }
p { color: rgb(86,105,33); }
H1.HeaderClassName
{
color: #566921;
}
.AnyTagClassName
{
color: #566921;
}
</style>
background-color css
<style>
a { background-color: #566921; }
a { background-color: rgb(86,105,33); }
div.DivClassName
{
background-color: #566921;
}
.BgClassName
{
background-color: #566921;
}
</style>
border-color css
<style>
span { border-color: #566921; }
span { border-color: rgb(86,105,33); }
td.TdClassName
{
border-color: #566921;
}
.TagClassName
{
border-color: #566921;
}
</style>