Shades of Asparagus #78AA5E
Tints of Asparagus #78AA5E
RGB
CMYK
RGB Variations
Color information
#78AA5E (or 0x78AA5E) is known color: Asparagus. HEX triplet: 78, AA and 5E. RGB value is (120,170,94). Sum of RGB (Red+Green+Blue) = 120+170+94=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA5E is #8755A1. Grayscale: #929292. Windows color (decimal): -8869282 or 6204024. OLE color: 6204024.
HSL color Cylindrical-coordinate representation of color #78AA5E: hue angle of 99.47º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AA5E is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 94 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.33 |
| HSL | 99.47º | 0.31% | 0.52% | - |
| HSV(B) | 99.47º | 0.45% | 0.67% | - |
| XYZ | 24.14 | 33.55 | 15.79 | - |
| YUV | 146.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 94 | 0.29 | 0 | 0.45 | 0.33 | 99.47 | 0.31 | 0.52 |
| Hex | 78 | AA | 5E | 1D | 0 | 2D | 21 | 63 | 1F | 34 |
| Octal | 170 | 252 | 136 | 35 | 0 | 55 | 41 | 143 | 37 | 64 |
| Binary | 1111000 | 10101010 | 1011110 | 11101 | 0 | 101101 | 100001 | 1100011 | 11111 | 110100 |
Color Harmonies of #78AA5E
Complementary color
Monochromatic Colors of #78AA5E
Black with #78AA5E
Text Example
Text Example
White with #78AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA5E; }
p { color: rgb(120,170,94); }
H1.HeaderClassName
{
color: #78AA5E;
}
.AnyTagClassName
{
color: #78AA5E;
}
</style>
background-color css
<style>
a { background-color: #78AA5E; }
a { background-color: rgb(120,170,94); }
div.DivClassName
{
background-color: #78AA5E;
}
.BgClassName
{
background-color: #78AA5E;
}
</style>
border-color css
<style>
span { border-color: #78AA5E; }
span { border-color: rgb(120,170,94); }
td.TdClassName
{
border-color: #78AA5E;
}
.TagClassName
{
border-color: #78AA5E;
}
</style>