Shades of Asparagus #779B46
Tints of Asparagus #779B46
RGB
CMYK
RGB Variations
Color information
#779B46 (or 0x779B46) is known color: Asparagus. HEX triplet: 77, 9B and 46. RGB value is (119,155,70). Sum of RGB (Red+Green+Blue) = 119+155+70=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #779B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B46 is #8864B9. Grayscale: #868686. Windows color (decimal): -8938682 or 4627319. OLE color: 4627319.
HSL color Cylindrical-coordinate representation of color #779B46: hue angle of 85.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #779B46 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 70 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.39 |
| HSL | 85.41º | 0.38% | 0.44% | - |
| HSV(B) | 85.41º | 0.55% | 0.61% | - |
| XYZ | 20.43 | 27.81 | 10.08 | - |
| YUV | 134.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 70 | 0.23 | 0 | 0.55 | 0.39 | 85.41 | 0.38 | 0.44 |
| Hex | 77 | 9B | 46 | 17 | 0 | 37 | 27 | 55 | 26 | 2C |
| Octal | 167 | 233 | 106 | 27 | 0 | 67 | 47 | 125 | 46 | 54 |
| Binary | 1110111 | 10011011 | 1000110 | 10111 | 0 | 110111 | 100111 | 1010101 | 100110 | 101100 |
Color Harmonies of #779B46
Complementary color
Monochromatic Colors of #779B46
Black with #779B46
Text Example
Text Example
White with #779B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B46; }
p { color: rgb(119,155,70); }
H1.HeaderClassName
{
color: #779B46;
}
.AnyTagClassName
{
color: #779B46;
}
</style>
background-color css
<style>
a { background-color: #779B46; }
a { background-color: rgb(119,155,70); }
div.DivClassName
{
background-color: #779B46;
}
.BgClassName
{
background-color: #779B46;
}
</style>
border-color css
<style>
span { border-color: #779B46; }
span { border-color: rgb(119,155,70); }
td.TdClassName
{
border-color: #779B46;
}
.TagClassName
{
border-color: #779B46;
}
</style>