Shades of Asparagus #7FA04D
Tints of Asparagus #7FA04D
RGB
CMYK
RGB Variations
Color information
#7FA04D (or 0x7FA04D) is known color: Asparagus. HEX triplet: 7F, A0 and 4D. RGB value is (127,160,77). Sum of RGB (Red+Green+Blue) = 127+160+77=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA04D is #805FB2. Grayscale: #8C8C8C. Windows color (decimal): -8413107 or 5087359. OLE color: 5087359.
HSL color Cylindrical-coordinate representation of color #7FA04D: hue angle of 83.86º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FA04D is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 77 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.37 |
| HSL | 83.86º | 0.35% | 0.46% | - |
| HSV(B) | 83.86º | 0.52% | 0.63% | - |
| XYZ | 22.66 | 30.19 | 11.65 | - |
| YUV | 140.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 77 | 0.21 | 0 | 0.52 | 0.37 | 83.86 | 0.35 | 0.46 |
| Hex | 7F | A0 | 4D | 15 | 0 | 34 | 25 | 54 | 23 | 2E |
| Octal | 177 | 240 | 115 | 25 | 0 | 64 | 45 | 124 | 43 | 56 |
| Binary | 1111111 | 10100000 | 1001101 | 10101 | 0 | 110100 | 100101 | 1010100 | 100011 | 101110 |
Color Harmonies of #7FA04D
Complementary color
Monochromatic Colors of #7FA04D
Black with #7FA04D
Text Example
Text Example
White with #7FA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA04D; }
p { color: rgb(127,160,77); }
H1.HeaderClassName
{
color: #7FA04D;
}
.AnyTagClassName
{
color: #7FA04D;
}
</style>
background-color css
<style>
a { background-color: #7FA04D; }
a { background-color: rgb(127,160,77); }
div.DivClassName
{
background-color: #7FA04D;
}
.BgClassName
{
background-color: #7FA04D;
}
</style>
border-color css
<style>
span { border-color: #7FA04D; }
span { border-color: rgb(127,160,77); }
td.TdClassName
{
border-color: #7FA04D;
}
.TagClassName
{
border-color: #7FA04D;
}
</style>