Shades of Asparagus #78A245
Tints of Asparagus #78A245
RGB
CMYK
RGB Variations
Color information
#78A245 (or 0x78A245) is known color: Asparagus. HEX triplet: 78, A2 and 45. RGB value is (120,162,69). Sum of RGB (Red+Green+Blue) = 120+162+69=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #78A245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A245 is #875DBA. Grayscale: #8B8B8B. Windows color (decimal): -8871355 or 4563576. OLE color: 4563576.
HSL color Cylindrical-coordinate representation of color #78A245: hue angle of 87.1º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78A245 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 69 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.36 |
| HSL | 87.1º | 0.4% | 0.45% | - |
| HSV(B) | 87.1º | 0.57% | 0.64% | - |
| XYZ | 21.74 | 30.26 | 10.33 | - |
| YUV | 138.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 69 | 0.26 | 0 | 0.57 | 0.36 | 87.1 | 0.4 | 0.45 |
| Hex | 78 | A2 | 45 | 1A | 0 | 39 | 24 | 57 | 28 | 2D |
| Octal | 170 | 242 | 105 | 32 | 0 | 71 | 44 | 127 | 50 | 55 |
| Binary | 1111000 | 10100010 | 1000101 | 11010 | 0 | 111001 | 100100 | 1010111 | 101000 | 101101 |
Color Harmonies of #78A245
Complementary color
Monochromatic Colors of #78A245
Black with #78A245
Text Example
Text Example
White with #78A245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A245; }
p { color: rgb(120,162,69); }
H1.HeaderClassName
{
color: #78A245;
}
.AnyTagClassName
{
color: #78A245;
}
</style>
background-color css
<style>
a { background-color: #78A245; }
a { background-color: rgb(120,162,69); }
div.DivClassName
{
background-color: #78A245;
}
.BgClassName
{
background-color: #78A245;
}
</style>
border-color css
<style>
span { border-color: #78A245; }
span { border-color: rgb(120,162,69); }
td.TdClassName
{
border-color: #78A245;
}
.TagClassName
{
border-color: #78A245;
}
</style>