Shades of Asparagus #72AD60
Tints of Asparagus #72AD60
RGB
CMYK
RGB Variations
Color information
#72AD60 (or 0x72AD60) is known color: Asparagus. HEX triplet: 72, AD and 60. RGB value is (114,173,96). Sum of RGB (Red+Green+Blue) = 114+173+96=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD60 is #8D529F. Grayscale: #929292. Windows color (decimal): -9261728 or 6335858. OLE color: 6335858.
HSL color Cylindrical-coordinate representation of color #72AD60: hue angle of 105.97º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72AD60 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 96 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.32 |
| HSL | 105.97º | 0.32% | 0.53% | - |
| HSV(B) | 105.97º | 0.45% | 0.68% | - |
| XYZ | 23.99 | 34.31 | 16.42 | - |
| YUV | 146.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 96 | 0.34 | 0 | 0.45 | 0.32 | 105.97 | 0.32 | 0.53 |
| Hex | 72 | AD | 60 | 22 | 0 | 2D | 20 | 6A | 20 | 35 |
| Octal | 162 | 255 | 140 | 42 | 0 | 55 | 40 | 152 | 40 | 65 |
| Binary | 1110010 | 10101101 | 1100000 | 100010 | 0 | 101101 | 100000 | 1101010 | 100000 | 110101 |
Color Harmonies of #72AD60
Complementary color
Monochromatic Colors of #72AD60
Black with #72AD60
Text Example
Text Example
White with #72AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD60; }
p { color: rgb(114,173,96); }
H1.HeaderClassName
{
color: #72AD60;
}
.AnyTagClassName
{
color: #72AD60;
}
</style>
background-color css
<style>
a { background-color: #72AD60; }
a { background-color: rgb(114,173,96); }
div.DivClassName
{
background-color: #72AD60;
}
.BgClassName
{
background-color: #72AD60;
}
</style>
border-color css
<style>
span { border-color: #72AD60; }
span { border-color: rgb(114,173,96); }
td.TdClassName
{
border-color: #72AD60;
}
.TagClassName
{
border-color: #72AD60;
}
</style>