Shades of Asparagus #72A059
Tints of Asparagus #72A059
RGB
CMYK
RGB Variations
Color information
#72A059 (or 0x72A059) is known color: Asparagus. HEX triplet: 72, A0 and 59. RGB value is (114,160,89). Sum of RGB (Red+Green+Blue) = 114+160+89=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #72A059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A059 is #8D5FA6. Grayscale: #8A8A8A. Windows color (decimal): -9265063 or 5873778. OLE color: 5873778.
HSL color Cylindrical-coordinate representation of color #72A059: hue angle of 98.87º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72A059 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 89 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.37 |
| HSL | 98.87º | 0.29% | 0.49% | - |
| HSV(B) | 98.87º | 0.44% | 0.63% | - |
| XYZ | 21.31 | 29.44 | 14.01 | - |
| YUV | 138.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 89 | 0.29 | 0 | 0.44 | 0.37 | 98.87 | 0.29 | 0.49 |
| Hex | 72 | A0 | 59 | 1D | 0 | 2C | 25 | 63 | 1D | 31 |
| Octal | 162 | 240 | 131 | 35 | 0 | 54 | 45 | 143 | 35 | 61 |
| Binary | 1110010 | 10100000 | 1011001 | 11101 | 0 | 101100 | 100101 | 1100011 | 11101 | 110001 |
Color Harmonies of #72A059
Complementary color
Monochromatic Colors of #72A059
Black with #72A059
Text Example
Text Example
White with #72A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A059; }
p { color: rgb(114,160,89); }
H1.HeaderClassName
{
color: #72A059;
}
.AnyTagClassName
{
color: #72A059;
}
</style>
background-color css
<style>
a { background-color: #72A059; }
a { background-color: rgb(114,160,89); }
div.DivClassName
{
background-color: #72A059;
}
.BgClassName
{
background-color: #72A059;
}
</style>
border-color css
<style>
span { border-color: #72A059; }
span { border-color: rgb(114,160,89); }
td.TdClassName
{
border-color: #72A059;
}
.TagClassName
{
border-color: #72A059;
}
</style>