Shades of Asparagus #78AA51
Tints of Asparagus #78AA51
RGB
CMYK
RGB Variations
Color information
#78AA51 (or 0x78AA51) is known color: Asparagus. HEX triplet: 78, AA and 51. RGB value is (120,170,81). Sum of RGB (Red+Green+Blue) = 120+170+81=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA51 is #8755AE. Grayscale: #919191. Windows color (decimal): -8869295 or 5352056. OLE color: 5352056.
HSL color Cylindrical-coordinate representation of color #78AA51: hue angle of 93.71º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78AA51 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 81 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.33 |
| HSL | 93.71º | 0.35% | 0.49% | - |
| HSV(B) | 93.71º | 0.52% | 0.67% | - |
| XYZ | 23.61 | 33.34 | 12.98 | - |
| YUV | 144.9 | 91.94 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 81 | 0.29 | 0 | 0.52 | 0.33 | 93.71 | 0.35 | 0.49 |
| Hex | 78 | AA | 51 | 1D | 0 | 34 | 21 | 5E | 23 | 31 |
| Octal | 170 | 252 | 121 | 35 | 0 | 64 | 41 | 136 | 43 | 61 |
| Binary | 1111000 | 10101010 | 1010001 | 11101 | 0 | 110100 | 100001 | 1011110 | 100011 | 110001 |
Color Harmonies of #78AA51
Complementary color
Monochromatic Colors of #78AA51
Black with #78AA51
Text Example
Text Example
White with #78AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA51; }
p { color: rgb(120,170,81); }
H1.HeaderClassName
{
color: #78AA51;
}
.AnyTagClassName
{
color: #78AA51;
}
</style>
background-color css
<style>
a { background-color: #78AA51; }
a { background-color: rgb(120,170,81); }
div.DivClassName
{
background-color: #78AA51;
}
.BgClassName
{
background-color: #78AA51;
}
</style>
border-color css
<style>
span { border-color: #78AA51; }
span { border-color: rgb(120,170,81); }
td.TdClassName
{
border-color: #78AA51;
}
.TagClassName
{
border-color: #78AA51;
}
</style>