Shades of Asparagus #7AA264
Tints of Asparagus #7AA264
RGB
CMYK
RGB Variations
Color information
#7AA264 (or 0x7AA264) is known color: Asparagus. HEX triplet: 7A, A2 and 64. RGB value is (122,162,100). Sum of RGB (Red+Green+Blue) = 122+162+100=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA264 is #855D9B. Grayscale: #8F8F8F. Windows color (decimal): -8740252 or 6595194. OLE color: 6595194.
HSL color Cylindrical-coordinate representation of color #7AA264: hue angle of 98.71º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AA264 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 100 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.36 |
| HSL | 98.71º | 0.25% | 0.51% | - |
| HSV(B) | 98.71º | 0.38% | 0.64% | - |
| XYZ | 23.25 | 30.9 | 16.8 | - |
| YUV | 142.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 100 | 0.25 | 0 | 0.38 | 0.36 | 98.71 | 0.25 | 0.51 |
| Hex | 7A | A2 | 64 | 19 | 0 | 26 | 24 | 63 | 19 | 33 |
| Octal | 172 | 242 | 144 | 31 | 0 | 46 | 44 | 143 | 31 | 63 |
| Binary | 1111010 | 10100010 | 1100100 | 11001 | 0 | 100110 | 100100 | 1100011 | 11001 | 110011 |
Color Harmonies of #7AA264
Complementary color
Monochromatic Colors of #7AA264
Black with #7AA264
Text Example
Text Example
White with #7AA264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA264; }
p { color: rgb(122,162,100); }
H1.HeaderClassName
{
color: #7AA264;
}
.AnyTagClassName
{
color: #7AA264;
}
</style>
background-color css
<style>
a { background-color: #7AA264; }
a { background-color: rgb(122,162,100); }
div.DivClassName
{
background-color: #7AA264;
}
.BgClassName
{
background-color: #7AA264;
}
</style>
border-color css
<style>
span { border-color: #7AA264; }
span { border-color: rgb(122,162,100); }
td.TdClassName
{
border-color: #7AA264;
}
.TagClassName
{
border-color: #7AA264;
}
</style>