Shades of Asparagus #7F974E
Tints of Asparagus #7F974E
RGB
CMYK
RGB Variations
Color information
#7F974E (or 0x7F974E) is known color: Asparagus. HEX triplet: 7F, 97 and 4E. RGB value is (127,151,78). Sum of RGB (Red+Green+Blue) = 127+151+78=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #7F974E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F974E is #8068B1. Grayscale: #878787. Windows color (decimal): -8415410 or 5150591. OLE color: 5150591.
HSL color Cylindrical-coordinate representation of color #7F974E: hue angle of 79.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F974E is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 78 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.41 |
| HSL | 79.73º | 0.32% | 0.45% | - |
| HSV(B) | 79.73º | 0.48% | 0.59% | - |
| XYZ | 21.19 | 27.2 | 11.34 | - |
| YUV | 135.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 78 | 0.16 | 0 | 0.48 | 0.41 | 79.73 | 0.32 | 0.45 |
| Hex | 7F | 97 | 4E | 10 | 0 | 30 | 29 | 50 | 20 | 2D |
| Octal | 177 | 227 | 116 | 20 | 0 | 60 | 51 | 120 | 40 | 55 |
| Binary | 1111111 | 10010111 | 1001110 | 10000 | 0 | 110000 | 101001 | 1010000 | 100000 | 101101 |
Color Harmonies of #7F974E
Complementary color
Monochromatic Colors of #7F974E
Black with #7F974E
Text Example
Text Example
White with #7F974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F974E; }
p { color: rgb(127,151,78); }
H1.HeaderClassName
{
color: #7F974E;
}
.AnyTagClassName
{
color: #7F974E;
}
</style>
background-color css
<style>
a { background-color: #7F974E; }
a { background-color: rgb(127,151,78); }
div.DivClassName
{
background-color: #7F974E;
}
.BgClassName
{
background-color: #7F974E;
}
</style>
border-color css
<style>
span { border-color: #7F974E; }
span { border-color: rgb(127,151,78); }
td.TdClassName
{
border-color: #7F974E;
}
.TagClassName
{
border-color: #7F974E;
}
</style>