Shades of Asparagus #72AD5A
Tints of Asparagus #72AD5A
RGB
CMYK
RGB Variations
Color information
#72AD5A (or 0x72AD5A) is known color: Asparagus. HEX triplet: 72, AD and 5A. RGB value is (114,173,90). Sum of RGB (Red+Green+Blue) = 114+173+90=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD5A is #8D52A5. Grayscale: #929292. Windows color (decimal): -9261734 or 5942642. OLE color: 5942642.
HSL color Cylindrical-coordinate representation of color #72AD5A: hue angle of 102.65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72AD5A is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 90 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.32 |
| HSL | 102.65º | 0.34% | 0.52% | - |
| HSV(B) | 102.65º | 0.48% | 0.68% | - |
| XYZ | 23.73 | 34.2 | 15.02 | - |
| YUV | 145.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 90 | 0.34 | 0 | 0.48 | 0.32 | 102.65 | 0.34 | 0.52 |
| Hex | 72 | AD | 5A | 22 | 0 | 30 | 20 | 67 | 22 | 34 |
| Octal | 162 | 255 | 132 | 42 | 0 | 60 | 40 | 147 | 42 | 64 |
| Binary | 1110010 | 10101101 | 1011010 | 100010 | 0 | 110000 | 100000 | 1100111 | 100010 | 110100 |
Color Harmonies of #72AD5A
Complementary color
Monochromatic Colors of #72AD5A
Black with #72AD5A
Text Example
Text Example
White with #72AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD5A; }
p { color: rgb(114,173,90); }
H1.HeaderClassName
{
color: #72AD5A;
}
.AnyTagClassName
{
color: #72AD5A;
}
</style>
background-color css
<style>
a { background-color: #72AD5A; }
a { background-color: rgb(114,173,90); }
div.DivClassName
{
background-color: #72AD5A;
}
.BgClassName
{
background-color: #72AD5A;
}
</style>
border-color css
<style>
span { border-color: #72AD5A; }
span { border-color: rgb(114,173,90); }
td.TdClassName
{
border-color: #72AD5A;
}
.TagClassName
{
border-color: #72AD5A;
}
</style>