Shades of Asparagus #7AAA46
Tints of Asparagus #7AAA46
RGB
CMYK
RGB Variations
Color information
#7AAA46 (or 0x7AAA46) is known color: Asparagus. HEX triplet: 7A, AA and 46. RGB value is (122,170,70). Sum of RGB (Red+Green+Blue) = 122+170+70=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA46 is #8555B9. Grayscale: #909090. Windows color (decimal): -8738234 or 4631162. OLE color: 4631162.
HSL color Cylindrical-coordinate representation of color #7AAA46: hue angle of 88.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AAA46 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 70 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.33 |
| HSL | 88.8º | 0.42% | 0.47% | - |
| HSV(B) | 88.8º | 0.59% | 0.67% | - |
| XYZ | 23.51 | 33.33 | 10.99 | - |
| YUV | 144.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 70 | 0.28 | 0 | 0.59 | 0.33 | 88.8 | 0.42 | 0.47 |
| Hex | 7A | AA | 46 | 1C | 0 | 3B | 21 | 59 | 2A | 2F |
| Octal | 172 | 252 | 106 | 34 | 0 | 73 | 41 | 131 | 52 | 57 |
| Binary | 1111010 | 10101010 | 1000110 | 11100 | 0 | 111011 | 100001 | 1011001 | 101010 | 101111 |
Color Harmonies of #7AAA46
Complementary color
Monochromatic Colors of #7AAA46
Black with #7AAA46
Text Example
Text Example
White with #7AAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA46; }
p { color: rgb(122,170,70); }
H1.HeaderClassName
{
color: #7AAA46;
}
.AnyTagClassName
{
color: #7AAA46;
}
</style>
background-color css
<style>
a { background-color: #7AAA46; }
a { background-color: rgb(122,170,70); }
div.DivClassName
{
background-color: #7AAA46;
}
.BgClassName
{
background-color: #7AAA46;
}
</style>
border-color css
<style>
span { border-color: #7AAA46; }
span { border-color: rgb(122,170,70); }
td.TdClassName
{
border-color: #7AAA46;
}
.TagClassName
{
border-color: #7AAA46;
}
</style>