Shades of Asparagus #7AAA4B
Tints of Asparagus #7AAA4B
RGB
CMYK
RGB Variations
Color information
#7AAA4B (or 0x7AAA4B) is known color: Asparagus. HEX triplet: 7A, AA and 4B. RGB value is (122,170,75). Sum of RGB (Red+Green+Blue) = 122+170+75=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA4B is #8555B4. Grayscale: #919191. Windows color (decimal): -8738229 or 4958842. OLE color: 4958842.
HSL color Cylindrical-coordinate representation of color #7AAA4B: hue angle of 90.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AAA4B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 75 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.33 |
| HSL | 90.32º | 0.39% | 0.48% | - |
| HSV(B) | 90.32º | 0.56% | 0.67% | - |
| XYZ | 23.67 | 33.4 | 11.85 | - |
| YUV | 144.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 75 | 0.28 | 0 | 0.56 | 0.33 | 90.32 | 0.39 | 0.48 |
| Hex | 7A | AA | 4B | 1C | 0 | 38 | 21 | 5A | 27 | 30 |
| Octal | 172 | 252 | 113 | 34 | 0 | 70 | 41 | 132 | 47 | 60 |
| Binary | 1111010 | 10101010 | 1001011 | 11100 | 0 | 111000 | 100001 | 1011010 | 100111 | 110000 |
Color Harmonies of #7AAA4B
Complementary color
Monochromatic Colors of #7AAA4B
Black with #7AAA4B
Text Example
Text Example
White with #7AAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA4B; }
p { color: rgb(122,170,75); }
H1.HeaderClassName
{
color: #7AAA4B;
}
.AnyTagClassName
{
color: #7AAA4B;
}
</style>
background-color css
<style>
a { background-color: #7AAA4B; }
a { background-color: rgb(122,170,75); }
div.DivClassName
{
background-color: #7AAA4B;
}
.BgClassName
{
background-color: #7AAA4B;
}
</style>
border-color css
<style>
span { border-color: #7AAA4B; }
span { border-color: rgb(122,170,75); }
td.TdClassName
{
border-color: #7AAA4B;
}
.TagClassName
{
border-color: #7AAA4B;
}
</style>