Shades of Asparagus #7F9F51
Tints of Asparagus #7F9F51
RGB
CMYK
RGB Variations
Color information
#7F9F51 (or 0x7F9F51) is known color: Asparagus. HEX triplet: 7F, 9F and 51. RGB value is (127,159,81). Sum of RGB (Red+Green+Blue) = 127+159+81=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9F51 is #8060AE. Grayscale: #8C8C8C. Windows color (decimal): -8413359 or 5349247. OLE color: 5349247.
HSL color Cylindrical-coordinate representation of color #7F9F51: hue angle of 84.62º degrees, saturation: 0.32, 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 #7F9F51 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 159 | 81 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.38 |
| HSL | 84.62º | 0.33% | 0.47% | - |
| HSV(B) | 84.62º | 0.49% | 0.62% | - |
| XYZ | 22.64 | 29.9 | 12.36 | - |
| YUV | 140.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 81 | 0.20 | 0 | 0.49 | 0.38 | 84.62 | 0.33 | 0.47 |
| Hex | 7F | 9F | 51 | 14 | 0 | 31 | 26 | 55 | 20 | 2F |
| Octal | 177 | 237 | 121 | 24 | 0 | 61 | 46 | 125 | 40 | 57 |
| Binary | 1111111 | 10011111 | 1010001 | 10100 | 0 | 110001 | 100110 | 1010101 | 100000 | 101111 |
Color Harmonies of #7F9F51
Complementary color
Monochromatic Colors of #7F9F51
Black with #7F9F51
Text Example
Text Example
White with #7F9F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9F51; }
p { color: rgb(127,159,81); }
H1.HeaderClassName
{
color: #7F9F51;
}
.AnyTagClassName
{
color: #7F9F51;
}
</style>
background-color css
<style>
a { background-color: #7F9F51; }
a { background-color: rgb(127,159,81); }
div.DivClassName
{
background-color: #7F9F51;
}
.BgClassName
{
background-color: #7F9F51;
}
</style>
border-color css
<style>
span { border-color: #7F9F51; }
span { border-color: rgb(127,159,81); }
td.TdClassName
{
border-color: #7F9F51;
}
.TagClassName
{
border-color: #7F9F51;
}
</style>