Shades of Asparagus #7F9E5D
Tints of Asparagus #7F9E5D
RGB
CMYK
RGB Variations
Color information
#7F9E5D (or 0x7F9E5D) is known color: Asparagus. HEX triplet: 7F, 9E and 5D. RGB value is (127,158,93). Sum of RGB (Red+Green+Blue) = 127+158+93=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9E5D is #8061A2. Grayscale: #8D8D8D. Windows color (decimal): -8413603 or 6135423. OLE color: 6135423.
HSL color Cylindrical-coordinate representation of color #7F9E5D: hue angle of 88.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F9E5D is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 158 | 93 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.38 |
| HSL | 88.62º | 0.26% | 0.49% | - |
| HSV(B) | 88.62º | 0.41% | 0.62% | - |
| XYZ | 22.96 | 29.76 | 14.89 | - |
| YUV | 141.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 93 | 0.20 | 0 | 0.41 | 0.38 | 88.62 | 0.26 | 0.49 |
| Hex | 7F | 9E | 5D | 14 | 0 | 29 | 26 | 59 | 1A | 31 |
| Octal | 177 | 236 | 135 | 24 | 0 | 51 | 46 | 131 | 32 | 61 |
| Binary | 1111111 | 10011110 | 1011101 | 10100 | 0 | 101001 | 100110 | 1011001 | 11010 | 110001 |
Color Harmonies of #7F9E5D
Complementary color
Monochromatic Colors of #7F9E5D
Black with #7F9E5D
Text Example
Text Example
White with #7F9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9E5D; }
p { color: rgb(127,158,93); }
H1.HeaderClassName
{
color: #7F9E5D;
}
.AnyTagClassName
{
color: #7F9E5D;
}
</style>
background-color css
<style>
a { background-color: #7F9E5D; }
a { background-color: rgb(127,158,93); }
div.DivClassName
{
background-color: #7F9E5D;
}
.BgClassName
{
background-color: #7F9E5D;
}
</style>
border-color css
<style>
span { border-color: #7F9E5D; }
span { border-color: rgb(127,158,93); }
td.TdClassName
{
border-color: #7F9E5D;
}
.TagClassName
{
border-color: #7F9E5D;
}
</style>