Shades of Asparagus #779955
Tints of Asparagus #779955
RGB
CMYK
RGB Variations
Color information
#779955 (or 0x779955) is known color: Asparagus. HEX triplet: 77, 99 and 55. RGB value is (119,153,85). Sum of RGB (Red+Green+Blue) = 119+153+85=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #779955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779955 is #8866AA. Grayscale: #878787. Windows color (decimal): -8939179 or 5609847. OLE color: 5609847.
HSL color Cylindrical-coordinate representation of color #779955: hue angle of 90º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779955 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 85 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.4 |
| HSL | 90º | 0.29% | 0.47% | - |
| HSV(B) | 90º | 0.44% | 0.6% | - |
| XYZ | 20.64 | 27.36 | 12.79 | - |
| YUV | 135.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 85 | 0.22 | 0 | 0.44 | 0.4 | 90 | 0.29 | 0.47 |
| Hex | 77 | 99 | 55 | 16 | 0 | 2C | 28 | 5A | 1D | 2F |
| Octal | 167 | 231 | 125 | 26 | 0 | 54 | 50 | 132 | 35 | 57 |
| Binary | 1110111 | 10011001 | 1010101 | 10110 | 0 | 101100 | 101000 | 1011010 | 11101 | 101111 |
Color Harmonies of #779955
Complementary color
Monochromatic Colors of #779955
Black with #779955
Text Example
Text Example
White with #779955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779955; }
p { color: rgb(119,153,85); }
H1.HeaderClassName
{
color: #779955;
}
.AnyTagClassName
{
color: #779955;
}
</style>
background-color css
<style>
a { background-color: #779955; }
a { background-color: rgb(119,153,85); }
div.DivClassName
{
background-color: #779955;
}
.BgClassName
{
background-color: #779955;
}
</style>
border-color css
<style>
span { border-color: #779955; }
span { border-color: rgb(119,153,85); }
td.TdClassName
{
border-color: #779955;
}
.TagClassName
{
border-color: #779955;
}
</style>