Shades of Como #59785F
Tints of Como #59785F
RGB
CMYK
RGB Variations
Color information
#59785F (or 0x59785F) is known color: Como. HEX triplet: 59, 78 and 5F. RGB value is (89,120,95). Sum of RGB (Red+Green+Blue) = 89+120+95=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #59785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59785F is #A687A0. Grayscale: #6B6B6B. Windows color (decimal): -10913697 or 6256729. OLE color: 6256729.
HSL color Cylindrical-coordinate representation of color #59785F: hue angle of 131.61º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59785F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 120 | 95 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.53 |
| HSL | 131.61º | 0.15% | 0.41% | - |
| HSV(B) | 131.61º | 0.26% | 0.47% | - |
| XYZ | 12.9 | 16.38 | 13.31 | - |
| YUV | 107.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 95 | 0.26 | 0 | 0.21 | 0.53 | 131.61 | 0.15 | 0.41 |
| Hex | 59 | 78 | 5F | 1A | 0 | 15 | 35 | 84 | F | 29 |
| Octal | 131 | 170 | 137 | 32 | 0 | 25 | 65 | 204 | 17 | 51 |
| Binary | 1011001 | 1111000 | 1011111 | 11010 | 0 | 10101 | 110101 | 10000100 | 1111 | 101001 |
Color Harmonies of #59785F
Complementary color
Monochromatic Colors of #59785F
Black with #59785F
Text Example
Text Example
White with #59785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59785F; }
p { color: rgb(89,120,95); }
H1.HeaderClassName
{
color: #59785F;
}
.AnyTagClassName
{
color: #59785F;
}
</style>
background-color css
<style>
a { background-color: #59785F; }
a { background-color: rgb(89,120,95); }
div.DivClassName
{
background-color: #59785F;
}
.BgClassName
{
background-color: #59785F;
}
</style>
border-color css
<style>
span { border-color: #59785F; }
span { border-color: rgb(89,120,95); }
td.TdClassName
{
border-color: #59785F;
}
.TagClassName
{
border-color: #59785F;
}
</style>