Shades of Asparagus #7F994D
Tints of Asparagus #7F994D
RGB
CMYK
RGB Variations
Color information
#7F994D (or 0x7F994D) is known color: Asparagus. HEX triplet: 7F, 99 and 4D. RGB value is (127,153,77). Sum of RGB (Red+Green+Blue) = 127+153+77=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #7F994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F994D is #8066B2. Grayscale: #888888. Windows color (decimal): -8414899 or 5085567. OLE color: 5085567.
HSL color Cylindrical-coordinate representation of color #7F994D: hue angle of 80.53º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F994D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 77 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.4 |
| HSL | 80.53º | 0.33% | 0.45% | - |
| HSV(B) | 80.53º | 0.5% | 0.6% | - |
| XYZ | 21.48 | 27.83 | 11.26 | - |
| YUV | 136.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 77 | 0.17 | 0 | 0.50 | 0.4 | 80.53 | 0.33 | 0.45 |
| Hex | 7F | 99 | 4D | 11 | 0 | 32 | 28 | 51 | 21 | 2D |
| Octal | 177 | 231 | 115 | 21 | 0 | 62 | 50 | 121 | 41 | 55 |
| Binary | 1111111 | 10011001 | 1001101 | 10001 | 0 | 110010 | 101000 | 1010001 | 100001 | 101101 |
Color Harmonies of #7F994D
Complementary color
Monochromatic Colors of #7F994D
Black with #7F994D
Text Example
Text Example
White with #7F994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F994D; }
p { color: rgb(127,153,77); }
H1.HeaderClassName
{
color: #7F994D;
}
.AnyTagClassName
{
color: #7F994D;
}
</style>
background-color css
<style>
a { background-color: #7F994D; }
a { background-color: rgb(127,153,77); }
div.DivClassName
{
background-color: #7F994D;
}
.BgClassName
{
background-color: #7F994D;
}
</style>
border-color css
<style>
span { border-color: #7F994D; }
span { border-color: rgb(127,153,77); }
td.TdClassName
{
border-color: #7F994D;
}
.TagClassName
{
border-color: #7F994D;
}
</style>