Shades of Como #5A7D65
Tints of Como #5A7D65
RGB
CMYK
RGB Variations
Color information
#5A7D65 (or 0x5A7D65) is known color: Como. HEX triplet: 5A, 7D and 65. RGB value is (90,125,101). Sum of RGB (Red+Green+Blue) = 90+125+101=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D65 is #A5829A. Grayscale: #6F6F6F. Windows color (decimal): -10846875 or 6651226. OLE color: 6651226.
HSL color Cylindrical-coordinate representation of color #5A7D65: hue angle of 138.86º 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 #5A7D65 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 101 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.51 |
| HSL | 138.86º | 0.16% | 0.42% | - |
| HSV(B) | 138.86º | 0.28% | 0.49% | - |
| XYZ | 13.9 | 17.78 | 15.01 | - |
| YUV | 111.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 101 | 0.28 | 0 | 0.19 | 0.51 | 138.86 | 0.16 | 0.42 |
| Hex | 5A | 7D | 65 | 1C | 0 | 13 | 33 | 8B | 10 | 2A |
| Octal | 132 | 175 | 145 | 34 | 0 | 23 | 63 | 213 | 20 | 52 |
| Binary | 1011010 | 1111101 | 1100101 | 11100 | 0 | 10011 | 110011 | 10001011 | 10000 | 101010 |
Color Harmonies of #5A7D65
Complementary color
Monochromatic Colors of #5A7D65
Black with #5A7D65
Text Example
Text Example
White with #5A7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D65; }
p { color: rgb(90,125,101); }
H1.HeaderClassName
{
color: #5A7D65;
}
.AnyTagClassName
{
color: #5A7D65;
}
</style>
background-color css
<style>
a { background-color: #5A7D65; }
a { background-color: rgb(90,125,101); }
div.DivClassName
{
background-color: #5A7D65;
}
.BgClassName
{
background-color: #5A7D65;
}
</style>
border-color css
<style>
span { border-color: #5A7D65; }
span { border-color: rgb(90,125,101); }
td.TdClassName
{
border-color: #5A7D65;
}
.TagClassName
{
border-color: #5A7D65;
}
</style>