Shades of Asparagus #78AB55
Tints of Asparagus #78AB55
RGB
CMYK
RGB Variations
Color information
#78AB55 (or 0x78AB55) is known color: Asparagus. HEX triplet: 78, AB and 55. RGB value is (120,171,85). Sum of RGB (Red+Green+Blue) = 120+171+85=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB55 is #8754AA. Grayscale: #929292. Windows color (decimal): -8869035 or 5614456. OLE color: 5614456.
HSL color Cylindrical-coordinate representation of color #78AB55: hue angle of 95.58º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78AB55 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 85 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.33 |
| HSL | 95.58º | 0.34% | 0.5% | - |
| HSV(B) | 95.58º | 0.5% | 0.67% | - |
| XYZ | 23.95 | 33.77 | 13.85 | - |
| YUV | 145.95 | 93.6 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 85 | 0.30 | 0 | 0.50 | 0.33 | 95.58 | 0.34 | 0.5 |
| Hex | 78 | AB | 55 | 1E | 0 | 32 | 21 | 60 | 22 | 32 |
| Octal | 170 | 253 | 125 | 36 | 0 | 62 | 41 | 140 | 42 | 62 |
| Binary | 1111000 | 10101011 | 1010101 | 11110 | 0 | 110010 | 100001 | 1100000 | 100010 | 110010 |
Color Harmonies of #78AB55
Complementary color
Monochromatic Colors of #78AB55
Black with #78AB55
Text Example
Text Example
White with #78AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB55; }
p { color: rgb(120,171,85); }
H1.HeaderClassName
{
color: #78AB55;
}
.AnyTagClassName
{
color: #78AB55;
}
</style>
background-color css
<style>
a { background-color: #78AB55; }
a { background-color: rgb(120,171,85); }
div.DivClassName
{
background-color: #78AB55;
}
.BgClassName
{
background-color: #78AB55;
}
</style>
border-color css
<style>
span { border-color: #78AB55; }
span { border-color: rgb(120,171,85); }
td.TdClassName
{
border-color: #78AB55;
}
.TagClassName
{
border-color: #78AB55;
}
</style>