Shades of Asparagus #729446
Tints of Asparagus #729446
RGB
CMYK
RGB Variations
Color information
#729446 (or 0x729446) is known color: Asparagus. HEX triplet: 72, 94 and 46. RGB value is (114,148,70). Sum of RGB (Red+Green+Blue) = 114+148+70=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #729446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729446 is #8D6BB9. Grayscale: #818181. Windows color (decimal): -9268154 or 4625522. OLE color: 4625522.
HSL color Cylindrical-coordinate representation of color #729446: hue angle of 86.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #729446 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 148 | 70 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.42 |
| HSL | 86.15º | 0.36% | 0.43% | - |
| HSV(B) | 86.15º | 0.53% | 0.58% | - |
| XYZ | 18.63 | 25.2 | 9.68 | - |
| YUV | 128.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 70 | 0.23 | 0 | 0.53 | 0.42 | 86.15 | 0.36 | 0.43 |
| Hex | 72 | 94 | 46 | 17 | 0 | 35 | 2A | 56 | 24 | 2B |
| Octal | 162 | 224 | 106 | 27 | 0 | 65 | 52 | 126 | 44 | 53 |
| Binary | 1110010 | 10010100 | 1000110 | 10111 | 0 | 110101 | 101010 | 1010110 | 100100 | 101011 |
Color Harmonies of #729446
Complementary color
Monochromatic Colors of #729446
Black with #729446
Text Example
Text Example
White with #729446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729446; }
p { color: rgb(114,148,70); }
H1.HeaderClassName
{
color: #729446;
}
.AnyTagClassName
{
color: #729446;
}
</style>
background-color css
<style>
a { background-color: #729446; }
a { background-color: rgb(114,148,70); }
div.DivClassName
{
background-color: #729446;
}
.BgClassName
{
background-color: #729446;
}
</style>
border-color css
<style>
span { border-color: #729446; }
span { border-color: rgb(114,148,70); }
td.TdClassName
{
border-color: #729446;
}
.TagClassName
{
border-color: #729446;
}
</style>