Shades of Asparagus #78A154
Tints of Asparagus #78A154
RGB
CMYK
RGB Variations
Color information
#78A154 (or 0x78A154) is known color: Asparagus. HEX triplet: 78, A1 and 54. RGB value is (120,161,84). Sum of RGB (Red+Green+Blue) = 120+161+84=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #78A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A154 is #875EAB. Grayscale: #8C8C8C. Windows color (decimal): -8871596 or 5546360. OLE color: 5546360.
HSL color Cylindrical-coordinate representation of color #78A154: hue angle of 91.95º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78A154 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 161 | 84 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.37 |
| HSL | 91.95º | 0.31% | 0.48% | - |
| HSV(B) | 91.95º | 0.48% | 0.63% | - |
| XYZ | 22.09 | 30.12 | 13.04 | - |
| YUV | 139.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 84 | 0.25 | 0 | 0.48 | 0.37 | 91.95 | 0.31 | 0.48 |
| Hex | 78 | A1 | 54 | 19 | 0 | 30 | 25 | 5C | 1F | 30 |
| Octal | 170 | 241 | 124 | 31 | 0 | 60 | 45 | 134 | 37 | 60 |
| Binary | 1111000 | 10100001 | 1010100 | 11001 | 0 | 110000 | 100101 | 1011100 | 11111 | 110000 |
Color Harmonies of #78A154
Complementary color
Monochromatic Colors of #78A154
Black with #78A154
Text Example
Text Example
White with #78A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A154; }
p { color: rgb(120,161,84); }
H1.HeaderClassName
{
color: #78A154;
}
.AnyTagClassName
{
color: #78A154;
}
</style>
background-color css
<style>
a { background-color: #78A154; }
a { background-color: rgb(120,161,84); }
div.DivClassName
{
background-color: #78A154;
}
.BgClassName
{
background-color: #78A154;
}
</style>
border-color css
<style>
span { border-color: #78A154; }
span { border-color: rgb(120,161,84); }
td.TdClassName
{
border-color: #78A154;
}
.TagClassName
{
border-color: #78A154;
}
</style>