Shades of Asparagus #7AA05B
Tints of Asparagus #7AA05B
RGB
CMYK
RGB Variations
Color information
#7AA05B (or 0x7AA05B) is known color: Asparagus. HEX triplet: 7A, A0 and 5B. RGB value is (122,160,91). Sum of RGB (Red+Green+Blue) = 122+160+91=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA05B is #855FA4. Grayscale: #8D8D8D. Windows color (decimal): -8740773 or 6004858. OLE color: 6004858.
HSL color Cylindrical-coordinate representation of color #7AA05B: hue angle of 93.04º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AA05B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 91 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.37 |
| HSL | 93.04º | 0.27% | 0.49% | - |
| HSV(B) | 93.04º | 0.43% | 0.63% | - |
| XYZ | 22.49 | 30.03 | 14.51 | - |
| YUV | 140.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 91 | 0.24 | 0 | 0.43 | 0.37 | 93.04 | 0.27 | 0.49 |
| Hex | 7A | A0 | 5B | 18 | 0 | 2B | 25 | 5D | 1B | 31 |
| Octal | 172 | 240 | 133 | 30 | 0 | 53 | 45 | 135 | 33 | 61 |
| Binary | 1111010 | 10100000 | 1011011 | 11000 | 0 | 101011 | 100101 | 1011101 | 11011 | 110001 |
Color Harmonies of #7AA05B
Complementary color
Monochromatic Colors of #7AA05B
Black with #7AA05B
Text Example
Text Example
White with #7AA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA05B; }
p { color: rgb(122,160,91); }
H1.HeaderClassName
{
color: #7AA05B;
}
.AnyTagClassName
{
color: #7AA05B;
}
</style>
background-color css
<style>
a { background-color: #7AA05B; }
a { background-color: rgb(122,160,91); }
div.DivClassName
{
background-color: #7AA05B;
}
.BgClassName
{
background-color: #7AA05B;
}
</style>
border-color css
<style>
span { border-color: #7AA05B; }
span { border-color: rgb(122,160,91); }
td.TdClassName
{
border-color: #7AA05B;
}
.TagClassName
{
border-color: #7AA05B;
}
</style>