Shades of Asparagus #78A158
Tints of Asparagus #78A158
RGB
CMYK
RGB Variations
Color information
#78A158 (or 0x78A158) is known color: Asparagus. HEX triplet: 78, A1 and 58. RGB value is (120,161,88). Sum of RGB (Red+Green+Blue) = 120+161+88=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #78A158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A158 is #875EA7. Grayscale: #8C8C8C. Windows color (decimal): -8871592 or 5808504. OLE color: 5808504.
HSL color Cylindrical-coordinate representation of color #78A158: hue angle of 93.7º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78A158 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 161 | 88 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.37 |
| HSL | 93.7º | 0.29% | 0.49% | - |
| HSV(B) | 93.7º | 0.45% | 0.63% | - |
| XYZ | 22.25 | 30.19 | 13.89 | - |
| YUV | 140.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 88 | 0.25 | 0 | 0.45 | 0.37 | 93.7 | 0.29 | 0.49 |
| Hex | 78 | A1 | 58 | 19 | 0 | 2D | 25 | 5E | 1D | 31 |
| Octal | 170 | 241 | 130 | 31 | 0 | 55 | 45 | 136 | 35 | 61 |
| Binary | 1111000 | 10100001 | 1011000 | 11001 | 0 | 101101 | 100101 | 1011110 | 11101 | 110001 |
Color Harmonies of #78A158
Complementary color
Monochromatic Colors of #78A158
Black with #78A158
Text Example
Text Example
White with #78A158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A158; }
p { color: rgb(120,161,88); }
H1.HeaderClassName
{
color: #78A158;
}
.AnyTagClassName
{
color: #78A158;
}
</style>
background-color css
<style>
a { background-color: #78A158; }
a { background-color: rgb(120,161,88); }
div.DivClassName
{
background-color: #78A158;
}
.BgClassName
{
background-color: #78A158;
}
</style>
border-color css
<style>
span { border-color: #78A158; }
span { border-color: rgb(120,161,88); }
td.TdClassName
{
border-color: #78A158;
}
.TagClassName
{
border-color: #78A158;
}
</style>