Shades of Asparagus #78A350
Tints of Asparagus #78A350
RGB
CMYK
RGB Variations
Color information
#78A350 (or 0x78A350) is known color: Asparagus. HEX triplet: 78, A3 and 50. RGB value is (120,163,80). Sum of RGB (Red+Green+Blue) = 120+163+80=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #78A350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A350 is #875CAF. Grayscale: #8C8C8C. Windows color (decimal): -8871088 or 5284728. OLE color: 5284728.
HSL color Cylindrical-coordinate representation of color #78A350: hue angle of 91.08º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78A350 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 80 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.36 |
| HSL | 91.08º | 0.34% | 0.48% | - |
| HSV(B) | 91.08º | 0.51% | 0.64% | - |
| XYZ | 22.29 | 30.77 | 12.35 | - |
| YUV | 140.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 80 | 0.26 | 0 | 0.51 | 0.36 | 91.08 | 0.34 | 0.48 |
| Hex | 78 | A3 | 50 | 1A | 0 | 33 | 24 | 5B | 22 | 30 |
| Octal | 170 | 243 | 120 | 32 | 0 | 63 | 44 | 133 | 42 | 60 |
| Binary | 1111000 | 10100011 | 1010000 | 11010 | 0 | 110011 | 100100 | 1011011 | 100010 | 110000 |
Color Harmonies of #78A350
Complementary color
Monochromatic Colors of #78A350
Black with #78A350
Text Example
Text Example
White with #78A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A350; }
p { color: rgb(120,163,80); }
H1.HeaderClassName
{
color: #78A350;
}
.AnyTagClassName
{
color: #78A350;
}
</style>
background-color css
<style>
a { background-color: #78A350; }
a { background-color: rgb(120,163,80); }
div.DivClassName
{
background-color: #78A350;
}
.BgClassName
{
background-color: #78A350;
}
</style>
border-color css
<style>
span { border-color: #78A350; }
span { border-color: rgb(120,163,80); }
td.TdClassName
{
border-color: #78A350;
}
.TagClassName
{
border-color: #78A350;
}
</style>