Shades of Dark Olive Green #566828
Tints of Dark Olive Green #566828
RGB
CMYK
RGB Variations
Color information
#566828 (or 0x566828) is known color: Dark Olive Green. HEX triplet: 56, 68 and 28. RGB value is (86,104,40). Sum of RGB (Red+Green+Blue) = 86+104+40=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #566828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566828 is #A997D7. Grayscale: #5B5B5B. Windows color (decimal): -11114456 or 2648150. OLE color: 2648150.
HSL color Cylindrical-coordinate representation of color #566828: hue angle of 76.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566828 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 104 | 40 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.59 |
| HSL | 76.88º | 0.44% | 0.28% | - |
| HSV(B) | 76.88º | 0.62% | 0.41% | - |
| XYZ | 9.17 | 12.03 | 3.85 | - |
| YUV | 91.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 40 | 0.17 | 0 | 0.62 | 0.59 | 76.88 | 0.44 | 0.28 |
| Hex | 56 | 68 | 28 | 11 | 0 | 3E | 3B | 4D | 2C | 1C |
| Octal | 126 | 150 | 50 | 21 | 0 | 76 | 73 | 115 | 54 | 34 |
| Binary | 1010110 | 1101000 | 101000 | 10001 | 0 | 111110 | 111011 | 1001101 | 101100 | 11100 |
Color Harmonies of #566828
Complementary color
Monochromatic Colors of #566828
Black with #566828
Text Example
Text Example
White with #566828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566828; }
p { color: rgb(86,104,40); }
H1.HeaderClassName
{
color: #566828;
}
.AnyTagClassName
{
color: #566828;
}
</style>
background-color css
<style>
a { background-color: #566828; }
a { background-color: rgb(86,104,40); }
div.DivClassName
{
background-color: #566828;
}
.BgClassName
{
background-color: #566828;
}
</style>
border-color css
<style>
span { border-color: #566828; }
span { border-color: rgb(86,104,40); }
td.TdClassName
{
border-color: #566828;
}
.TagClassName
{
border-color: #566828;
}
</style>