Shades of Asparagus #7F984C
Tints of Asparagus #7F984C
RGB
CMYK
RGB Variations
Color information
#7F984C (or 0x7F984C) is known color: Asparagus. HEX triplet: 7F, 98 and 4C. RGB value is (127,152,76). Sum of RGB (Red+Green+Blue) = 127+152+76=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #7F984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F984C is #8067B3. Grayscale: #888888. Windows color (decimal): -8415156 or 5019775. OLE color: 5019775.
HSL color Cylindrical-coordinate representation of color #7F984C: hue angle of 79.74º 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 #7F984C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 76 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.40 |
| HSL | 79.74º | 0.33% | 0.45% | - |
| HSV(B) | 79.74º | 0.5% | 0.6% | - |
| XYZ | 21.29 | 27.49 | 11.02 | - |
| YUV | 135.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 76 | 0.16 | 0 | 0.50 | 0.40 | 79.74 | 0.33 | 0.45 |
| Hex | 7F | 98 | 4C | 10 | 0 | 32 | 28 | 50 | 21 | 2D |
| Octal | 177 | 230 | 114 | 20 | 0 | 62 | 50 | 120 | 41 | 55 |
| Binary | 1111111 | 10011000 | 1001100 | 10000 | 0 | 110010 | 101000 | 1010000 | 100001 | 101101 |
Color Harmonies of #7F984C
Complementary color
Monochromatic Colors of #7F984C
Black with #7F984C
Text Example
Text Example
White with #7F984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F984C; }
p { color: rgb(127,152,76); }
H1.HeaderClassName
{
color: #7F984C;
}
.AnyTagClassName
{
color: #7F984C;
}
</style>
background-color css
<style>
a { background-color: #7F984C; }
a { background-color: rgb(127,152,76); }
div.DivClassName
{
background-color: #7F984C;
}
.BgClassName
{
background-color: #7F984C;
}
</style>
border-color css
<style>
span { border-color: #7F984C; }
span { border-color: rgb(127,152,76); }
td.TdClassName
{
border-color: #7F984C;
}
.TagClassName
{
border-color: #7F984C;
}
</style>