Shades of Asparagus #7AAA4D
Tints of Asparagus #7AAA4D
RGB
CMYK
RGB Variations
Color information
#7AAA4D (or 0x7AAA4D) is known color: Asparagus. HEX triplet: 7A, AA and 4D. RGB value is (122,170,77). Sum of RGB (Red+Green+Blue) = 122+170+77=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA4D is #8555B2. Grayscale: #919191. Windows color (decimal): -8738227 or 5089914. OLE color: 5089914.
HSL color Cylindrical-coordinate representation of color #7AAA4D: hue angle of 90.97º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AAA4D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 77 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.33 |
| HSL | 90.97º | 0.38% | 0.48% | - |
| HSV(B) | 90.97º | 0.55% | 0.67% | - |
| XYZ | 23.74 | 33.42 | 12.22 | - |
| YUV | 145.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 77 | 0.28 | 0 | 0.55 | 0.33 | 90.97 | 0.38 | 0.48 |
| Hex | 7A | AA | 4D | 1C | 0 | 37 | 21 | 5B | 26 | 30 |
| Octal | 172 | 252 | 115 | 34 | 0 | 67 | 41 | 133 | 46 | 60 |
| Binary | 1111010 | 10101010 | 1001101 | 11100 | 0 | 110111 | 100001 | 1011011 | 100110 | 110000 |
Color Harmonies of #7AAA4D
Complementary color
Monochromatic Colors of #7AAA4D
Black with #7AAA4D
Text Example
Text Example
White with #7AAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA4D; }
p { color: rgb(122,170,77); }
H1.HeaderClassName
{
color: #7AAA4D;
}
.AnyTagClassName
{
color: #7AAA4D;
}
</style>
background-color css
<style>
a { background-color: #7AAA4D; }
a { background-color: rgb(122,170,77); }
div.DivClassName
{
background-color: #7AAA4D;
}
.BgClassName
{
background-color: #7AAA4D;
}
</style>
border-color css
<style>
span { border-color: #7AAA4D; }
span { border-color: rgb(122,170,77); }
td.TdClassName
{
border-color: #7AAA4D;
}
.TagClassName
{
border-color: #7AAA4D;
}
</style>