Shades of Asparagus #7AA64B
Tints of Asparagus #7AA64B
RGB
CMYK
RGB Variations
Color information
#7AA64B (or 0x7AA64B) is known color: Asparagus. HEX triplet: 7A, A6 and 4B. RGB value is (122,166,75). Sum of RGB (Red+Green+Blue) = 122+166+75=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA64B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA64B is #8559B4. Grayscale: #8E8E8E. Windows color (decimal): -8739253 or 4957818. OLE color: 4957818.
HSL color Cylindrical-coordinate representation of color #7AA64B: hue angle of 89.01º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AA64B is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 75 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.35 |
| HSL | 89.01º | 0.38% | 0.47% | - |
| HSV(B) | 89.01º | 0.55% | 0.65% | - |
| XYZ | 22.93 | 31.92 | 11.61 | - |
| YUV | 142.47 | 89.92 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 75 | 0.27 | 0 | 0.55 | 0.35 | 89.01 | 0.38 | 0.47 |
| Hex | 7A | A6 | 4B | 1B | 0 | 37 | 23 | 59 | 26 | 2F |
| Octal | 172 | 246 | 113 | 33 | 0 | 67 | 43 | 131 | 46 | 57 |
| Binary | 1111010 | 10100110 | 1001011 | 11011 | 0 | 110111 | 100011 | 1011001 | 100110 | 101111 |
Color Harmonies of #7AA64B
Complementary color
Monochromatic Colors of #7AA64B
Black with #7AA64B
Text Example
Text Example
White with #7AA64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA64B; }
p { color: rgb(122,166,75); }
H1.HeaderClassName
{
color: #7AA64B;
}
.AnyTagClassName
{
color: #7AA64B;
}
</style>
background-color css
<style>
a { background-color: #7AA64B; }
a { background-color: rgb(122,166,75); }
div.DivClassName
{
background-color: #7AA64B;
}
.BgClassName
{
background-color: #7AA64B;
}
</style>
border-color css
<style>
span { border-color: #7AA64B; }
span { border-color: rgb(122,166,75); }
td.TdClassName
{
border-color: #7AA64B;
}
.TagClassName
{
border-color: #7AA64B;
}
</style>