Shades of Dark Olive Green #566C27
Tints of Dark Olive Green #566C27
RGB
CMYK
RGB Variations
Color information
#566C27 (or 0x566C27) is known color: Dark Olive Green. HEX triplet: 56, 6C and 27. RGB value is (86,108,39). Sum of RGB (Red+Green+Blue) = 86+108+39=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #566C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566C27 is #A993D8. Grayscale: #5D5D5D. Windows color (decimal): -11113433 or 2583638. OLE color: 2583638.
HSL color Cylindrical-coordinate representation of color #566C27: hue angle of 79.13º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566C27 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 39 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.58 |
| HSL | 79.13º | 0.47% | 0.29% | - |
| HSV(B) | 79.13º | 0.64% | 0.42% | - |
| XYZ | 9.57 | 12.85 | 3.9 | - |
| YUV | 93.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 39 | 0.20 | 0 | 0.64 | 0.58 | 79.13 | 0.47 | 0.29 |
| Hex | 56 | 6C | 27 | 14 | 0 | 40 | 3A | 4F | 2F | 1D |
| Octal | 126 | 154 | 47 | 24 | 0 | 100 | 72 | 117 | 57 | 35 |
| Binary | 1010110 | 1101100 | 100111 | 10100 | 0 | 1000000 | 111010 | 1001111 | 101111 | 11101 |
Color Harmonies of #566C27
Complementary color
Monochromatic Colors of #566C27
Black with #566C27
Text Example
Text Example
White with #566C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C27; }
p { color: rgb(86,108,39); }
H1.HeaderClassName
{
color: #566C27;
}
.AnyTagClassName
{
color: #566C27;
}
</style>
background-color css
<style>
a { background-color: #566C27; }
a { background-color: rgb(86,108,39); }
div.DivClassName
{
background-color: #566C27;
}
.BgClassName
{
background-color: #566C27;
}
</style>
border-color css
<style>
span { border-color: #566C27; }
span { border-color: rgb(86,108,39); }
td.TdClassName
{
border-color: #566C27;
}
.TagClassName
{
border-color: #566C27;
}
</style>