Shades of Como #5A785F
Tints of Como #5A785F
RGB
CMYK
RGB Variations
Color information
#5A785F (or 0x5A785F) is known color: Como. HEX triplet: 5A, 78 and 5F. RGB value is (90,120,95). Sum of RGB (Red+Green+Blue) = 90+120+95=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #5A785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A785F is #A587A0. Grayscale: #6C6C6C. Windows color (decimal): -10848161 or 6256730. OLE color: 6256730.
HSL color Cylindrical-coordinate representation of color #5A785F: hue angle of 130º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A785F is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 95 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.53 |
| HSL | 130º | 0.14% | 0.41% | - |
| HSV(B) | 130º | 0.25% | 0.47% | - |
| XYZ | 13 | 16.43 | 13.31 | - |
| YUV | 108.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 95 | 0.25 | 0 | 0.21 | 0.53 | 130 | 0.14 | 0.41 |
| Hex | 5A | 78 | 5F | 19 | 0 | 15 | 35 | 82 | E | 29 |
| Octal | 132 | 170 | 137 | 31 | 0 | 25 | 65 | 202 | 16 | 51 |
| Binary | 1011010 | 1111000 | 1011111 | 11001 | 0 | 10101 | 110101 | 10000010 | 1110 | 101001 |
Color Harmonies of #5A785F
Complementary color
Monochromatic Colors of #5A785F
Black with #5A785F
Text Example
Text Example
White with #5A785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A785F; }
p { color: rgb(90,120,95); }
H1.HeaderClassName
{
color: #5A785F;
}
.AnyTagClassName
{
color: #5A785F;
}
</style>
background-color css
<style>
a { background-color: #5A785F; }
a { background-color: rgb(90,120,95); }
div.DivClassName
{
background-color: #5A785F;
}
.BgClassName
{
background-color: #5A785F;
}
</style>
border-color css
<style>
span { border-color: #5A785F; }
span { border-color: rgb(90,120,95); }
td.TdClassName
{
border-color: #5A785F;
}
.TagClassName
{
border-color: #5A785F;
}
</style>