Shades of Dark Olive Green #566E26
Tints of Dark Olive Green #566E26
RGB
CMYK
RGB Variations
Color information
#566E26 (or 0x566E26) is known color: Dark Olive Green. HEX triplet: 56, 6E and 26. RGB value is (86,110,38). Sum of RGB (Red+Green+Blue) = 86+110+38=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #566E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566E26 is #A991D9. Grayscale: #5E5E5E. Windows color (decimal): -11112922 or 2518614. OLE color: 2518614.
HSL color Cylindrical-coordinate representation of color #566E26: hue angle of 80º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #566E26 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 38 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.57 |
| HSL | 80º | 0.49% | 0.29% | - |
| HSV(B) | 80º | 0.65% | 0.43% | - |
| XYZ | 9.76 | 13.27 | 3.88 | - |
| YUV | 94.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 38 | 0.22 | 0 | 0.65 | 0.57 | 80 | 0.49 | 0.29 |
| Hex | 56 | 6E | 26 | 16 | 0 | 41 | 39 | 50 | 31 | 1D |
| Octal | 126 | 156 | 46 | 26 | 0 | 101 | 71 | 120 | 61 | 35 |
| Binary | 1010110 | 1101110 | 100110 | 10110 | 0 | 1000001 | 111001 | 1010000 | 110001 | 11101 |
Color Harmonies of #566E26
Complementary color
Monochromatic Colors of #566E26
Black with #566E26
Text Example
Text Example
White with #566E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E26; }
p { color: rgb(86,110,38); }
H1.HeaderClassName
{
color: #566E26;
}
.AnyTagClassName
{
color: #566E26;
}
</style>
background-color css
<style>
a { background-color: #566E26; }
a { background-color: rgb(86,110,38); }
div.DivClassName
{
background-color: #566E26;
}
.BgClassName
{
background-color: #566E26;
}
</style>
border-color css
<style>
span { border-color: #566E26; }
span { border-color: rgb(86,110,38); }
td.TdClassName
{
border-color: #566E26;
}
.TagClassName
{
border-color: #566E26;
}
</style>