Shades of Asparagus #80974E
Tints of Asparagus #80974E
RGB
CMYK
RGB Variations
Color information
#80974E (or 0x80974E) is known color: Asparagus. HEX triplet: 80, 97 and 4E. RGB value is (128,151,78). Sum of RGB (Red+Green+Blue) = 128+151+78=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #80974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80974E is #7F68B1. Grayscale: #888888. Windows color (decimal): -8349874 or 5150592. OLE color: 5150592.
HSL color Cylindrical-coordinate representation of color #80974E: hue angle of 78.9º 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 #80974E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 151 | 78 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.41 |
| HSL | 78.9º | 0.32% | 0.45% | - |
| HSV(B) | 78.9º | 0.48% | 0.59% | - |
| XYZ | 21.34 | 27.27 | 11.35 | - |
| YUV | 135.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 78 | 0.15 | 0 | 0.48 | 0.41 | 78.9 | 0.32 | 0.45 |
| Hex | 80 | 97 | 4E | F | 0 | 30 | 29 | 4F | 20 | 2D |
| Octal | 200 | 227 | 116 | 17 | 0 | 60 | 51 | 117 | 40 | 55 |
| Binary | 10000000 | 10010111 | 1001110 | 1111 | 0 | 110000 | 101001 | 1001111 | 100000 | 101101 |
Color Harmonies of #80974E
Complementary color
Monochromatic Colors of #80974E
Black with #80974E
Text Example
Text Example
White with #80974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80974E; }
p { color: rgb(128,151,78); }
H1.HeaderClassName
{
color: #80974E;
}
.AnyTagClassName
{
color: #80974E;
}
</style>
background-color css
<style>
a { background-color: #80974E; }
a { background-color: rgb(128,151,78); }
div.DivClassName
{
background-color: #80974E;
}
.BgClassName
{
background-color: #80974E;
}
</style>
border-color css
<style>
span { border-color: #80974E; }
span { border-color: rgb(128,151,78); }
td.TdClassName
{
border-color: #80974E;
}
.TagClassName
{
border-color: #80974E;
}
</style>