Shades of Asparagus #7FAA5B
Tints of Asparagus #7FAA5B
RGB
CMYK
RGB Variations
Color information
#7FAA5B (or 0x7FAA5B) is known color: Asparagus. HEX triplet: 7F, AA and 5B. RGB value is (127,170,91). Sum of RGB (Red+Green+Blue) = 127+170+91=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA5B is #8055A4. Grayscale: #949494. Windows color (decimal): -8410533 or 6007423. OLE color: 6007423.
HSL color Cylindrical-coordinate representation of color #7FAA5B: hue angle of 92.66º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FAA5B is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 91 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.33 |
| HSL | 92.66º | 0.32% | 0.51% | - |
| HSV(B) | 92.66º | 0.46% | 0.67% | - |
| XYZ | 25.02 | 34.02 | 15.14 | - |
| YUV | 148.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 91 | 0.25 | 0 | 0.46 | 0.33 | 92.66 | 0.32 | 0.51 |
| Hex | 7F | AA | 5B | 19 | 0 | 2E | 21 | 5D | 20 | 33 |
| Octal | 177 | 252 | 133 | 31 | 0 | 56 | 41 | 135 | 40 | 63 |
| Binary | 1111111 | 10101010 | 1011011 | 11001 | 0 | 101110 | 100001 | 1011101 | 100000 | 110011 |
Color Harmonies of #7FAA5B
Complementary color
Monochromatic Colors of #7FAA5B
Black with #7FAA5B
Text Example
Text Example
White with #7FAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA5B; }
p { color: rgb(127,170,91); }
H1.HeaderClassName
{
color: #7FAA5B;
}
.AnyTagClassName
{
color: #7FAA5B;
}
</style>
background-color css
<style>
a { background-color: #7FAA5B; }
a { background-color: rgb(127,170,91); }
div.DivClassName
{
background-color: #7FAA5B;
}
.BgClassName
{
background-color: #7FAA5B;
}
</style>
border-color css
<style>
span { border-color: #7FAA5B; }
span { border-color: rgb(127,170,91); }
td.TdClassName
{
border-color: #7FAA5B;
}
.TagClassName
{
border-color: #7FAA5B;
}
</style>