Shades of Asparagus #7AA44C
Tints of Asparagus #7AA44C
RGB
CMYK
RGB Variations
Color information
#7AA44C (or 0x7AA44C) is known color: Asparagus. HEX triplet: 7A, A4 and 4C. RGB value is (122,164,76). Sum of RGB (Red+Green+Blue) = 122+164+76=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA44C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA44C is #855BB3. Grayscale: #8D8D8D. Windows color (decimal): -8739764 or 5022842. OLE color: 5022842.
HSL color Cylindrical-coordinate representation of color #7AA44C: hue angle of 88.64º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AA44C is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 76 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.36 |
| HSL | 88.64º | 0.37% | 0.47% | - |
| HSV(B) | 88.64º | 0.54% | 0.64% | - |
| XYZ | 22.61 | 31.21 | 11.67 | - |
| YUV | 141.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 76 | 0.26 | 0 | 0.54 | 0.36 | 88.64 | 0.37 | 0.47 |
| Hex | 7A | A4 | 4C | 1A | 0 | 36 | 24 | 59 | 25 | 2F |
| Octal | 172 | 244 | 114 | 32 | 0 | 66 | 44 | 131 | 45 | 57 |
| Binary | 1111010 | 10100100 | 1001100 | 11010 | 0 | 110110 | 100100 | 1011001 | 100101 | 101111 |
Color Harmonies of #7AA44C
Complementary color
Monochromatic Colors of #7AA44C
Black with #7AA44C
Text Example
Text Example
White with #7AA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA44C; }
p { color: rgb(122,164,76); }
H1.HeaderClassName
{
color: #7AA44C;
}
.AnyTagClassName
{
color: #7AA44C;
}
</style>
background-color css
<style>
a { background-color: #7AA44C; }
a { background-color: rgb(122,164,76); }
div.DivClassName
{
background-color: #7AA44C;
}
.BgClassName
{
background-color: #7AA44C;
}
</style>
border-color css
<style>
span { border-color: #7AA44C; }
span { border-color: rgb(122,164,76); }
td.TdClassName
{
border-color: #7AA44C;
}
.TagClassName
{
border-color: #7AA44C;
}
</style>