Shades of Como #5A7D61
Tints of Como #5A7D61
RGB
CMYK
RGB Variations
Color information
#5A7D61 (or 0x5A7D61) is known color: Como. HEX triplet: 5A, 7D and 61. RGB value is (90,125,97). Sum of RGB (Red+Green+Blue) = 90+125+97=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D61 is #A5829E. Grayscale: #6F6F6F. Windows color (decimal): -10846879 or 6389082. OLE color: 6389082.
HSL color Cylindrical-coordinate representation of color #5A7D61: hue angle of 132º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7D61 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 97 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.51 |
| HSL | 132º | 0.16% | 0.42% | - |
| HSV(B) | 132º | 0.28% | 0.49% | - |
| XYZ | 13.71 | 17.7 | 14 | - |
| YUV | 111.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 97 | 0.28 | 0 | 0.22 | 0.51 | 132 | 0.16 | 0.42 |
| Hex | 5A | 7D | 61 | 1C | 0 | 16 | 33 | 84 | 10 | 2A |
| Octal | 132 | 175 | 141 | 34 | 0 | 26 | 63 | 204 | 20 | 52 |
| Binary | 1011010 | 1111101 | 1100001 | 11100 | 0 | 10110 | 110011 | 10000100 | 10000 | 101010 |
Color Harmonies of #5A7D61
Complementary color
Monochromatic Colors of #5A7D61
Black with #5A7D61
Text Example
Text Example
White with #5A7D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D61; }
p { color: rgb(90,125,97); }
H1.HeaderClassName
{
color: #5A7D61;
}
.AnyTagClassName
{
color: #5A7D61;
}
</style>
background-color css
<style>
a { background-color: #5A7D61; }
a { background-color: rgb(90,125,97); }
div.DivClassName
{
background-color: #5A7D61;
}
.BgClassName
{
background-color: #5A7D61;
}
</style>
border-color css
<style>
span { border-color: #5A7D61; }
span { border-color: rgb(90,125,97); }
td.TdClassName
{
border-color: #5A7D61;
}
.TagClassName
{
border-color: #5A7D61;
}
</style>