Shades of Asparagus #7AA455
Tints of Asparagus #7AA455
RGB
CMYK
RGB Variations
Color information
#7AA455 (or 0x7AA455) is known color: Asparagus. HEX triplet: 7A, A4 and 55. RGB value is (122,164,85). Sum of RGB (Red+Green+Blue) = 122+164+85=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA455 is #855BAA. Grayscale: #8E8E8E. Windows color (decimal): -8739755 or 5612666. OLE color: 5612666.
HSL color Cylindrical-coordinate representation of color #7AA455: hue angle of 91.9º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AA455 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 85 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.36 |
| HSL | 91.9º | 0.32% | 0.49% | - |
| HSV(B) | 91.9º | 0.48% | 0.64% | - |
| XYZ | 22.94 | 31.34 | 13.44 | - |
| YUV | 142.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 85 | 0.26 | 0 | 0.48 | 0.36 | 91.9 | 0.32 | 0.49 |
| Hex | 7A | A4 | 55 | 1A | 0 | 30 | 24 | 5C | 20 | 31 |
| Octal | 172 | 244 | 125 | 32 | 0 | 60 | 44 | 134 | 40 | 61 |
| Binary | 1111010 | 10100100 | 1010101 | 11010 | 0 | 110000 | 100100 | 1011100 | 100000 | 110001 |
Color Harmonies of #7AA455
Complementary color
Monochromatic Colors of #7AA455
Black with #7AA455
Text Example
Text Example
White with #7AA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA455; }
p { color: rgb(122,164,85); }
H1.HeaderClassName
{
color: #7AA455;
}
.AnyTagClassName
{
color: #7AA455;
}
</style>
background-color css
<style>
a { background-color: #7AA455; }
a { background-color: rgb(122,164,85); }
div.DivClassName
{
background-color: #7AA455;
}
.BgClassName
{
background-color: #7AA455;
}
</style>
border-color css
<style>
span { border-color: #7AA455; }
span { border-color: rgb(122,164,85); }
td.TdClassName
{
border-color: #7AA455;
}
.TagClassName
{
border-color: #7AA455;
}
</style>