Shades of Asparagus #78984B
Tints of Asparagus #78984B
RGB
CMYK
RGB Variations
Color information
#78984B (or 0x78984B) is known color: Asparagus. HEX triplet: 78, 98 and 4B. RGB value is (120,152,75). Sum of RGB (Red+Green+Blue) = 120+152+75=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #78984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78984B is #8767B4. Grayscale: #858585. Windows color (decimal): -8873909 or 4954232. OLE color: 4954232.
HSL color Cylindrical-coordinate representation of color #78984B: hue angle of 84.94º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78984B is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 75 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.40 |
| HSL | 84.94º | 0.34% | 0.45% | - |
| HSV(B) | 84.94º | 0.51% | 0.6% | - |
| XYZ | 20.24 | 26.96 | 10.79 | - |
| YUV | 133.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 75 | 0.21 | 0 | 0.51 | 0.40 | 84.94 | 0.34 | 0.45 |
| Hex | 78 | 98 | 4B | 15 | 0 | 33 | 28 | 55 | 22 | 2D |
| Octal | 170 | 230 | 113 | 25 | 0 | 63 | 50 | 125 | 42 | 55 |
| Binary | 1111000 | 10011000 | 1001011 | 10101 | 0 | 110011 | 101000 | 1010101 | 100010 | 101101 |
Color Harmonies of #78984B
Complementary color
Monochromatic Colors of #78984B
Black with #78984B
Text Example
Text Example
White with #78984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78984B; }
p { color: rgb(120,152,75); }
H1.HeaderClassName
{
color: #78984B;
}
.AnyTagClassName
{
color: #78984B;
}
</style>
background-color css
<style>
a { background-color: #78984B; }
a { background-color: rgb(120,152,75); }
div.DivClassName
{
background-color: #78984B;
}
.BgClassName
{
background-color: #78984B;
}
</style>
border-color css
<style>
span { border-color: #78984B; }
span { border-color: rgb(120,152,75); }
td.TdClassName
{
border-color: #78984B;
}
.TagClassName
{
border-color: #78984B;
}
</style>