Shades of Como #568868
Tints of Como #568868
RGB
CMYK
RGB Variations
Color information
#568868 (or 0x568868) is known color: Como. HEX triplet: 56, 88 and 68. RGB value is (86,136,104). Sum of RGB (Red+Green+Blue) = 86+136+104=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #568868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568868 is #A97797. Grayscale: #757575. Windows color (decimal): -11106200 or 6850646. OLE color: 6850646.
HSL color Cylindrical-coordinate representation of color #568868: hue angle of 141.6º 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 #568868 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 104 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.47 |
| HSL | 141.6º | 0.23% | 0.44% | - |
| HSV(B) | 141.6º | 0.37% | 0.53% | - |
| XYZ | 15.14 | 20.59 | 16.27 | - |
| YUV | 117.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 104 | 0.37 | 0 | 0.24 | 0.47 | 141.6 | 0.23 | 0.44 |
| Hex | 56 | 88 | 68 | 25 | 0 | 18 | 2F | 8E | 17 | 2C |
| Octal | 126 | 210 | 150 | 45 | 0 | 30 | 57 | 216 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1101000 | 100101 | 0 | 11000 | 101111 | 10001110 | 10111 | 101100 |
Color Harmonies of #568868
Complementary color
Monochromatic Colors of #568868
Black with #568868
Text Example
Text Example
White with #568868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568868; }
p { color: rgb(86,136,104); }
H1.HeaderClassName
{
color: #568868;
}
.AnyTagClassName
{
color: #568868;
}
</style>
background-color css
<style>
a { background-color: #568868; }
a { background-color: rgb(86,136,104); }
div.DivClassName
{
background-color: #568868;
}
.BgClassName
{
background-color: #568868;
}
</style>
border-color css
<style>
span { border-color: #568868; }
span { border-color: rgb(86,136,104); }
td.TdClassName
{
border-color: #568868;
}
.TagClassName
{
border-color: #568868;
}
</style>