Shades of Asparagus #7AA255
Tints of Asparagus #7AA255
RGB
CMYK
RGB Variations
Color information
#7AA255 (or 0x7AA255) is known color: Asparagus. HEX triplet: 7A, A2 and 55. RGB value is (122,162,85). Sum of RGB (Red+Green+Blue) = 122+162+85=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA255 is #855DAA. Grayscale: #8D8D8D. Windows color (decimal): -8740267 or 5612154. OLE color: 5612154.
HSL color Cylindrical-coordinate representation of color #7AA255: hue angle of 91.17º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AA255 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 85 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.36 |
| HSL | 91.17º | 0.31% | 0.48% | - |
| HSV(B) | 91.17º | 0.48% | 0.64% | - |
| XYZ | 22.59 | 30.63 | 13.32 | - |
| YUV | 141.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 85 | 0.25 | 0 | 0.48 | 0.36 | 91.17 | 0.31 | 0.48 |
| Hex | 7A | A2 | 55 | 19 | 0 | 30 | 24 | 5B | 1F | 30 |
| Octal | 172 | 242 | 125 | 31 | 0 | 60 | 44 | 133 | 37 | 60 |
| Binary | 1111010 | 10100010 | 1010101 | 11001 | 0 | 110000 | 100100 | 1011011 | 11111 | 110000 |
Color Harmonies of #7AA255
Complementary color
Monochromatic Colors of #7AA255
Black with #7AA255
Text Example
Text Example
White with #7AA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA255; }
p { color: rgb(122,162,85); }
H1.HeaderClassName
{
color: #7AA255;
}
.AnyTagClassName
{
color: #7AA255;
}
</style>
background-color css
<style>
a { background-color: #7AA255; }
a { background-color: rgb(122,162,85); }
div.DivClassName
{
background-color: #7AA255;
}
.BgClassName
{
background-color: #7AA255;
}
</style>
border-color css
<style>
span { border-color: #7AA255; }
span { border-color: rgb(122,162,85); }
td.TdClassName
{
border-color: #7AA255;
}
.TagClassName
{
border-color: #7AA255;
}
</style>