Shades of Asparagus #7FA450
Tints of Asparagus #7FA450
RGB
CMYK
RGB Variations
Color information
#7FA450 (or 0x7FA450) is known color: Asparagus. HEX triplet: 7F, A4 and 50. RGB value is (127,164,80). Sum of RGB (Red+Green+Blue) = 127+164+80=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA450 is #805BAF. Grayscale: #8F8F8F. Windows color (decimal): -8412080 or 5284991. OLE color: 5284991.
HSL color Cylindrical-coordinate representation of color #7FA450: hue angle of 86.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FA450 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 80 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.36 |
| HSL | 86.43º | 0.34% | 0.48% | - |
| HSV(B) | 86.43º | 0.51% | 0.64% | - |
| XYZ | 23.48 | 31.64 | 12.46 | - |
| YUV | 143.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 80 | 0.23 | 0 | 0.51 | 0.36 | 86.43 | 0.34 | 0.48 |
| Hex | 7F | A4 | 50 | 17 | 0 | 33 | 24 | 56 | 22 | 30 |
| Octal | 177 | 244 | 120 | 27 | 0 | 63 | 44 | 126 | 42 | 60 |
| Binary | 1111111 | 10100100 | 1010000 | 10111 | 0 | 110011 | 100100 | 1010110 | 100010 | 110000 |
Color Harmonies of #7FA450
Complementary color
Monochromatic Colors of #7FA450
Black with #7FA450
Text Example
Text Example
White with #7FA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA450; }
p { color: rgb(127,164,80); }
H1.HeaderClassName
{
color: #7FA450;
}
.AnyTagClassName
{
color: #7FA450;
}
</style>
background-color css
<style>
a { background-color: #7FA450; }
a { background-color: rgb(127,164,80); }
div.DivClassName
{
background-color: #7FA450;
}
.BgClassName
{
background-color: #7FA450;
}
</style>
border-color css
<style>
span { border-color: #7FA450; }
span { border-color: rgb(127,164,80); }
td.TdClassName
{
border-color: #7FA450;
}
.TagClassName
{
border-color: #7FA450;
}
</style>