Shades of Asparagus #78A352
Tints of Asparagus #78A352
RGB
CMYK
RGB Variations
Color information
#78A352 (or 0x78A352) is known color: Asparagus. HEX triplet: 78, A3 and 52. RGB value is (120,163,82). Sum of RGB (Red+Green+Blue) = 120+163+82=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #78A352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A352 is #875CAD. Grayscale: #8D8D8D. Windows color (decimal): -8871086 or 5415800. OLE color: 5415800.
HSL color Cylindrical-coordinate representation of color #78A352: hue angle of 91.85º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78A352 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 82 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.36 |
| HSL | 91.85º | 0.33% | 0.48% | - |
| HSV(B) | 91.85º | 0.5% | 0.64% | - |
| XYZ | 22.37 | 30.8 | 12.75 | - |
| YUV | 140.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 82 | 0.26 | 0 | 0.50 | 0.36 | 91.85 | 0.33 | 0.48 |
| Hex | 78 | A3 | 52 | 1A | 0 | 32 | 24 | 5C | 21 | 30 |
| Octal | 170 | 243 | 122 | 32 | 0 | 62 | 44 | 134 | 41 | 60 |
| Binary | 1111000 | 10100011 | 1010010 | 11010 | 0 | 110010 | 100100 | 1011100 | 100001 | 110000 |
Color Harmonies of #78A352
Complementary color
Monochromatic Colors of #78A352
Black with #78A352
Text Example
Text Example
White with #78A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A352; }
p { color: rgb(120,163,82); }
H1.HeaderClassName
{
color: #78A352;
}
.AnyTagClassName
{
color: #78A352;
}
</style>
background-color css
<style>
a { background-color: #78A352; }
a { background-color: rgb(120,163,82); }
div.DivClassName
{
background-color: #78A352;
}
.BgClassName
{
background-color: #78A352;
}
</style>
border-color css
<style>
span { border-color: #78A352; }
span { border-color: rgb(120,163,82); }
td.TdClassName
{
border-color: #78A352;
}
.TagClassName
{
border-color: #78A352;
}
</style>