Shades of Asparagus #799849
Tints of Asparagus #799849
RGB
CMYK
RGB Variations
Color information
#799849 (or 0x799849) is known color: Asparagus. HEX triplet: 79, 98 and 49. RGB value is (121,152,73). Sum of RGB (Red+Green+Blue) = 121+152+73=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #799849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799849 is #8667B6. Grayscale: #868686. Windows color (decimal): -8808375 or 4823161. OLE color: 4823161.
HSL color Cylindrical-coordinate representation of color #799849: hue angle of 83.54º 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 #799849 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 152 | 73 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.40 |
| HSL | 83.54º | 0.35% | 0.44% | - |
| HSV(B) | 83.54º | 0.52% | 0.6% | - |
| XYZ | 20.32 | 27 | 10.44 | - |
| YUV | 133.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 73 | 0.20 | 0 | 0.52 | 0.40 | 83.54 | 0.35 | 0.44 |
| Hex | 79 | 98 | 49 | 14 | 0 | 34 | 28 | 54 | 23 | 2C |
| Octal | 171 | 230 | 111 | 24 | 0 | 64 | 50 | 124 | 43 | 54 |
| Binary | 1111001 | 10011000 | 1001001 | 10100 | 0 | 110100 | 101000 | 1010100 | 100011 | 101100 |
Color Harmonies of #799849
Complementary color
Monochromatic Colors of #799849
Black with #799849
Text Example
Text Example
White with #799849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799849; }
p { color: rgb(121,152,73); }
H1.HeaderClassName
{
color: #799849;
}
.AnyTagClassName
{
color: #799849;
}
</style>
background-color css
<style>
a { background-color: #799849; }
a { background-color: rgb(121,152,73); }
div.DivClassName
{
background-color: #799849;
}
.BgClassName
{
background-color: #799849;
}
</style>
border-color css
<style>
span { border-color: #799849; }
span { border-color: rgb(121,152,73); }
td.TdClassName
{
border-color: #799849;
}
.TagClassName
{
border-color: #799849;
}
</style>