Shades of Asparagus #729651
Tints of Asparagus #729651
RGB
CMYK
RGB Variations
Color information
#729651 (or 0x729651) is known color: Asparagus. HEX triplet: 72, 96 and 51. RGB value is (114,150,81). Sum of RGB (Red+Green+Blue) = 114+150+81=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #729651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729651 is #8D69AE. Grayscale: #838383. Windows color (decimal): -9267631 or 5346930. OLE color: 5346930.
HSL color Cylindrical-coordinate representation of color #729651: hue angle of 91.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729651 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 81 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.41 |
| HSL | 91.3º | 0.3% | 0.45% | - |
| HSV(B) | 91.3º | 0.46% | 0.59% | - |
| XYZ | 19.33 | 25.98 | 11.78 | - |
| YUV | 131.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 81 | 0.24 | 0 | 0.46 | 0.41 | 91.3 | 0.3 | 0.45 |
| Hex | 72 | 96 | 51 | 18 | 0 | 2E | 29 | 5B | 1E | 2D |
| Octal | 162 | 226 | 121 | 30 | 0 | 56 | 51 | 133 | 36 | 55 |
| Binary | 1110010 | 10010110 | 1010001 | 11000 | 0 | 101110 | 101001 | 1011011 | 11110 | 101101 |
Color Harmonies of #729651
Complementary color
Monochromatic Colors of #729651
Black with #729651
Text Example
Text Example
White with #729651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729651; }
p { color: rgb(114,150,81); }
H1.HeaderClassName
{
color: #729651;
}
.AnyTagClassName
{
color: #729651;
}
</style>
background-color css
<style>
a { background-color: #729651; }
a { background-color: rgb(114,150,81); }
div.DivClassName
{
background-color: #729651;
}
.BgClassName
{
background-color: #729651;
}
</style>
border-color css
<style>
span { border-color: #729651; }
span { border-color: rgb(114,150,81); }
td.TdClassName
{
border-color: #729651;
}
.TagClassName
{
border-color: #729651;
}
</style>