Shades of Asparagus #78A151
Tints of Asparagus #78A151
RGB
CMYK
RGB Variations
Color information
#78A151 (or 0x78A151) is known color: Asparagus. HEX triplet: 78, A1 and 51. RGB value is (120,161,81). Sum of RGB (Red+Green+Blue) = 120+161+81=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #78A151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A151 is #875EAE. Grayscale: #8B8B8B. Windows color (decimal): -8871599 or 5349752. OLE color: 5349752.
HSL color Cylindrical-coordinate representation of color #78A151: hue angle of 90.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78A151 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 161 | 81 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.37 |
| HSL | 90.75º | 0.33% | 0.47% | - |
| HSV(B) | 90.75º | 0.5% | 0.63% | - |
| XYZ | 21.98 | 30.08 | 12.43 | - |
| YUV | 139.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 81 | 0.25 | 0 | 0.50 | 0.37 | 90.75 | 0.33 | 0.47 |
| Hex | 78 | A1 | 51 | 19 | 0 | 32 | 25 | 5B | 21 | 2F |
| Octal | 170 | 241 | 121 | 31 | 0 | 62 | 45 | 133 | 41 | 57 |
| Binary | 1111000 | 10100001 | 1010001 | 11001 | 0 | 110010 | 100101 | 1011011 | 100001 | 101111 |
Color Harmonies of #78A151
Complementary color
Monochromatic Colors of #78A151
Black with #78A151
Text Example
Text Example
White with #78A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A151; }
p { color: rgb(120,161,81); }
H1.HeaderClassName
{
color: #78A151;
}
.AnyTagClassName
{
color: #78A151;
}
</style>
background-color css
<style>
a { background-color: #78A151; }
a { background-color: rgb(120,161,81); }
div.DivClassName
{
background-color: #78A151;
}
.BgClassName
{
background-color: #78A151;
}
</style>
border-color css
<style>
span { border-color: #78A151; }
span { border-color: rgb(120,161,81); }
td.TdClassName
{
border-color: #78A151;
}
.TagClassName
{
border-color: #78A151;
}
</style>