Shades of Asparagus #799855
Tints of Asparagus #799855
RGB
CMYK
RGB Variations
Color information
#799855 (or 0x799855) is known color: Asparagus. HEX triplet: 79, 98 and 55. RGB value is (121,152,85). Sum of RGB (Red+Green+Blue) = 121+152+85=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #799855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799855 is #8667AA. Grayscale: #878787. Windows color (decimal): -8808363 or 5609593. OLE color: 5609593.
HSL color Cylindrical-coordinate representation of color #799855: hue angle of 87.76º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #799855 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 152 | 85 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.40 |
| HSL | 87.76º | 0.28% | 0.46% | - |
| HSV(B) | 87.76º | 0.44% | 0.6% | - |
| XYZ | 20.75 | 27.18 | 12.75 | - |
| YUV | 135.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 85 | 0.20 | 0 | 0.44 | 0.40 | 87.76 | 0.28 | 0.46 |
| Hex | 79 | 98 | 55 | 14 | 0 | 2C | 28 | 58 | 1C | 2E |
| Octal | 171 | 230 | 125 | 24 | 0 | 54 | 50 | 130 | 34 | 56 |
| Binary | 1111001 | 10011000 | 1010101 | 10100 | 0 | 101100 | 101000 | 1011000 | 11100 | 101110 |
Color Harmonies of #799855
Complementary color
Monochromatic Colors of #799855
Black with #799855
Text Example
Text Example
White with #799855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799855; }
p { color: rgb(121,152,85); }
H1.HeaderClassName
{
color: #799855;
}
.AnyTagClassName
{
color: #799855;
}
</style>
background-color css
<style>
a { background-color: #799855; }
a { background-color: rgb(121,152,85); }
div.DivClassName
{
background-color: #799855;
}
.BgClassName
{
background-color: #799855;
}
</style>
border-color css
<style>
span { border-color: #799855; }
span { border-color: rgb(121,152,85); }
td.TdClassName
{
border-color: #799855;
}
.TagClassName
{
border-color: #799855;
}
</style>