Shades of Como #568860
Tints of Como #568860
RGB
CMYK
RGB Variations
Color information
#568860 (or 0x568860) is known color: Como. HEX triplet: 56, 88 and 60. RGB value is (86,136,96). Sum of RGB (Red+Green+Blue) = 86+136+96=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #568860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568860 is #A9779F. Grayscale: #747474. Windows color (decimal): -11106208 or 6326358. OLE color: 6326358.
HSL color Cylindrical-coordinate representation of color #568860: hue angle of 132º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568860 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 96 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.47 |
| HSL | 132º | 0.23% | 0.44% | - |
| HSV(B) | 132º | 0.37% | 0.53% | - |
| XYZ | 14.75 | 20.43 | 14.23 | - |
| YUV | 116.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 96 | 0.37 | 0 | 0.29 | 0.47 | 132 | 0.23 | 0.44 |
| Hex | 56 | 88 | 60 | 25 | 0 | 1D | 2F | 84 | 17 | 2C |
| Octal | 126 | 210 | 140 | 45 | 0 | 35 | 57 | 204 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1100000 | 100101 | 0 | 11101 | 101111 | 10000100 | 10111 | 101100 |
Color Harmonies of #568860
Complementary color
Monochromatic Colors of #568860
Black with #568860
Text Example
Text Example
White with #568860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568860; }
p { color: rgb(86,136,96); }
H1.HeaderClassName
{
color: #568860;
}
.AnyTagClassName
{
color: #568860;
}
</style>
background-color css
<style>
a { background-color: #568860; }
a { background-color: rgb(86,136,96); }
div.DivClassName
{
background-color: #568860;
}
.BgClassName
{
background-color: #568860;
}
</style>
border-color css
<style>
span { border-color: #568860; }
span { border-color: rgb(86,136,96); }
td.TdClassName
{
border-color: #568860;
}
.TagClassName
{
border-color: #568860;
}
</style>