Shades of Asparagus #72A44A
Tints of Asparagus #72A44A
RGB
CMYK
RGB Variations
Color information
#72A44A (or 0x72A44A) is known color: Asparagus. HEX triplet: 72, A4 and 4A. RGB value is (114,164,74). Sum of RGB (Red+Green+Blue) = 114+164+74=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #72A44A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A44A is #8D5BB5. Grayscale: #8B8B8B. Windows color (decimal): -9264054 or 4891762. OLE color: 4891762.
HSL color Cylindrical-coordinate representation of color #72A44A: hue angle of 93.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72A44A is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 74 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.36 |
| HSL | 93.33º | 0.38% | 0.47% | - |
| HSV(B) | 93.33º | 0.55% | 0.64% | - |
| XYZ | 21.45 | 30.62 | 11.26 | - |
| YUV | 138.79 | 91.44 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 74 | 0.30 | 0 | 0.55 | 0.36 | 93.33 | 0.38 | 0.47 |
| Hex | 72 | A4 | 4A | 1E | 0 | 37 | 24 | 5D | 26 | 2F |
| Octal | 162 | 244 | 112 | 36 | 0 | 67 | 44 | 135 | 46 | 57 |
| Binary | 1110010 | 10100100 | 1001010 | 11110 | 0 | 110111 | 100100 | 1011101 | 100110 | 101111 |
Color Harmonies of #72A44A
Complementary color
Monochromatic Colors of #72A44A
Black with #72A44A
Text Example
Text Example
White with #72A44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A44A; }
p { color: rgb(114,164,74); }
H1.HeaderClassName
{
color: #72A44A;
}
.AnyTagClassName
{
color: #72A44A;
}
</style>
background-color css
<style>
a { background-color: #72A44A; }
a { background-color: rgb(114,164,74); }
div.DivClassName
{
background-color: #72A44A;
}
.BgClassName
{
background-color: #72A44A;
}
</style>
border-color css
<style>
span { border-color: #72A44A; }
span { border-color: rgb(114,164,74); }
td.TdClassName
{
border-color: #72A44A;
}
.TagClassName
{
border-color: #72A44A;
}
</style>