Shades of Asparagus #7AAE4A
Tints of Asparagus #7AAE4A
RGB
CMYK
RGB Variations
Color information
#7AAE4A (or 0x7AAE4A) is known color: Asparagus. HEX triplet: 7A, AE and 4A. RGB value is (122,174,74). Sum of RGB (Red+Green+Blue) = 122+174+74=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE4A is #8551B5. Grayscale: #939393. Windows color (decimal): -8737206 or 4894330. OLE color: 4894330.
HSL color Cylindrical-coordinate representation of color #7AAE4A: hue angle of 91.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AAE4A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 74 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.32 |
| HSL | 91.2º | 0.4% | 0.49% | - |
| HSV(B) | 91.2º | 0.57% | 0.68% | - |
| XYZ | 24.4 | 34.9 | 11.93 | - |
| YUV | 147.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 74 | 0.30 | 0 | 0.57 | 0.32 | 91.2 | 0.4 | 0.49 |
| Hex | 7A | AE | 4A | 1E | 0 | 39 | 20 | 5B | 28 | 31 |
| Octal | 172 | 256 | 112 | 36 | 0 | 71 | 40 | 133 | 50 | 61 |
| Binary | 1111010 | 10101110 | 1001010 | 11110 | 0 | 111001 | 100000 | 1011011 | 101000 | 110001 |
Color Harmonies of #7AAE4A
Complementary color
Monochromatic Colors of #7AAE4A
Black with #7AAE4A
Text Example
Text Example
White with #7AAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE4A; }
p { color: rgb(122,174,74); }
H1.HeaderClassName
{
color: #7AAE4A;
}
.AnyTagClassName
{
color: #7AAE4A;
}
</style>
background-color css
<style>
a { background-color: #7AAE4A; }
a { background-color: rgb(122,174,74); }
div.DivClassName
{
background-color: #7AAE4A;
}
.BgClassName
{
background-color: #7AAE4A;
}
</style>
border-color css
<style>
span { border-color: #7AAE4A; }
span { border-color: rgb(122,174,74); }
td.TdClassName
{
border-color: #7AAE4A;
}
.TagClassName
{
border-color: #7AAE4A;
}
</style>