Shades of Asparagus #729B50
Tints of Asparagus #729B50
RGB
CMYK
RGB Variations
Color information
#729B50 (or 0x729B50) is known color: Asparagus. HEX triplet: 72, 9B and 50. RGB value is (114,155,80). Sum of RGB (Red+Green+Blue) = 114+155+80=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #729B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B50 is #8D64AF. Grayscale: #868686. Windows color (decimal): -9266352 or 5282674. OLE color: 5282674.
HSL color Cylindrical-coordinate representation of color #729B50: hue angle of 92.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729B50 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 80 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.39 |
| HSL | 92.8º | 0.32% | 0.46% | - |
| HSV(B) | 92.8º | 0.48% | 0.61% | - |
| XYZ | 20.11 | 27.6 | 11.86 | - |
| YUV | 134.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 80 | 0.26 | 0 | 0.48 | 0.39 | 92.8 | 0.32 | 0.46 |
| Hex | 72 | 9B | 50 | 1A | 0 | 30 | 27 | 5D | 20 | 2E |
| Octal | 162 | 233 | 120 | 32 | 0 | 60 | 47 | 135 | 40 | 56 |
| Binary | 1110010 | 10011011 | 1010000 | 11010 | 0 | 110000 | 100111 | 1011101 | 100000 | 101110 |
Color Harmonies of #729B50
Complementary color
Monochromatic Colors of #729B50
Black with #729B50
Text Example
Text Example
White with #729B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B50; }
p { color: rgb(114,155,80); }
H1.HeaderClassName
{
color: #729B50;
}
.AnyTagClassName
{
color: #729B50;
}
</style>
background-color css
<style>
a { background-color: #729B50; }
a { background-color: rgb(114,155,80); }
div.DivClassName
{
background-color: #729B50;
}
.BgClassName
{
background-color: #729B50;
}
</style>
border-color css
<style>
span { border-color: #729B50; }
span { border-color: rgb(114,155,80); }
td.TdClassName
{
border-color: #729B50;
}
.TagClassName
{
border-color: #729B50;
}
</style>