Shades of Asparagus #7AAA44
Tints of Asparagus #7AAA44
RGB
CMYK
RGB Variations
Color information
#7AAA44 (or 0x7AAA44) is known color: Asparagus. HEX triplet: 7A, AA and 44. RGB value is (122,170,68). Sum of RGB (Red+Green+Blue) = 122+170+68=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA44 is #8555BB. Grayscale: #909090. Windows color (decimal): -8738236 or 4500090. OLE color: 4500090.
HSL color Cylindrical-coordinate representation of color #7AAA44: hue angle of 88.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AAA44 is Cyan = 0.28, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 68 | - |
| CMYK | 0.28 | 0 | 0.6 | 0.33 |
| HSL | 88.24º | 0.43% | 0.47% | - |
| HSV(B) | 88.24º | 0.6% | 0.67% | - |
| XYZ | 23.44 | 33.3 | 10.66 | - |
| YUV | 144.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 68 | 0.28 | 0 | 0.6 | 0.33 | 88.24 | 0.43 | 0.47 |
| Hex | 7A | AA | 44 | 1C | 0 | 3C | 21 | 58 | 2B | 2F |
| Octal | 172 | 252 | 104 | 34 | 0 | 74 | 41 | 130 | 53 | 57 |
| Binary | 1111010 | 10101010 | 1000100 | 11100 | 0 | 111100 | 100001 | 1011000 | 101011 | 101111 |
Color Harmonies of #7AAA44
Complementary color
Monochromatic Colors of #7AAA44
Black with #7AAA44
Text Example
Text Example
White with #7AAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA44; }
p { color: rgb(122,170,68); }
H1.HeaderClassName
{
color: #7AAA44;
}
.AnyTagClassName
{
color: #7AAA44;
}
</style>
background-color css
<style>
a { background-color: #7AAA44; }
a { background-color: rgb(122,170,68); }
div.DivClassName
{
background-color: #7AAA44;
}
.BgClassName
{
background-color: #7AAA44;
}
</style>
border-color css
<style>
span { border-color: #7AAA44; }
span { border-color: rgb(122,170,68); }
td.TdClassName
{
border-color: #7AAA44;
}
.TagClassName
{
border-color: #7AAA44;
}
</style>