Shades of Asparagus #7AA162
Tints of Asparagus #7AA162
RGB
CMYK
RGB Variations
Color information
#7AA162 (or 0x7AA162) is known color: Asparagus. HEX triplet: 7A, A1 and 62. RGB value is (122,161,98). Sum of RGB (Red+Green+Blue) = 122+161+98=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA162 is #855E9D. Grayscale: #8E8E8E. Windows color (decimal): -8740510 or 6463866. OLE color: 6463866.
HSL color Cylindrical-coordinate representation of color #7AA162: hue angle of 97.14º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AA162 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 98 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.37 |
| HSL | 97.14º | 0.25% | 0.51% | - |
| HSV(B) | 97.14º | 0.39% | 0.63% | - |
| XYZ | 22.98 | 30.51 | 16.23 | - |
| YUV | 142.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 98 | 0.24 | 0 | 0.39 | 0.37 | 97.14 | 0.25 | 0.51 |
| Hex | 7A | A1 | 62 | 18 | 0 | 27 | 25 | 61 | 19 | 33 |
| Octal | 172 | 241 | 142 | 30 | 0 | 47 | 45 | 141 | 31 | 63 |
| Binary | 1111010 | 10100001 | 1100010 | 11000 | 0 | 100111 | 100101 | 1100001 | 11001 | 110011 |
Color Harmonies of #7AA162
Complementary color
Monochromatic Colors of #7AA162
Black with #7AA162
Text Example
Text Example
White with #7AA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA162; }
p { color: rgb(122,161,98); }
H1.HeaderClassName
{
color: #7AA162;
}
.AnyTagClassName
{
color: #7AA162;
}
</style>
background-color css
<style>
a { background-color: #7AA162; }
a { background-color: rgb(122,161,98); }
div.DivClassName
{
background-color: #7AA162;
}
.BgClassName
{
background-color: #7AA162;
}
</style>
border-color css
<style>
span { border-color: #7AA162; }
span { border-color: rgb(122,161,98); }
td.TdClassName
{
border-color: #7AA162;
}
.TagClassName
{
border-color: #7AA162;
}
</style>