Shades of Asparagus #7F9D5F
Tints of Asparagus #7F9D5F
RGB
CMYK
RGB Variations
Color information
#7F9D5F (or 0x7F9D5F) is known color: Asparagus. HEX triplet: 7F, 9D and 5F. RGB value is (127,157,95). Sum of RGB (Red+Green+Blue) = 127+157+95=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9D5F is #8062A0. Grayscale: #8D8D8D. Windows color (decimal): -8413857 or 6266239. OLE color: 6266239.
HSL color Cylindrical-coordinate representation of color #7F9D5F: hue angle of 89.03º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F9D5F is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 95 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.38 |
| HSL | 89.03º | 0.25% | 0.49% | - |
| HSV(B) | 89.03º | 0.39% | 0.62% | - |
| XYZ | 22.87 | 29.45 | 15.31 | - |
| YUV | 140.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 95 | 0.19 | 0 | 0.39 | 0.38 | 89.03 | 0.25 | 0.49 |
| Hex | 7F | 9D | 5F | 13 | 0 | 27 | 26 | 59 | 19 | 31 |
| Octal | 177 | 235 | 137 | 23 | 0 | 47 | 46 | 131 | 31 | 61 |
| Binary | 1111111 | 10011101 | 1011111 | 10011 | 0 | 100111 | 100110 | 1011001 | 11001 | 110001 |
Color Harmonies of #7F9D5F
Complementary color
Monochromatic Colors of #7F9D5F
Black with #7F9D5F
Text Example
Text Example
White with #7F9D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D5F; }
p { color: rgb(127,157,95); }
H1.HeaderClassName
{
color: #7F9D5F;
}
.AnyTagClassName
{
color: #7F9D5F;
}
</style>
background-color css
<style>
a { background-color: #7F9D5F; }
a { background-color: rgb(127,157,95); }
div.DivClassName
{
background-color: #7F9D5F;
}
.BgClassName
{
background-color: #7F9D5F;
}
</style>
border-color css
<style>
span { border-color: #7F9D5F; }
span { border-color: rgb(127,157,95); }
td.TdClassName
{
border-color: #7F9D5F;
}
.TagClassName
{
border-color: #7F9D5F;
}
</style>