Shades of Asparagus #799652
Tints of Asparagus #799652
RGB
CMYK
RGB Variations
Color information
#799652 (or 0x799652) is known color: Asparagus. HEX triplet: 79, 96 and 52. RGB value is (121,150,82). Sum of RGB (Red+Green+Blue) = 121+150+82=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #799652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799652 is #8669AD. Grayscale: #858585. Windows color (decimal): -8808878 or 5412473. OLE color: 5412473.
HSL color Cylindrical-coordinate representation of color #799652: hue angle of 85.59º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799652 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 150 | 82 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.41 |
| HSL | 85.59º | 0.29% | 0.45% | - |
| HSV(B) | 85.59º | 0.45% | 0.59% | - |
| XYZ | 20.31 | 26.49 | 12.02 | - |
| YUV | 133.58 | 98.89 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 82 | 0.19 | 0 | 0.45 | 0.41 | 85.59 | 0.29 | 0.45 |
| Hex | 79 | 96 | 52 | 13 | 0 | 2D | 29 | 56 | 1D | 2D |
| Octal | 171 | 226 | 122 | 23 | 0 | 55 | 51 | 126 | 35 | 55 |
| Binary | 1111001 | 10010110 | 1010010 | 10011 | 0 | 101101 | 101001 | 1010110 | 11101 | 101101 |
Color Harmonies of #799652
Complementary color
Monochromatic Colors of #799652
Black with #799652
Text Example
Text Example
White with #799652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799652; }
p { color: rgb(121,150,82); }
H1.HeaderClassName
{
color: #799652;
}
.AnyTagClassName
{
color: #799652;
}
</style>
background-color css
<style>
a { background-color: #799652; }
a { background-color: rgb(121,150,82); }
div.DivClassName
{
background-color: #799652;
}
.BgClassName
{
background-color: #799652;
}
</style>
border-color css
<style>
span { border-color: #799652; }
span { border-color: rgb(121,150,82); }
td.TdClassName
{
border-color: #799652;
}
.TagClassName
{
border-color: #799652;
}
</style>