Shades of Asparagus #729E50
Tints of Asparagus #729E50
RGB
CMYK
RGB Variations
Color information
#729E50 (or 0x729E50) is known color: Asparagus. HEX triplet: 72, 9E and 50. RGB value is (114,158,80). Sum of RGB (Red+Green+Blue) = 114+158+80=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #729E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E50 is #8D61AF. Grayscale: #888888. Windows color (decimal): -9265584 or 5283442. OLE color: 5283442.
HSL color Cylindrical-coordinate representation of color #729E50: hue angle of 93.85º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #729E50 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 80 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.38 |
| HSL | 93.85º | 0.33% | 0.47% | - |
| HSV(B) | 93.85º | 0.49% | 0.62% | - |
| XYZ | 20.61 | 28.61 | 12.03 | - |
| YUV | 135.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 80 | 0.28 | 0 | 0.49 | 0.38 | 93.85 | 0.33 | 0.47 |
| Hex | 72 | 9E | 50 | 1C | 0 | 31 | 26 | 5E | 21 | 2F |
| Octal | 162 | 236 | 120 | 34 | 0 | 61 | 46 | 136 | 41 | 57 |
| Binary | 1110010 | 10011110 | 1010000 | 11100 | 0 | 110001 | 100110 | 1011110 | 100001 | 101111 |
Color Harmonies of #729E50
Complementary color
Monochromatic Colors of #729E50
Black with #729E50
Text Example
Text Example
White with #729E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E50; }
p { color: rgb(114,158,80); }
H1.HeaderClassName
{
color: #729E50;
}
.AnyTagClassName
{
color: #729E50;
}
</style>
background-color css
<style>
a { background-color: #729E50; }
a { background-color: rgb(114,158,80); }
div.DivClassName
{
background-color: #729E50;
}
.BgClassName
{
background-color: #729E50;
}
</style>
border-color css
<style>
span { border-color: #729E50; }
span { border-color: rgb(114,158,80); }
td.TdClassName
{
border-color: #729E50;
}
.TagClassName
{
border-color: #729E50;
}
</style>