Shades of Asparagus #78A661
Tints of Asparagus #78A661
RGB
CMYK
RGB Variations
Color information
#78A661 (or 0x78A661) is known color: Asparagus. HEX triplet: 78, A6 and 61. RGB value is (120,166,97). Sum of RGB (Red+Green+Blue) = 120+166+97=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #78A661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A661 is #87599E. Grayscale: #909090. Windows color (decimal): -8870303 or 6399608. OLE color: 6399608.
HSL color Cylindrical-coordinate representation of color #78A661: hue angle of 100º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78A661 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 97 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.35 |
| HSL | 100º | 0.28% | 0.52% | - |
| HSV(B) | 100º | 0.42% | 0.65% | - |
| XYZ | 23.54 | 32.13 | 16.27 | - |
| YUV | 144.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 97 | 0.28 | 0 | 0.42 | 0.35 | 100 | 0.28 | 0.52 |
| Hex | 78 | A6 | 61 | 1C | 0 | 2A | 23 | 64 | 1C | 34 |
| Octal | 170 | 246 | 141 | 34 | 0 | 52 | 43 | 144 | 34 | 64 |
| Binary | 1111000 | 10100110 | 1100001 | 11100 | 0 | 101010 | 100011 | 1100100 | 11100 | 110100 |
Color Harmonies of #78A661
Complementary color
Monochromatic Colors of #78A661
Black with #78A661
Text Example
Text Example
White with #78A661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A661; }
p { color: rgb(120,166,97); }
H1.HeaderClassName
{
color: #78A661;
}
.AnyTagClassName
{
color: #78A661;
}
</style>
background-color css
<style>
a { background-color: #78A661; }
a { background-color: rgb(120,166,97); }
div.DivClassName
{
background-color: #78A661;
}
.BgClassName
{
background-color: #78A661;
}
</style>
border-color css
<style>
span { border-color: #78A661; }
span { border-color: rgb(120,166,97); }
td.TdClassName
{
border-color: #78A661;
}
.TagClassName
{
border-color: #78A661;
}
</style>