Shades of Como #5A7A61
Tints of Como #5A7A61
RGB
CMYK
RGB Variations
Color information
#5A7A61 (or 0x5A7A61) is known color: Como. HEX triplet: 5A, 7A and 61. RGB value is (90,122,97). Sum of RGB (Red+Green+Blue) = 90+122+97=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A61 is #A5859E. Grayscale: #6D6D6D. Windows color (decimal): -10847647 or 6388314. OLE color: 6388314.
HSL color Cylindrical-coordinate representation of color #5A7A61: hue angle of 133.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7A61 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 97 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.52 |
| HSL | 133.13º | 0.15% | 0.42% | - |
| HSV(B) | 133.13º | 0.26% | 0.48% | - |
| XYZ | 13.33 | 16.96 | 13.88 | - |
| YUV | 109.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 97 | 0.26 | 0 | 0.20 | 0.52 | 133.13 | 0.15 | 0.42 |
| Hex | 5A | 7A | 61 | 1A | 0 | 14 | 34 | 85 | F | 2A |
| Octal | 132 | 172 | 141 | 32 | 0 | 24 | 64 | 205 | 17 | 52 |
| Binary | 1011010 | 1111010 | 1100001 | 11010 | 0 | 10100 | 110100 | 10000101 | 1111 | 101010 |
Color Harmonies of #5A7A61
Complementary color
Monochromatic Colors of #5A7A61
Black with #5A7A61
Text Example
Text Example
White with #5A7A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A61; }
p { color: rgb(90,122,97); }
H1.HeaderClassName
{
color: #5A7A61;
}
.AnyTagClassName
{
color: #5A7A61;
}
</style>
background-color css
<style>
a { background-color: #5A7A61; }
a { background-color: rgb(90,122,97); }
div.DivClassName
{
background-color: #5A7A61;
}
.BgClassName
{
background-color: #5A7A61;
}
</style>
border-color css
<style>
span { border-color: #5A7A61; }
span { border-color: rgb(90,122,97); }
td.TdClassName
{
border-color: #5A7A61;
}
.TagClassName
{
border-color: #5A7A61;
}
</style>