Shades of Asparagus #7F9D56
Tints of Asparagus #7F9D56
RGB
CMYK
RGB Variations
Color information
#7F9D56 (or 0x7F9D56) is known color: Asparagus. HEX triplet: 7F, 9D and 56. RGB value is (127,157,86). Sum of RGB (Red+Green+Blue) = 127+157+86=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9D56 is #8062A9. Grayscale: #8C8C8C. Windows color (decimal): -8413866 or 5676415. OLE color: 5676415.
HSL color Cylindrical-coordinate representation of color #7F9D56: hue angle of 85.35º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F9D56 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 86 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.38 |
| HSL | 85.35º | 0.29% | 0.48% | - |
| HSV(B) | 85.35º | 0.45% | 0.62% | - |
| XYZ | 22.49 | 29.3 | 13.27 | - |
| YUV | 139.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 86 | 0.19 | 0 | 0.45 | 0.38 | 85.35 | 0.29 | 0.48 |
| Hex | 7F | 9D | 56 | 13 | 0 | 2D | 26 | 55 | 1D | 30 |
| Octal | 177 | 235 | 126 | 23 | 0 | 55 | 46 | 125 | 35 | 60 |
| Binary | 1111111 | 10011101 | 1010110 | 10011 | 0 | 101101 | 100110 | 1010101 | 11101 | 110000 |
Color Harmonies of #7F9D56
Complementary color
Monochromatic Colors of #7F9D56
Black with #7F9D56
Text Example
Text Example
White with #7F9D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D56; }
p { color: rgb(127,157,86); }
H1.HeaderClassName
{
color: #7F9D56;
}
.AnyTagClassName
{
color: #7F9D56;
}
</style>
background-color css
<style>
a { background-color: #7F9D56; }
a { background-color: rgb(127,157,86); }
div.DivClassName
{
background-color: #7F9D56;
}
.BgClassName
{
background-color: #7F9D56;
}
</style>
border-color css
<style>
span { border-color: #7F9D56; }
span { border-color: rgb(127,157,86); }
td.TdClassName
{
border-color: #7F9D56;
}
.TagClassName
{
border-color: #7F9D56;
}
</style>