Shades of Asparagus #80994F
Tints of Asparagus #80994F
RGB
CMYK
RGB Variations
Color information
#80994F (or 0x80994F) is known color: Asparagus. HEX triplet: 80, 99 and 4F. RGB value is (128,153,79). Sum of RGB (Red+Green+Blue) = 128+153+79=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #80994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80994F is #7F66B0. Grayscale: #898989. Windows color (decimal): -8349361 or 5216640. OLE color: 5216640.
HSL color Cylindrical-coordinate representation of color #80994F: hue angle of 80.27º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80994F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 79 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.4 |
| HSL | 80.27º | 0.32% | 0.45% | - |
| HSV(B) | 80.27º | 0.48% | 0.6% | - |
| XYZ | 21.7 | 27.94 | 11.65 | - |
| YUV | 137.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 79 | 0.16 | 0 | 0.48 | 0.4 | 80.27 | 0.32 | 0.45 |
| Hex | 80 | 99 | 4F | 10 | 0 | 30 | 28 | 50 | 20 | 2D |
| Octal | 200 | 231 | 117 | 20 | 0 | 60 | 50 | 120 | 40 | 55 |
| Binary | 10000000 | 10011001 | 1001111 | 10000 | 0 | 110000 | 101000 | 1010000 | 100000 | 101101 |
Color Harmonies of #80994F
Complementary color
Monochromatic Colors of #80994F
Black with #80994F
Text Example
Text Example
White with #80994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80994F; }
p { color: rgb(128,153,79); }
H1.HeaderClassName
{
color: #80994F;
}
.AnyTagClassName
{
color: #80994F;
}
</style>
background-color css
<style>
a { background-color: #80994F; }
a { background-color: rgb(128,153,79); }
div.DivClassName
{
background-color: #80994F;
}
.BgClassName
{
background-color: #80994F;
}
</style>
border-color css
<style>
span { border-color: #80994F; }
span { border-color: rgb(128,153,79); }
td.TdClassName
{
border-color: #80994F;
}
.TagClassName
{
border-color: #80994F;
}
</style>