Shades of Como #568765
Tints of Como #568765
RGB
CMYK
RGB Variations
Color information
#568765 (or 0x568765) is known color: Como. HEX triplet: 56, 87 and 65. RGB value is (86,135,101). Sum of RGB (Red+Green+Blue) = 86+135+101=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #568765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568765 is #A9789A. Grayscale: #747474. Windows color (decimal): -11106459 or 6653782. OLE color: 6653782.
HSL color Cylindrical-coordinate representation of color #568765: hue angle of 138.37º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #568765 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 135 | 101 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.47 |
| HSL | 138.37º | 0.22% | 0.43% | - |
| HSV(B) | 138.37º | 0.36% | 0.53% | - |
| XYZ | 14.85 | 20.25 | 15.44 | - |
| YUV | 116.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 135 | 101 | 0.36 | 0 | 0.25 | 0.47 | 138.37 | 0.22 | 0.43 |
| Hex | 56 | 87 | 65 | 24 | 0 | 19 | 2F | 8A | 16 | 2B |
| Octal | 126 | 207 | 145 | 44 | 0 | 31 | 57 | 212 | 26 | 53 |
| Binary | 1010110 | 10000111 | 1100101 | 100100 | 0 | 11001 | 101111 | 10001010 | 10110 | 101011 |
Color Harmonies of #568765
Complementary color
Monochromatic Colors of #568765
Black with #568765
Text Example
Text Example
White with #568765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568765; }
p { color: rgb(86,135,101); }
H1.HeaderClassName
{
color: #568765;
}
.AnyTagClassName
{
color: #568765;
}
</style>
background-color css
<style>
a { background-color: #568765; }
a { background-color: rgb(86,135,101); }
div.DivClassName
{
background-color: #568765;
}
.BgClassName
{
background-color: #568765;
}
</style>
border-color css
<style>
span { border-color: #568765; }
span { border-color: rgb(86,135,101); }
td.TdClassName
{
border-color: #568765;
}
.TagClassName
{
border-color: #568765;
}
</style>