Shades of Asparagus #7AAA45
Tints of Asparagus #7AAA45
RGB
CMYK
RGB Variations
Color information
#7AAA45 (or 0x7AAA45) is known color: Asparagus. HEX triplet: 7A, AA and 45. RGB value is (122,170,69). Sum of RGB (Red+Green+Blue) = 122+170+69=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA45 is #8555BA. Grayscale: #909090. Windows color (decimal): -8738235 or 4565626. OLE color: 4565626.
HSL color Cylindrical-coordinate representation of color #7AAA45: hue angle of 88.51º 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 #7AAA45 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 69 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.33 |
| HSL | 88.51º | 0.42% | 0.47% | - |
| HSV(B) | 88.51º | 0.59% | 0.67% | - |
| XYZ | 23.47 | 33.32 | 10.82 | - |
| YUV | 144.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 69 | 0.28 | 0 | 0.59 | 0.33 | 88.51 | 0.42 | 0.47 |
| Hex | 7A | AA | 45 | 1C | 0 | 3B | 21 | 59 | 2A | 2F |
| Octal | 172 | 252 | 105 | 34 | 0 | 73 | 41 | 131 | 52 | 57 |
| Binary | 1111010 | 10101010 | 1000101 | 11100 | 0 | 111011 | 100001 | 1011001 | 101010 | 101111 |
Color Harmonies of #7AAA45
Complementary color
Monochromatic Colors of #7AAA45
Black with #7AAA45
Text Example
Text Example
White with #7AAA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA45; }
p { color: rgb(122,170,69); }
H1.HeaderClassName
{
color: #7AAA45;
}
.AnyTagClassName
{
color: #7AAA45;
}
</style>
background-color css
<style>
a { background-color: #7AAA45; }
a { background-color: rgb(122,170,69); }
div.DivClassName
{
background-color: #7AAA45;
}
.BgClassName
{
background-color: #7AAA45;
}
</style>
border-color css
<style>
span { border-color: #7AAA45; }
span { border-color: rgb(122,170,69); }
td.TdClassName
{
border-color: #7AAA45;
}
.TagClassName
{
border-color: #7AAA45;
}
</style>