Shades of Asparagus #779D45
Tints of Asparagus #779D45
RGB
CMYK
RGB Variations
Color information
#779D45 (or 0x779D45) is known color: Asparagus. HEX triplet: 77, 9D and 45. RGB value is (119,157,69). Sum of RGB (Red+Green+Blue) = 119+157+69=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #779D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D45 is #8862BA. Grayscale: #878787. Windows color (decimal): -8938171 or 4562295. OLE color: 4562295.
HSL color Cylindrical-coordinate representation of color #779D45: hue angle of 85.91º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #779D45 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 69 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.38 |
| HSL | 85.91º | 0.39% | 0.44% | - |
| HSV(B) | 85.91º | 0.56% | 0.62% | - |
| XYZ | 20.74 | 28.47 | 10.03 | - |
| YUV | 135.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 69 | 0.24 | 0 | 0.56 | 0.38 | 85.91 | 0.39 | 0.44 |
| Hex | 77 | 9D | 45 | 18 | 0 | 38 | 26 | 56 | 27 | 2C |
| Octal | 167 | 235 | 105 | 30 | 0 | 70 | 46 | 126 | 47 | 54 |
| Binary | 1110111 | 10011101 | 1000101 | 11000 | 0 | 111000 | 100110 | 1010110 | 100111 | 101100 |
Color Harmonies of #779D45
Complementary color
Monochromatic Colors of #779D45
Black with #779D45
Text Example
Text Example
White with #779D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D45; }
p { color: rgb(119,157,69); }
H1.HeaderClassName
{
color: #779D45;
}
.AnyTagClassName
{
color: #779D45;
}
</style>
background-color css
<style>
a { background-color: #779D45; }
a { background-color: rgb(119,157,69); }
div.DivClassName
{
background-color: #779D45;
}
.BgClassName
{
background-color: #779D45;
}
</style>
border-color css
<style>
span { border-color: #779D45; }
span { border-color: rgb(119,157,69); }
td.TdClassName
{
border-color: #779D45;
}
.TagClassName
{
border-color: #779D45;
}
</style>