Shades of Asparagus #7AA361
Tints of Asparagus #7AA361
RGB
CMYK
RGB Variations
Color information
#7AA361 (or 0x7AA361) is known color: Asparagus. HEX triplet: 7A, A3 and 61. RGB value is (122,163,97). Sum of RGB (Red+Green+Blue) = 122+163+97=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA361 is #855C9E. Grayscale: #8F8F8F. Windows color (decimal): -8739999 or 6398842. OLE color: 6398842.
HSL color Cylindrical-coordinate representation of color #7AA361: hue angle of 97.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AA361 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 97 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.36 |
| HSL | 97.27º | 0.26% | 0.51% | - |
| HSV(B) | 97.27º | 0.4% | 0.64% | - |
| XYZ | 23.28 | 31.2 | 16.1 | - |
| YUV | 143.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 97 | 0.25 | 0 | 0.40 | 0.36 | 97.27 | 0.26 | 0.51 |
| Hex | 7A | A3 | 61 | 19 | 0 | 28 | 24 | 61 | 1A | 33 |
| Octal | 172 | 243 | 141 | 31 | 0 | 50 | 44 | 141 | 32 | 63 |
| Binary | 1111010 | 10100011 | 1100001 | 11001 | 0 | 101000 | 100100 | 1100001 | 11010 | 110011 |
Color Harmonies of #7AA361
Complementary color
Monochromatic Colors of #7AA361
Black with #7AA361
Text Example
Text Example
White with #7AA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA361; }
p { color: rgb(122,163,97); }
H1.HeaderClassName
{
color: #7AA361;
}
.AnyTagClassName
{
color: #7AA361;
}
</style>
background-color css
<style>
a { background-color: #7AA361; }
a { background-color: rgb(122,163,97); }
div.DivClassName
{
background-color: #7AA361;
}
.BgClassName
{
background-color: #7AA361;
}
</style>
border-color css
<style>
span { border-color: #7AA361; }
span { border-color: rgb(122,163,97); }
td.TdClassName
{
border-color: #7AA361;
}
.TagClassName
{
border-color: #7AA361;
}
</style>