Shades of Asparagus #7AA464
Tints of Asparagus #7AA464
RGB
CMYK
RGB Variations
Color information
#7AA464 (or 0x7AA464) is known color: Asparagus. HEX triplet: 7A, A4 and 64. RGB value is (122,164,100). Sum of RGB (Red+Green+Blue) = 122+164+100=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA464 is #855B9B. Grayscale: #909090. Windows color (decimal): -8739740 or 6595706. OLE color: 6595706.
HSL color Cylindrical-coordinate representation of color #7AA464: hue angle of 99.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AA464 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 100 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.36 |
| HSL | 99.38º | 0.26% | 0.52% | - |
| HSV(B) | 99.38º | 0.39% | 0.64% | - |
| XYZ | 23.6 | 31.61 | 16.91 | - |
| YUV | 144.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 100 | 0.26 | 0 | 0.39 | 0.36 | 99.38 | 0.26 | 0.52 |
| Hex | 7A | A4 | 64 | 1A | 0 | 27 | 24 | 63 | 1A | 34 |
| Octal | 172 | 244 | 144 | 32 | 0 | 47 | 44 | 143 | 32 | 64 |
| Binary | 1111010 | 10100100 | 1100100 | 11010 | 0 | 100111 | 100100 | 1100011 | 11010 | 110100 |
Color Harmonies of #7AA464
Complementary color
Monochromatic Colors of #7AA464
Black with #7AA464
Text Example
Text Example
White with #7AA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA464; }
p { color: rgb(122,164,100); }
H1.HeaderClassName
{
color: #7AA464;
}
.AnyTagClassName
{
color: #7AA464;
}
</style>
background-color css
<style>
a { background-color: #7AA464; }
a { background-color: rgb(122,164,100); }
div.DivClassName
{
background-color: #7AA464;
}
.BgClassName
{
background-color: #7AA464;
}
</style>
border-color css
<style>
span { border-color: #7AA464; }
span { border-color: rgb(122,164,100); }
td.TdClassName
{
border-color: #7AA464;
}
.TagClassName
{
border-color: #7AA464;
}
</style>