Shades of Asparagus #799549
Tints of Asparagus #799549
RGB
CMYK
RGB Variations
Color information
#799549 (or 0x799549) is known color: Asparagus. HEX triplet: 79, 95 and 49. RGB value is (121,149,73). Sum of RGB (Red+Green+Blue) = 121+149+73=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #799549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799549 is #866AB6. Grayscale: #848484. Windows color (decimal): -8809143 or 4822393. OLE color: 4822393.
HSL color Cylindrical-coordinate representation of color #799549: hue angle of 82.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #799549 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 149 | 73 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.42 |
| HSL | 82.11º | 0.34% | 0.44% | - |
| HSV(B) | 82.11º | 0.51% | 0.58% | - |
| XYZ | 19.84 | 26.04 | 10.28 | - |
| YUV | 131.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 73 | 0.19 | 0 | 0.51 | 0.42 | 82.11 | 0.34 | 0.44 |
| Hex | 79 | 95 | 49 | 13 | 0 | 33 | 2A | 52 | 22 | 2C |
| Octal | 171 | 225 | 111 | 23 | 0 | 63 | 52 | 122 | 42 | 54 |
| Binary | 1111001 | 10010101 | 1001001 | 10011 | 0 | 110011 | 101010 | 1010010 | 100010 | 101100 |
Color Harmonies of #799549
Complementary color
Monochromatic Colors of #799549
Black with #799549
Text Example
Text Example
White with #799549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799549; }
p { color: rgb(121,149,73); }
H1.HeaderClassName
{
color: #799549;
}
.AnyTagClassName
{
color: #799549;
}
</style>
background-color css
<style>
a { background-color: #799549; }
a { background-color: rgb(121,149,73); }
div.DivClassName
{
background-color: #799549;
}
.BgClassName
{
background-color: #799549;
}
</style>
border-color css
<style>
span { border-color: #799549; }
span { border-color: rgb(121,149,73); }
td.TdClassName
{
border-color: #799549;
}
.TagClassName
{
border-color: #799549;
}
</style>