Shades of Asparagus #7FAA5A
Tints of Asparagus #7FAA5A
RGB
CMYK
RGB Variations
Color information
#7FAA5A (or 0x7FAA5A) is known color: Asparagus. HEX triplet: 7F, AA and 5A. RGB value is (127,170,90). Sum of RGB (Red+Green+Blue) = 127+170+90=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA5A is #8055A5. Grayscale: #949494. Windows color (decimal): -8410534 or 5941887. OLE color: 5941887.
HSL color Cylindrical-coordinate representation of color #7FAA5A: hue angle of 92.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FAA5A is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 90 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.33 |
| HSL | 92.25º | 0.32% | 0.51% | - |
| HSV(B) | 92.25º | 0.47% | 0.67% | - |
| XYZ | 24.97 | 34 | 14.92 | - |
| YUV | 148.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 90 | 0.25 | 0 | 0.47 | 0.33 | 92.25 | 0.32 | 0.51 |
| Hex | 7F | AA | 5A | 19 | 0 | 2F | 21 | 5C | 20 | 33 |
| Octal | 177 | 252 | 132 | 31 | 0 | 57 | 41 | 134 | 40 | 63 |
| Binary | 1111111 | 10101010 | 1011010 | 11001 | 0 | 101111 | 100001 | 1011100 | 100000 | 110011 |
Color Harmonies of #7FAA5A
Complementary color
Monochromatic Colors of #7FAA5A
Black with #7FAA5A
Text Example
Text Example
White with #7FAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA5A; }
p { color: rgb(127,170,90); }
H1.HeaderClassName
{
color: #7FAA5A;
}
.AnyTagClassName
{
color: #7FAA5A;
}
</style>
background-color css
<style>
a { background-color: #7FAA5A; }
a { background-color: rgb(127,170,90); }
div.DivClassName
{
background-color: #7FAA5A;
}
.BgClassName
{
background-color: #7FAA5A;
}
</style>
border-color css
<style>
span { border-color: #7FAA5A; }
span { border-color: rgb(127,170,90); }
td.TdClassName
{
border-color: #7FAA5A;
}
.TagClassName
{
border-color: #7FAA5A;
}
</style>