Shades of Asparagus #7F9E50
Tints of Asparagus #7F9E50
RGB
CMYK
RGB Variations
Color information
#7F9E50 (or 0x7F9E50) is known color: Asparagus. HEX triplet: 7F, 9E and 50. RGB value is (127,158,80). Sum of RGB (Red+Green+Blue) = 127+158+80=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9E50 is #8061AF. Grayscale: #8C8C8C. Windows color (decimal): -8413616 or 5283455. OLE color: 5283455.
HSL color Cylindrical-coordinate representation of color #7F9E50: hue angle of 83.85º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F9E50 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 158 | 80 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.38 |
| HSL | 83.85º | 0.33% | 0.47% | - |
| HSV(B) | 83.85º | 0.49% | 0.62% | - |
| XYZ | 22.43 | 29.54 | 12.11 | - |
| YUV | 139.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 80 | 0.20 | 0 | 0.49 | 0.38 | 83.85 | 0.33 | 0.47 |
| Hex | 7F | 9E | 50 | 14 | 0 | 31 | 26 | 54 | 21 | 2F |
| Octal | 177 | 236 | 120 | 24 | 0 | 61 | 46 | 124 | 41 | 57 |
| Binary | 1111111 | 10011110 | 1010000 | 10100 | 0 | 110001 | 100110 | 1010100 | 100001 | 101111 |
Color Harmonies of #7F9E50
Complementary color
Monochromatic Colors of #7F9E50
Black with #7F9E50
Text Example
Text Example
White with #7F9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9E50; }
p { color: rgb(127,158,80); }
H1.HeaderClassName
{
color: #7F9E50;
}
.AnyTagClassName
{
color: #7F9E50;
}
</style>
background-color css
<style>
a { background-color: #7F9E50; }
a { background-color: rgb(127,158,80); }
div.DivClassName
{
background-color: #7F9E50;
}
.BgClassName
{
background-color: #7F9E50;
}
</style>
border-color css
<style>
span { border-color: #7F9E50; }
span { border-color: rgb(127,158,80); }
td.TdClassName
{
border-color: #7F9E50;
}
.TagClassName
{
border-color: #7F9E50;
}
</style>