Shades of Asparagus #72A045
Tints of Asparagus #72A045
RGB
CMYK
RGB Variations
Color information
#72A045 (or 0x72A045) is known color: Asparagus. HEX triplet: 72, A0 and 45. RGB value is (114,160,69). Sum of RGB (Red+Green+Blue) = 114+160+69=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #72A045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A045 is #8D5FBA. Grayscale: #888888. Windows color (decimal): -9265083 or 4563058. OLE color: 4563058.
HSL color Cylindrical-coordinate representation of color #72A045: hue angle of 90.33º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72A045 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 69 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.37 |
| HSL | 90.33º | 0.4% | 0.45% | - |
| HSV(B) | 90.33º | 0.57% | 0.63% | - |
| XYZ | 20.58 | 29.15 | 10.17 | - |
| YUV | 135.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 69 | 0.29 | 0 | 0.57 | 0.37 | 90.33 | 0.4 | 0.45 |
| Hex | 72 | A0 | 45 | 1D | 0 | 39 | 25 | 5A | 28 | 2D |
| Octal | 162 | 240 | 105 | 35 | 0 | 71 | 45 | 132 | 50 | 55 |
| Binary | 1110010 | 10100000 | 1000101 | 11101 | 0 | 111001 | 100101 | 1011010 | 101000 | 101101 |
Color Harmonies of #72A045
Complementary color
Monochromatic Colors of #72A045
Black with #72A045
Text Example
Text Example
White with #72A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A045; }
p { color: rgb(114,160,69); }
H1.HeaderClassName
{
color: #72A045;
}
.AnyTagClassName
{
color: #72A045;
}
</style>
background-color css
<style>
a { background-color: #72A045; }
a { background-color: rgb(114,160,69); }
div.DivClassName
{
background-color: #72A045;
}
.BgClassName
{
background-color: #72A045;
}
</style>
border-color css
<style>
span { border-color: #72A045; }
span { border-color: rgb(114,160,69); }
td.TdClassName
{
border-color: #72A045;
}
.TagClassName
{
border-color: #72A045;
}
</style>