Shades of Asparagus #799651
Tints of Asparagus #799651
RGB
CMYK
RGB Variations
Color information
#799651 (or 0x799651) is known color: Asparagus. HEX triplet: 79, 96 and 51. RGB value is (121,150,81). Sum of RGB (Red+Green+Blue) = 121+150+81=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #799651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799651 is #8669AE. Grayscale: #858585. Windows color (decimal): -8808879 or 5346937. OLE color: 5346937.
HSL color Cylindrical-coordinate representation of color #799651: hue angle of 85.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799651 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 150 | 81 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.41 |
| HSL | 85.22º | 0.3% | 0.45% | - |
| HSV(B) | 85.22º | 0.46% | 0.59% | - |
| XYZ | 20.28 | 26.47 | 11.83 | - |
| YUV | 133.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 81 | 0.19 | 0 | 0.46 | 0.41 | 85.22 | 0.3 | 0.45 |
| Hex | 79 | 96 | 51 | 13 | 0 | 2E | 29 | 55 | 1E | 2D |
| Octal | 171 | 226 | 121 | 23 | 0 | 56 | 51 | 125 | 36 | 55 |
| Binary | 1111001 | 10010110 | 1010001 | 10011 | 0 | 101110 | 101001 | 1010101 | 11110 | 101101 |
Color Harmonies of #799651
Complementary color
Monochromatic Colors of #799651
Black with #799651
Text Example
Text Example
White with #799651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799651; }
p { color: rgb(121,150,81); }
H1.HeaderClassName
{
color: #799651;
}
.AnyTagClassName
{
color: #799651;
}
</style>
background-color css
<style>
a { background-color: #799651; }
a { background-color: rgb(121,150,81); }
div.DivClassName
{
background-color: #799651;
}
.BgClassName
{
background-color: #799651;
}
</style>
border-color css
<style>
span { border-color: #799651; }
span { border-color: rgb(121,150,81); }
td.TdClassName
{
border-color: #799651;
}
.TagClassName
{
border-color: #799651;
}
</style>