Shades of Asparagus #7AA864
Tints of Asparagus #7AA864
RGB
CMYK
RGB Variations
Color information
#7AA864 (or 0x7AA864) is known color: Asparagus. HEX triplet: 7A, A8 and 64. RGB value is (122,168,100). Sum of RGB (Red+Green+Blue) = 122+168+100=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA864 is #85579B. Grayscale: #929292. Windows color (decimal): -8738716 or 6596730. OLE color: 6596730.
HSL color Cylindrical-coordinate representation of color #7AA864: hue angle of 100.59º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AA864 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 100 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.34 |
| HSL | 100.59º | 0.28% | 0.53% | - |
| HSV(B) | 100.59º | 0.4% | 0.66% | - |
| XYZ | 24.33 | 33.06 | 17.16 | - |
| YUV | 146.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 100 | 0.27 | 0 | 0.40 | 0.34 | 100.59 | 0.28 | 0.53 |
| Hex | 7A | A8 | 64 | 1B | 0 | 28 | 22 | 65 | 1C | 35 |
| Octal | 172 | 250 | 144 | 33 | 0 | 50 | 42 | 145 | 34 | 65 |
| Binary | 1111010 | 10101000 | 1100100 | 11011 | 0 | 101000 | 100010 | 1100101 | 11100 | 110101 |
Color Harmonies of #7AA864
Complementary color
Monochromatic Colors of #7AA864
Black with #7AA864
Text Example
Text Example
White with #7AA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA864; }
p { color: rgb(122,168,100); }
H1.HeaderClassName
{
color: #7AA864;
}
.AnyTagClassName
{
color: #7AA864;
}
</style>
background-color css
<style>
a { background-color: #7AA864; }
a { background-color: rgb(122,168,100); }
div.DivClassName
{
background-color: #7AA864;
}
.BgClassName
{
background-color: #7AA864;
}
</style>
border-color css
<style>
span { border-color: #7AA864; }
span { border-color: rgb(122,168,100); }
td.TdClassName
{
border-color: #7AA864;
}
.TagClassName
{
border-color: #7AA864;
}
</style>