Shades of Asparagus #72A061
Tints of Asparagus #72A061
RGB
CMYK
RGB Variations
Color information
#72A061 (or 0x72A061) is known color: Asparagus. HEX triplet: 72, A0 and 61. RGB value is (114,160,97). Sum of RGB (Red+Green+Blue) = 114+160+97=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #72A061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A061 is #8D5F9E. Grayscale: #8B8B8B. Windows color (decimal): -9265055 or 6398066. OLE color: 6398066.
HSL color Cylindrical-coordinate representation of color #72A061: hue angle of 103.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A061 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 97 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.37 |
| HSL | 103.81º | 0.25% | 0.5% | - |
| HSV(B) | 103.81º | 0.39% | 0.63% | - |
| XYZ | 21.67 | 29.58 | 15.88 | - |
| YUV | 139.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 97 | 0.29 | 0 | 0.39 | 0.37 | 103.81 | 0.25 | 0.5 |
| Hex | 72 | A0 | 61 | 1D | 0 | 27 | 25 | 68 | 19 | 32 |
| Octal | 162 | 240 | 141 | 35 | 0 | 47 | 45 | 150 | 31 | 62 |
| Binary | 1110010 | 10100000 | 1100001 | 11101 | 0 | 100111 | 100101 | 1101000 | 11001 | 110010 |
Color Harmonies of #72A061
Complementary color
Monochromatic Colors of #72A061
Black with #72A061
Text Example
Text Example
White with #72A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A061; }
p { color: rgb(114,160,97); }
H1.HeaderClassName
{
color: #72A061;
}
.AnyTagClassName
{
color: #72A061;
}
</style>
background-color css
<style>
a { background-color: #72A061; }
a { background-color: rgb(114,160,97); }
div.DivClassName
{
background-color: #72A061;
}
.BgClassName
{
background-color: #72A061;
}
</style>
border-color css
<style>
span { border-color: #72A061; }
span { border-color: rgb(114,160,97); }
td.TdClassName
{
border-color: #72A061;
}
.TagClassName
{
border-color: #72A061;
}
</style>