Shades of Asparagus #779248
Tints of Asparagus #779248
RGB
CMYK
RGB Variations
Color information
#779248 (or 0x779248) is known color: Asparagus. HEX triplet: 77, 92 and 48. RGB value is (119,146,72). Sum of RGB (Red+Green+Blue) = 119+146+72=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #779248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779248 is #886DB7. Grayscale: #818181. Windows color (decimal): -8940984 or 4756087. OLE color: 4756087.
HSL color Cylindrical-coordinate representation of color #779248: hue angle of 81.89º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #779248 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 146 | 72 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.43 |
| HSL | 81.89º | 0.34% | 0.43% | - |
| HSV(B) | 81.89º | 0.51% | 0.57% | - |
| XYZ | 19.06 | 24.95 | 9.94 | - |
| YUV | 129.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 72 | 0.18 | 0 | 0.51 | 0.43 | 81.89 | 0.34 | 0.43 |
| Hex | 77 | 92 | 48 | 12 | 0 | 33 | 2B | 52 | 22 | 2B |
| Octal | 167 | 222 | 110 | 22 | 0 | 63 | 53 | 122 | 42 | 53 |
| Binary | 1110111 | 10010010 | 1001000 | 10010 | 0 | 110011 | 101011 | 1010010 | 100010 | 101011 |
Color Harmonies of #779248
Complementary color
Monochromatic Colors of #779248
Black with #779248
Text Example
Text Example
White with #779248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779248; }
p { color: rgb(119,146,72); }
H1.HeaderClassName
{
color: #779248;
}
.AnyTagClassName
{
color: #779248;
}
</style>
background-color css
<style>
a { background-color: #779248; }
a { background-color: rgb(119,146,72); }
div.DivClassName
{
background-color: #779248;
}
.BgClassName
{
background-color: #779248;
}
</style>
border-color css
<style>
span { border-color: #779248; }
span { border-color: rgb(119,146,72); }
td.TdClassName
{
border-color: #779248;
}
.TagClassName
{
border-color: #779248;
}
</style>