Shades of Dark Olive Green #566B28
Tints of Dark Olive Green #566B28
RGB
CMYK
RGB Variations
Color information
#566B28 (or 0x566B28) is known color: Dark Olive Green. HEX triplet: 56, 6B and 28. RGB value is (86,107,40). Sum of RGB (Red+Green+Blue) = 86+107+40=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #566B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566B28 is #A994D7. Grayscale: #5D5D5D. Windows color (decimal): -11113688 or 2648918. OLE color: 2648918.
HSL color Cylindrical-coordinate representation of color #566B28: hue angle of 78.81º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #566B28 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 107 | 40 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.58 |
| HSL | 78.81º | 0.46% | 0.29% | - |
| HSV(B) | 78.81º | 0.63% | 0.42% | - |
| XYZ | 9.48 | 12.65 | 3.95 | - |
| YUV | 93.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 40 | 0.20 | 0 | 0.63 | 0.58 | 78.81 | 0.46 | 0.29 |
| Hex | 56 | 6B | 28 | 14 | 0 | 3F | 3A | 4F | 2E | 1D |
| Octal | 126 | 153 | 50 | 24 | 0 | 77 | 72 | 117 | 56 | 35 |
| Binary | 1010110 | 1101011 | 101000 | 10100 | 0 | 111111 | 111010 | 1001111 | 101110 | 11101 |
Color Harmonies of #566B28
Complementary color
Monochromatic Colors of #566B28
Black with #566B28
Text Example
Text Example
White with #566B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566B28; }
p { color: rgb(86,107,40); }
H1.HeaderClassName
{
color: #566B28;
}
.AnyTagClassName
{
color: #566B28;
}
</style>
background-color css
<style>
a { background-color: #566B28; }
a { background-color: rgb(86,107,40); }
div.DivClassName
{
background-color: #566B28;
}
.BgClassName
{
background-color: #566B28;
}
</style>
border-color css
<style>
span { border-color: #566B28; }
span { border-color: rgb(86,107,40); }
td.TdClassName
{
border-color: #566B28;
}
.TagClassName
{
border-color: #566B28;
}
</style>