Shades of Trendy Green #788D16
Tints of Trendy Green #788D16
RGB
CMYK
RGB Variations
Color information
#788D16 (or 0x788D16) is known color: Trendy Green. HEX triplet: 78, 8D and 16. RGB value is (120,141,22). Sum of RGB (Red+Green+Blue) = 120+141+22=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #788D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788D16 is #8772E9. Grayscale: #797979. Windows color (decimal): -8876778 or 1478008. OLE color: 1478008.
HSL color Cylindrical-coordinate representation of color #788D16: hue angle of 70.59º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #788D16 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 22 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.45 |
| HSL | 70.59º | 0.73% | 0.32% | - |
| HSV(B) | 70.59º | 0.84% | 0.55% | - |
| XYZ | 17.42 | 23.1 | 4.3 | - |
| YUV | 121.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 22 | 0.15 | 0 | 0.84 | 0.45 | 70.59 | 0.73 | 0.32 |
| Hex | 78 | 8D | 16 | F | 0 | 54 | 2D | 47 | 49 | 20 |
| Octal | 170 | 215 | 26 | 17 | 0 | 124 | 55 | 107 | 111 | 40 |
| Binary | 1111000 | 10001101 | 10110 | 1111 | 0 | 1010100 | 101101 | 1000111 | 1001001 | 100000 |
Color Harmonies of #788D16
Complementary color
Monochromatic Colors of #788D16
Black with #788D16
Text Example
Text Example
White with #788D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D16; }
p { color: rgb(120,141,22); }
H1.HeaderClassName
{
color: #788D16;
}
.AnyTagClassName
{
color: #788D16;
}
</style>
background-color css
<style>
a { background-color: #788D16; }
a { background-color: rgb(120,141,22); }
div.DivClassName
{
background-color: #788D16;
}
.BgClassName
{
background-color: #788D16;
}
</style>
border-color css
<style>
span { border-color: #788D16; }
span { border-color: rgb(120,141,22); }
td.TdClassName
{
border-color: #788D16;
}
.TagClassName
{
border-color: #788D16;
}
</style>