Shades of Asparagus #779948
Tints of Asparagus #779948
RGB
CMYK
RGB Variations
Color information
#779948 (or 0x779948) is known color: Asparagus. HEX triplet: 77, 99 and 48. RGB value is (119,153,72). Sum of RGB (Red+Green+Blue) = 119+153+72=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #779948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779948 is #8866B7. Grayscale: #858585. Windows color (decimal): -8939192 or 4757879. OLE color: 4757879.
HSL color Cylindrical-coordinate representation of color #779948: hue angle of 85.19º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779948 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 72 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.4 |
| HSL | 85.19º | 0.36% | 0.44% | - |
| HSV(B) | 85.19º | 0.53% | 0.6% | - |
| XYZ | 20.17 | 27.17 | 10.31 | - |
| YUV | 133.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 72 | 0.22 | 0 | 0.53 | 0.4 | 85.19 | 0.36 | 0.44 |
| Hex | 77 | 99 | 48 | 16 | 0 | 35 | 28 | 55 | 24 | 2C |
| Octal | 167 | 231 | 110 | 26 | 0 | 65 | 50 | 125 | 44 | 54 |
| Binary | 1110111 | 10011001 | 1001000 | 10110 | 0 | 110101 | 101000 | 1010101 | 100100 | 101100 |
Color Harmonies of #779948
Complementary color
Monochromatic Colors of #779948
Black with #779948
Text Example
Text Example
White with #779948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779948; }
p { color: rgb(119,153,72); }
H1.HeaderClassName
{
color: #779948;
}
.AnyTagClassName
{
color: #779948;
}
</style>
background-color css
<style>
a { background-color: #779948; }
a { background-color: rgb(119,153,72); }
div.DivClassName
{
background-color: #779948;
}
.BgClassName
{
background-color: #779948;
}
</style>
border-color css
<style>
span { border-color: #779948; }
span { border-color: rgb(119,153,72); }
td.TdClassName
{
border-color: #779948;
}
.TagClassName
{
border-color: #779948;
}
</style>