Shades of Asparagus #729147
Tints of Asparagus #729147
RGB
CMYK
RGB Variations
Color information
#729147 (or 0x729147) is known color: Asparagus. HEX triplet: 72, 91 and 47. RGB value is (114,145,71). Sum of RGB (Red+Green+Blue) = 114+145+71=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #729147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729147 is #8D6EB8. Grayscale: #7F7F7F. Windows color (decimal): -9268921 or 4690290. OLE color: 4690290.
HSL color Cylindrical-coordinate representation of color #729147: hue angle of 85.14º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #729147 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 71 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.43 |
| HSL | 85.14º | 0.34% | 0.42% | - |
| HSV(B) | 85.14º | 0.51% | 0.57% | - |
| XYZ | 18.2 | 24.28 | 9.69 | - |
| YUV | 127.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 71 | 0.21 | 0 | 0.51 | 0.43 | 85.14 | 0.34 | 0.42 |
| Hex | 72 | 91 | 47 | 15 | 0 | 33 | 2B | 55 | 22 | 2A |
| Octal | 162 | 221 | 107 | 25 | 0 | 63 | 53 | 125 | 42 | 52 |
| Binary | 1110010 | 10010001 | 1000111 | 10101 | 0 | 110011 | 101011 | 1010101 | 100010 | 101010 |
Color Harmonies of #729147
Complementary color
Monochromatic Colors of #729147
Black with #729147
Text Example
Text Example
White with #729147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729147; }
p { color: rgb(114,145,71); }
H1.HeaderClassName
{
color: #729147;
}
.AnyTagClassName
{
color: #729147;
}
</style>
background-color css
<style>
a { background-color: #729147; }
a { background-color: rgb(114,145,71); }
div.DivClassName
{
background-color: #729147;
}
.BgClassName
{
background-color: #729147;
}
</style>
border-color css
<style>
span { border-color: #729147; }
span { border-color: rgb(114,145,71); }
td.TdClassName
{
border-color: #729147;
}
.TagClassName
{
border-color: #729147;
}
</style>