Shades of Asparagus #729946
Tints of Asparagus #729946
RGB
CMYK
RGB Variations
Color information
#729946 (or 0x729946) is known color: Asparagus. HEX triplet: 72, 99 and 46. RGB value is (114,153,70). Sum of RGB (Red+Green+Blue) = 114+153+70=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #729946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729946 is #8D66B9. Grayscale: #848484. Windows color (decimal): -9266874 or 4626802. OLE color: 4626802.
HSL color Cylindrical-coordinate representation of color #729946: hue angle of 88.19º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #729946 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 70 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.4 |
| HSL | 88.19º | 0.37% | 0.44% | - |
| HSV(B) | 88.19º | 0.54% | 0.6% | - |
| XYZ | 19.44 | 26.8 | 9.94 | - |
| YUV | 131.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 70 | 0.25 | 0 | 0.54 | 0.4 | 88.19 | 0.37 | 0.44 |
| Hex | 72 | 99 | 46 | 19 | 0 | 36 | 28 | 58 | 25 | 2C |
| Octal | 162 | 231 | 106 | 31 | 0 | 66 | 50 | 130 | 45 | 54 |
| Binary | 1110010 | 10011001 | 1000110 | 11001 | 0 | 110110 | 101000 | 1011000 | 100101 | 101100 |
Color Harmonies of #729946
Complementary color
Monochromatic Colors of #729946
Black with #729946
Text Example
Text Example
White with #729946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729946; }
p { color: rgb(114,153,70); }
H1.HeaderClassName
{
color: #729946;
}
.AnyTagClassName
{
color: #729946;
}
</style>
background-color css
<style>
a { background-color: #729946; }
a { background-color: rgb(114,153,70); }
div.DivClassName
{
background-color: #729946;
}
.BgClassName
{
background-color: #729946;
}
</style>
border-color css
<style>
span { border-color: #729946; }
span { border-color: rgb(114,153,70); }
td.TdClassName
{
border-color: #729946;
}
.TagClassName
{
border-color: #729946;
}
</style>