Shades of Asparagus #729E56
Tints of Asparagus #729E56
RGB
CMYK
RGB Variations
Color information
#729E56 (or 0x729E56) is known color: Asparagus. HEX triplet: 72, 9E and 56. RGB value is (114,158,86). Sum of RGB (Red+Green+Blue) = 114+158+86=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #729E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E56 is #8D61A9. Grayscale: #888888. Windows color (decimal): -9265578 or 5676658. OLE color: 5676658.
HSL color Cylindrical-coordinate representation of color #729E56: hue angle of 96.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729E56 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 86 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.38 |
| HSL | 96.67º | 0.3% | 0.48% | - |
| HSV(B) | 96.67º | 0.46% | 0.62% | - |
| XYZ | 20.85 | 28.7 | 13.25 | - |
| YUV | 136.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 86 | 0.28 | 0 | 0.46 | 0.38 | 96.67 | 0.3 | 0.48 |
| Hex | 72 | 9E | 56 | 1C | 0 | 2E | 26 | 61 | 1E | 30 |
| Octal | 162 | 236 | 126 | 34 | 0 | 56 | 46 | 141 | 36 | 60 |
| Binary | 1110010 | 10011110 | 1010110 | 11100 | 0 | 101110 | 100110 | 1100001 | 11110 | 110000 |
Color Harmonies of #729E56
Complementary color
Monochromatic Colors of #729E56
Black with #729E56
Text Example
Text Example
White with #729E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E56; }
p { color: rgb(114,158,86); }
H1.HeaderClassName
{
color: #729E56;
}
.AnyTagClassName
{
color: #729E56;
}
</style>
background-color css
<style>
a { background-color: #729E56; }
a { background-color: rgb(114,158,86); }
div.DivClassName
{
background-color: #729E56;
}
.BgClassName
{
background-color: #729E56;
}
</style>
border-color css
<style>
span { border-color: #729E56; }
span { border-color: rgb(114,158,86); }
td.TdClassName
{
border-color: #729E56;
}
.TagClassName
{
border-color: #729E56;
}
</style>