Shades of Asparagus #799449
Tints of Asparagus #799449
RGB
CMYK
RGB Variations
Color information
#799449 (or 0x799449) is known color: Asparagus. HEX triplet: 79, 94 and 49. RGB value is (121,148,73). Sum of RGB (Red+Green+Blue) = 121+148+73=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #799449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799449 is #866BB6. Grayscale: #838383. Windows color (decimal): -8809399 or 4822137. OLE color: 4822137.
HSL color Cylindrical-coordinate representation of color #799449: hue angle of 81.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #799449 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 148 | 73 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.42 |
| HSL | 81.6º | 0.34% | 0.43% | - |
| HSV(B) | 81.6º | 0.51% | 0.58% | - |
| XYZ | 19.68 | 25.73 | 10.23 | - |
| YUV | 131.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 73 | 0.18 | 0 | 0.51 | 0.42 | 81.6 | 0.34 | 0.43 |
| Hex | 79 | 94 | 49 | 12 | 0 | 33 | 2A | 52 | 22 | 2B |
| Octal | 171 | 224 | 111 | 22 | 0 | 63 | 52 | 122 | 42 | 53 |
| Binary | 1111001 | 10010100 | 1001001 | 10010 | 0 | 110011 | 101010 | 1010010 | 100010 | 101011 |
Color Harmonies of #799449
Complementary color
Monochromatic Colors of #799449
Black with #799449
Text Example
Text Example
White with #799449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799449; }
p { color: rgb(121,148,73); }
H1.HeaderClassName
{
color: #799449;
}
.AnyTagClassName
{
color: #799449;
}
</style>
background-color css
<style>
a { background-color: #799449; }
a { background-color: rgb(121,148,73); }
div.DivClassName
{
background-color: #799449;
}
.BgClassName
{
background-color: #799449;
}
</style>
border-color css
<style>
span { border-color: #799449; }
span { border-color: rgb(121,148,73); }
td.TdClassName
{
border-color: #799449;
}
.TagClassName
{
border-color: #799449;
}
</style>