Shades of Asparagus #78A856
Tints of Asparagus #78A856
RGB
CMYK
RGB Variations
Color information
#78A856 (or 0x78A856) is known color: Asparagus. HEX triplet: 78, A8 and 56. RGB value is (120,168,86). Sum of RGB (Red+Green+Blue) = 120+168+86=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #78A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A856 is #8757A9. Grayscale: #909090. Windows color (decimal): -8869802 or 5679224. OLE color: 5679224.
HSL color Cylindrical-coordinate representation of color #78A856: hue angle of 95.12º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78A856 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 168 | 86 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.34 |
| HSL | 95.12º | 0.32% | 0.5% | - |
| HSV(B) | 95.12º | 0.49% | 0.66% | - |
| XYZ | 23.43 | 32.67 | 13.88 | - |
| YUV | 144.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 86 | 0.29 | 0 | 0.49 | 0.34 | 95.12 | 0.32 | 0.5 |
| Hex | 78 | A8 | 56 | 1D | 0 | 31 | 22 | 5F | 20 | 32 |
| Octal | 170 | 250 | 126 | 35 | 0 | 61 | 42 | 137 | 40 | 62 |
| Binary | 1111000 | 10101000 | 1010110 | 11101 | 0 | 110001 | 100010 | 1011111 | 100000 | 110010 |
Color Harmonies of #78A856
Complementary color
Monochromatic Colors of #78A856
Black with #78A856
Text Example
Text Example
White with #78A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A856; }
p { color: rgb(120,168,86); }
H1.HeaderClassName
{
color: #78A856;
}
.AnyTagClassName
{
color: #78A856;
}
</style>
background-color css
<style>
a { background-color: #78A856; }
a { background-color: rgb(120,168,86); }
div.DivClassName
{
background-color: #78A856;
}
.BgClassName
{
background-color: #78A856;
}
</style>
border-color css
<style>
span { border-color: #78A856; }
span { border-color: rgb(120,168,86); }
td.TdClassName
{
border-color: #78A856;
}
.TagClassName
{
border-color: #78A856;
}
</style>