Shades of Asparagus #7AA452
Tints of Asparagus #7AA452
RGB
CMYK
RGB Variations
Color information
#7AA452 (or 0x7AA452) is known color: Asparagus. HEX triplet: 7A, A4 and 52. RGB value is (122,164,82). Sum of RGB (Red+Green+Blue) = 122+164+82=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA452 is #855BAD. Grayscale: #8E8E8E. Windows color (decimal): -8739758 or 5416058. OLE color: 5416058.
HSL color Cylindrical-coordinate representation of color #7AA452: hue angle of 90.73º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AA452 is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 82 | - |
| CMYK | 0.26 | 0 | 0.5 | 0.36 |
| HSL | 90.73º | 0.33% | 0.48% | - |
| HSV(B) | 90.73º | 0.5% | 0.64% | - |
| XYZ | 22.82 | 31.3 | 12.82 | - |
| YUV | 142.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 82 | 0.26 | 0 | 0.5 | 0.36 | 90.73 | 0.33 | 0.48 |
| Hex | 7A | A4 | 52 | 1A | 0 | 32 | 24 | 5B | 21 | 30 |
| Octal | 172 | 244 | 122 | 32 | 0 | 62 | 44 | 133 | 41 | 60 |
| Binary | 1111010 | 10100100 | 1010010 | 11010 | 0 | 110010 | 100100 | 1011011 | 100001 | 110000 |
Color Harmonies of #7AA452
Complementary color
Monochromatic Colors of #7AA452
Black with #7AA452
Text Example
Text Example
White with #7AA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA452; }
p { color: rgb(122,164,82); }
H1.HeaderClassName
{
color: #7AA452;
}
.AnyTagClassName
{
color: #7AA452;
}
</style>
background-color css
<style>
a { background-color: #7AA452; }
a { background-color: rgb(122,164,82); }
div.DivClassName
{
background-color: #7AA452;
}
.BgClassName
{
background-color: #7AA452;
}
</style>
border-color css
<style>
span { border-color: #7AA452; }
span { border-color: rgb(122,164,82); }
td.TdClassName
{
border-color: #7AA452;
}
.TagClassName
{
border-color: #7AA452;
}
</style>