Shades of Asparagus #7AAE5C
Tints of Asparagus #7AAE5C
RGB
CMYK
RGB Variations
Color information
#7AAE5C (or 0x7AAE5C) is known color: Asparagus. HEX triplet: 7A, AE and 5C. RGB value is (122,174,92). Sum of RGB (Red+Green+Blue) = 122+174+92=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE5C is #8551A3. Grayscale: #959595. Windows color (decimal): -8737188 or 6073978. OLE color: 6073978.
HSL color Cylindrical-coordinate representation of color #7AAE5C: hue angle of 98.05º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AAE5C is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 92 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.32 |
| HSL | 98.05º | 0.34% | 0.52% | - |
| HSV(B) | 98.05º | 0.47% | 0.68% | - |
| XYZ | 25.09 | 35.18 | 15.59 | - |
| YUV | 149.1 | 95.77 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 92 | 0.30 | 0 | 0.47 | 0.32 | 98.05 | 0.34 | 0.52 |
| Hex | 7A | AE | 5C | 1E | 0 | 2F | 20 | 62 | 22 | 34 |
| Octal | 172 | 256 | 134 | 36 | 0 | 57 | 40 | 142 | 42 | 64 |
| Binary | 1111010 | 10101110 | 1011100 | 11110 | 0 | 101111 | 100000 | 1100010 | 100010 | 110100 |
Color Harmonies of #7AAE5C
Complementary color
Monochromatic Colors of #7AAE5C
Black with #7AAE5C
Text Example
Text Example
White with #7AAE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE5C; }
p { color: rgb(122,174,92); }
H1.HeaderClassName
{
color: #7AAE5C;
}
.AnyTagClassName
{
color: #7AAE5C;
}
</style>
background-color css
<style>
a { background-color: #7AAE5C; }
a { background-color: rgb(122,174,92); }
div.DivClassName
{
background-color: #7AAE5C;
}
.BgClassName
{
background-color: #7AAE5C;
}
</style>
border-color css
<style>
span { border-color: #7AAE5C; }
span { border-color: rgb(122,174,92); }
td.TdClassName
{
border-color: #7AAE5C;
}
.TagClassName
{
border-color: #7AAE5C;
}
</style>