Shades of Asparagus #78A047
Tints of Asparagus #78A047
RGB
CMYK
RGB Variations
Color information
#78A047 (or 0x78A047) is known color: Asparagus. HEX triplet: 78, A0 and 47. RGB value is (120,160,71). Sum of RGB (Red+Green+Blue) = 120+160+71=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #78A047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A047 is #875FB8. Grayscale: #8A8A8A. Windows color (decimal): -8871865 or 4694136. OLE color: 4694136.
HSL color Cylindrical-coordinate representation of color #78A047: hue angle of 86.97º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78A047 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 71 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.37 |
| HSL | 86.97º | 0.39% | 0.45% | - |
| HSV(B) | 86.97º | 0.56% | 0.63% | - |
| XYZ | 21.45 | 29.59 | 10.54 | - |
| YUV | 137.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 71 | 0.25 | 0 | 0.56 | 0.37 | 86.97 | 0.39 | 0.45 |
| Hex | 78 | A0 | 47 | 19 | 0 | 38 | 25 | 57 | 27 | 2D |
| Octal | 170 | 240 | 107 | 31 | 0 | 70 | 45 | 127 | 47 | 55 |
| Binary | 1111000 | 10100000 | 1000111 | 11001 | 0 | 111000 | 100101 | 1010111 | 100111 | 101101 |
Color Harmonies of #78A047
Complementary color
Monochromatic Colors of #78A047
Black with #78A047
Text Example
Text Example
White with #78A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A047; }
p { color: rgb(120,160,71); }
H1.HeaderClassName
{
color: #78A047;
}
.AnyTagClassName
{
color: #78A047;
}
</style>
background-color css
<style>
a { background-color: #78A047; }
a { background-color: rgb(120,160,71); }
div.DivClassName
{
background-color: #78A047;
}
.BgClassName
{
background-color: #78A047;
}
</style>
border-color css
<style>
span { border-color: #78A047; }
span { border-color: rgb(120,160,71); }
td.TdClassName
{
border-color: #78A047;
}
.TagClassName
{
border-color: #78A047;
}
</style>