Shades of Trendy Green #778816
Tints of Trendy Green #778816
RGB
CMYK
RGB Variations
Color information
#778816 (or 0x778816) is known color: Trendy Green. HEX triplet: 77, 88 and 16. RGB value is (119,136,22). Sum of RGB (Red+Green+Blue) = 119+136+22=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #778816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778816 is #8877E9. Grayscale: #767676. Windows color (decimal): -8943594 or 1476727. OLE color: 1476727.
HSL color Cylindrical-coordinate representation of color #778816: hue angle of 68.95º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #778816 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 22 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.47 |
| HSL | 68.95º | 0.72% | 0.31% | - |
| HSV(B) | 68.95º | 0.84% | 0.53% | - |
| XYZ | 16.56 | 21.59 | 4.05 | - |
| YUV | 117.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 22 | 0.12 | 0 | 0.84 | 0.47 | 68.95 | 0.72 | 0.31 |
| Hex | 77 | 88 | 16 | C | 0 | 54 | 2F | 45 | 48 | 1F |
| Octal | 167 | 210 | 26 | 14 | 0 | 124 | 57 | 105 | 110 | 37 |
| Binary | 1110111 | 10001000 | 10110 | 1100 | 0 | 1010100 | 101111 | 1000101 | 1001000 | 11111 |
Color Harmonies of #778816
Complementary color
Monochromatic Colors of #778816
Black with #778816
Text Example
Text Example
White with #778816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778816; }
p { color: rgb(119,136,22); }
H1.HeaderClassName
{
color: #778816;
}
.AnyTagClassName
{
color: #778816;
}
</style>
background-color css
<style>
a { background-color: #778816; }
a { background-color: rgb(119,136,22); }
div.DivClassName
{
background-color: #778816;
}
.BgClassName
{
background-color: #778816;
}
</style>
border-color css
<style>
span { border-color: #778816; }
span { border-color: rgb(119,136,22); }
td.TdClassName
{
border-color: #778816;
}
.TagClassName
{
border-color: #778816;
}
</style>