Shades of Asparagus #799949
Tints of Asparagus #799949
RGB
CMYK
RGB Variations
Color information
#799949 (or 0x799949) is known color: Asparagus. HEX triplet: 79, 99 and 49. RGB value is (121,153,73). Sum of RGB (Red+Green+Blue) = 121+153+73=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #799949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799949 is #8666B6. Grayscale: #868686. Windows color (decimal): -8808119 or 4823417. OLE color: 4823417.
HSL color Cylindrical-coordinate representation of color #799949: hue angle of 84º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799949 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 73 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.4 |
| HSL | 84º | 0.35% | 0.44% | - |
| HSV(B) | 84º | 0.52% | 0.6% | - |
| XYZ | 20.48 | 27.33 | 10.5 | - |
| YUV | 134.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 73 | 0.21 | 0 | 0.52 | 0.4 | 84 | 0.35 | 0.44 |
| Hex | 79 | 99 | 49 | 15 | 0 | 34 | 28 | 54 | 23 | 2C |
| Octal | 171 | 231 | 111 | 25 | 0 | 64 | 50 | 124 | 43 | 54 |
| Binary | 1111001 | 10011001 | 1001001 | 10101 | 0 | 110100 | 101000 | 1010100 | 100011 | 101100 |
Color Harmonies of #799949
Complementary color
Monochromatic Colors of #799949
Black with #799949
Text Example
Text Example
White with #799949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799949; }
p { color: rgb(121,153,73); }
H1.HeaderClassName
{
color: #799949;
}
.AnyTagClassName
{
color: #799949;
}
</style>
background-color css
<style>
a { background-color: #799949; }
a { background-color: rgb(121,153,73); }
div.DivClassName
{
background-color: #799949;
}
.BgClassName
{
background-color: #799949;
}
</style>
border-color css
<style>
span { border-color: #799949; }
span { border-color: rgb(121,153,73); }
td.TdClassName
{
border-color: #799949;
}
.TagClassName
{
border-color: #799949;
}
</style>