Shades of Trendy Green #788E16
Tints of Trendy Green #788E16
RGB
CMYK
RGB Variations
Color information
#788E16 (or 0x788E16) is known color: Trendy Green. HEX triplet: 78, 8E and 16. RGB value is (120,142,22). Sum of RGB (Red+Green+Blue) = 120+142+22=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #788E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788E16 is #8771E9. Grayscale: #7A7A7A. Windows color (decimal): -8876522 or 1478264. OLE color: 1478264.
HSL color Cylindrical-coordinate representation of color #788E16: hue angle of 71º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #788E16 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 22 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.44 |
| HSL | 71º | 0.73% | 0.32% | - |
| HSV(B) | 71º | 0.85% | 0.56% | - |
| XYZ | 17.56 | 23.4 | 4.35 | - |
| YUV | 121.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 22 | 0.15 | 0 | 0.85 | 0.44 | 71 | 0.73 | 0.32 |
| Hex | 78 | 8E | 16 | F | 0 | 55 | 2C | 47 | 49 | 20 |
| Octal | 170 | 216 | 26 | 17 | 0 | 125 | 54 | 107 | 111 | 40 |
| Binary | 1111000 | 10001110 | 10110 | 1111 | 0 | 1010101 | 101100 | 1000111 | 1001001 | 100000 |
Color Harmonies of #788E16
Complementary color
Monochromatic Colors of #788E16
Black with #788E16
Text Example
Text Example
White with #788E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E16; }
p { color: rgb(120,142,22); }
H1.HeaderClassName
{
color: #788E16;
}
.AnyTagClassName
{
color: #788E16;
}
</style>
background-color css
<style>
a { background-color: #788E16; }
a { background-color: rgb(120,142,22); }
div.DivClassName
{
background-color: #788E16;
}
.BgClassName
{
background-color: #788E16;
}
</style>
border-color css
<style>
span { border-color: #788E16; }
span { border-color: rgb(120,142,22); }
td.TdClassName
{
border-color: #788E16;
}
.TagClassName
{
border-color: #788E16;
}
</style>