Shades of Asparagus #7AA160
Tints of Asparagus #7AA160
RGB
CMYK
RGB Variations
Color information
#7AA160 (or 0x7AA160) is known color: Asparagus. HEX triplet: 7A, A1 and 60. RGB value is (122,161,96). Sum of RGB (Red+Green+Blue) = 122+161+96=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA160 is #855E9F. Grayscale: #8E8E8E. Windows color (decimal): -8740512 or 6332794. OLE color: 6332794.
HSL color Cylindrical-coordinate representation of color #7AA160: hue angle of 96º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AA160 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 96 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.37 |
| HSL | 96º | 0.26% | 0.5% | - |
| HSV(B) | 96º | 0.4% | 0.63% | - |
| XYZ | 22.88 | 30.47 | 15.74 | - |
| YUV | 141.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 96 | 0.24 | 0 | 0.40 | 0.37 | 96 | 0.26 | 0.5 |
| Hex | 7A | A1 | 60 | 18 | 0 | 28 | 25 | 60 | 1A | 32 |
| Octal | 172 | 241 | 140 | 30 | 0 | 50 | 45 | 140 | 32 | 62 |
| Binary | 1111010 | 10100001 | 1100000 | 11000 | 0 | 101000 | 100101 | 1100000 | 11010 | 110010 |
Color Harmonies of #7AA160
Complementary color
Monochromatic Colors of #7AA160
Black with #7AA160
Text Example
Text Example
White with #7AA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA160; }
p { color: rgb(122,161,96); }
H1.HeaderClassName
{
color: #7AA160;
}
.AnyTagClassName
{
color: #7AA160;
}
</style>
background-color css
<style>
a { background-color: #7AA160; }
a { background-color: rgb(122,161,96); }
div.DivClassName
{
background-color: #7AA160;
}
.BgClassName
{
background-color: #7AA160;
}
</style>
border-color css
<style>
span { border-color: #7AA160; }
span { border-color: rgb(122,161,96); }
td.TdClassName
{
border-color: #7AA160;
}
.TagClassName
{
border-color: #7AA160;
}
</style>