Shades of Como #5A7B61
Tints of Como #5A7B61
RGB
CMYK
RGB Variations
Color information
#5A7B61 (or 0x5A7B61) is known color: Como. HEX triplet: 5A, 7B and 61. RGB value is (90,123,97). Sum of RGB (Red+Green+Blue) = 90+123+97=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B61 is #A5849E. Grayscale: #6E6E6E. Windows color (decimal): -10847391 or 6388570. OLE color: 6388570.
HSL color Cylindrical-coordinate representation of color #5A7B61: hue angle of 132.73º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7B61 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 123 | 97 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.52 |
| HSL | 132.73º | 0.15% | 0.42% | - |
| HSV(B) | 132.73º | 0.27% | 0.48% | - |
| XYZ | 13.46 | 17.2 | 13.92 | - |
| YUV | 110.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 97 | 0.27 | 0 | 0.21 | 0.52 | 132.73 | 0.15 | 0.42 |
| Hex | 5A | 7B | 61 | 1B | 0 | 15 | 34 | 85 | F | 2A |
| Octal | 132 | 173 | 141 | 33 | 0 | 25 | 64 | 205 | 17 | 52 |
| Binary | 1011010 | 1111011 | 1100001 | 11011 | 0 | 10101 | 110100 | 10000101 | 1111 | 101010 |
Color Harmonies of #5A7B61
Complementary color
Monochromatic Colors of #5A7B61
Black with #5A7B61
Text Example
Text Example
White with #5A7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7B61; }
p { color: rgb(90,123,97); }
H1.HeaderClassName
{
color: #5A7B61;
}
.AnyTagClassName
{
color: #5A7B61;
}
</style>
background-color css
<style>
a { background-color: #5A7B61; }
a { background-color: rgb(90,123,97); }
div.DivClassName
{
background-color: #5A7B61;
}
.BgClassName
{
background-color: #5A7B61;
}
</style>
border-color css
<style>
span { border-color: #5A7B61; }
span { border-color: rgb(90,123,97); }
td.TdClassName
{
border-color: #5A7B61;
}
.TagClassName
{
border-color: #5A7B61;
}
</style>