Shades of Asparagus #72A043
Tints of Asparagus #72A043
RGB
CMYK
RGB Variations
Color information
#72A043 (or 0x72A043) is known color: Asparagus. HEX triplet: 72, A0 and 43. RGB value is (114,160,67). Sum of RGB (Red+Green+Blue) = 114+160+67=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #72A043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A043 is #8D5FBC. Grayscale: #878787. Windows color (decimal): -9265085 or 4431986. OLE color: 4431986.
HSL color Cylindrical-coordinate representation of color #72A043: hue angle of 89.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72A043 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 67 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.37 |
| HSL | 89.68º | 0.41% | 0.45% | - |
| HSV(B) | 89.68º | 0.58% | 0.63% | - |
| XYZ | 20.52 | 29.12 | 9.85 | - |
| YUV | 135.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 67 | 0.29 | 0 | 0.58 | 0.37 | 89.68 | 0.41 | 0.45 |
| Hex | 72 | A0 | 43 | 1D | 0 | 3A | 25 | 5A | 29 | 2D |
| Octal | 162 | 240 | 103 | 35 | 0 | 72 | 45 | 132 | 51 | 55 |
| Binary | 1110010 | 10100000 | 1000011 | 11101 | 0 | 111010 | 100101 | 1011010 | 101001 | 101101 |
Color Harmonies of #72A043
Complementary color
Monochromatic Colors of #72A043
Black with #72A043
Text Example
Text Example
White with #72A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A043; }
p { color: rgb(114,160,67); }
H1.HeaderClassName
{
color: #72A043;
}
.AnyTagClassName
{
color: #72A043;
}
</style>
background-color css
<style>
a { background-color: #72A043; }
a { background-color: rgb(114,160,67); }
div.DivClassName
{
background-color: #72A043;
}
.BgClassName
{
background-color: #72A043;
}
</style>
border-color css
<style>
span { border-color: #72A043; }
span { border-color: rgb(114,160,67); }
td.TdClassName
{
border-color: #72A043;
}
.TagClassName
{
border-color: #72A043;
}
</style>