Shades of Asparagus #7AA05E
Tints of Asparagus #7AA05E
RGB
CMYK
RGB Variations
Color information
#7AA05E (or 0x7AA05E) is known color: Asparagus. HEX triplet: 7A, A0 and 5E. RGB value is (122,160,94). Sum of RGB (Red+Green+Blue) = 122+160+94=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA05E is #855FA1. Grayscale: #8D8D8D. Windows color (decimal): -8740770 or 6201466. OLE color: 6201466.
HSL color Cylindrical-coordinate representation of color #7AA05E: hue angle of 94.55º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AA05E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 94 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.37 |
| HSL | 94.55º | 0.26% | 0.5% | - |
| HSV(B) | 94.55º | 0.41% | 0.63% | - |
| XYZ | 22.62 | 30.09 | 15.21 | - |
| YUV | 141.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 94 | 0.24 | 0 | 0.41 | 0.37 | 94.55 | 0.26 | 0.5 |
| Hex | 7A | A0 | 5E | 18 | 0 | 29 | 25 | 5F | 1A | 32 |
| Octal | 172 | 240 | 136 | 30 | 0 | 51 | 45 | 137 | 32 | 62 |
| Binary | 1111010 | 10100000 | 1011110 | 11000 | 0 | 101001 | 100101 | 1011111 | 11010 | 110010 |
Color Harmonies of #7AA05E
Complementary color
Monochromatic Colors of #7AA05E
Black with #7AA05E
Text Example
Text Example
White with #7AA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA05E; }
p { color: rgb(122,160,94); }
H1.HeaderClassName
{
color: #7AA05E;
}
.AnyTagClassName
{
color: #7AA05E;
}
</style>
background-color css
<style>
a { background-color: #7AA05E; }
a { background-color: rgb(122,160,94); }
div.DivClassName
{
background-color: #7AA05E;
}
.BgClassName
{
background-color: #7AA05E;
}
</style>
border-color css
<style>
span { border-color: #7AA05E; }
span { border-color: rgb(122,160,94); }
td.TdClassName
{
border-color: #7AA05E;
}
.TagClassName
{
border-color: #7AA05E;
}
</style>