Shades of Dark Olive Green #566F31
Tints of Dark Olive Green #566F31
RGB
CMYK
RGB Variations
Color information
#566F31 (or 0x566F31) is known color: Dark Olive Green. HEX triplet: 56, 6F and 31. RGB value is (86,111,49). Sum of RGB (Red+Green+Blue) = 86+111+49=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #566F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F31 is #A990CE. Grayscale: #606060. Windows color (decimal): -11112655 or 3239766. OLE color: 3239766.
HSL color Cylindrical-coordinate representation of color #566F31: hue angle of 84.19º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #566F31 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 49 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.56 |
| HSL | 84.19º | 0.39% | 0.31% | - |
| HSV(B) | 84.19º | 0.56% | 0.44% | - |
| XYZ | 10.08 | 13.57 | 4.99 | - |
| YUV | 96.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 49 | 0.23 | 0 | 0.56 | 0.56 | 84.19 | 0.39 | 0.31 |
| Hex | 56 | 6F | 31 | 17 | 0 | 38 | 38 | 54 | 27 | 1F |
| Octal | 126 | 157 | 61 | 27 | 0 | 70 | 70 | 124 | 47 | 37 |
| Binary | 1010110 | 1101111 | 110001 | 10111 | 0 | 111000 | 111000 | 1010100 | 100111 | 11111 |
Color Harmonies of #566F31
Complementary color
Monochromatic Colors of #566F31
Black with #566F31
Text Example
Text Example
White with #566F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F31; }
p { color: rgb(86,111,49); }
H1.HeaderClassName
{
color: #566F31;
}
.AnyTagClassName
{
color: #566F31;
}
</style>
background-color css
<style>
a { background-color: #566F31; }
a { background-color: rgb(86,111,49); }
div.DivClassName
{
background-color: #566F31;
}
.BgClassName
{
background-color: #566F31;
}
</style>
border-color css
<style>
span { border-color: #566F31; }
span { border-color: rgb(86,111,49); }
td.TdClassName
{
border-color: #566F31;
}
.TagClassName
{
border-color: #566F31;
}
</style>