Shades of Dark Olive Green #566E2F
Tints of Dark Olive Green #566E2F
RGB
CMYK
RGB Variations
Color information
#566E2F (or 0x566E2F) is known color: Dark Olive Green. HEX triplet: 56, 6E and 2F. RGB value is (86,110,47). Sum of RGB (Red+Green+Blue) = 86+110+47=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #566E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566E2F is #A991D0. Grayscale: #5F5F5F. Windows color (decimal): -11112913 or 3108438. OLE color: 3108438.
HSL color Cylindrical-coordinate representation of color #566E2F: hue angle of 82.86º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #566E2F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 47 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.57 |
| HSL | 82.86º | 0.4% | 0.31% | - |
| HSV(B) | 82.86º | 0.57% | 0.43% | - |
| XYZ | 9.93 | 13.34 | 4.74 | - |
| YUV | 95.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 47 | 0.22 | 0 | 0.57 | 0.57 | 82.86 | 0.4 | 0.31 |
| Hex | 56 | 6E | 2F | 16 | 0 | 39 | 39 | 53 | 28 | 1F |
| Octal | 126 | 156 | 57 | 26 | 0 | 71 | 71 | 123 | 50 | 37 |
| Binary | 1010110 | 1101110 | 101111 | 10110 | 0 | 111001 | 111001 | 1010011 | 101000 | 11111 |
Color Harmonies of #566E2F
Complementary color
Monochromatic Colors of #566E2F
Black with #566E2F
Text Example
Text Example
White with #566E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E2F; }
p { color: rgb(86,110,47); }
H1.HeaderClassName
{
color: #566E2F;
}
.AnyTagClassName
{
color: #566E2F;
}
</style>
background-color css
<style>
a { background-color: #566E2F; }
a { background-color: rgb(86,110,47); }
div.DivClassName
{
background-color: #566E2F;
}
.BgClassName
{
background-color: #566E2F;
}
</style>
border-color css
<style>
span { border-color: #566E2F; }
span { border-color: rgb(86,110,47); }
td.TdClassName
{
border-color: #566E2F;
}
.TagClassName
{
border-color: #566E2F;
}
</style>