Shades of Trendy Green #778716
Tints of Trendy Green #778716
RGB
CMYK
RGB Variations
Color information
#778716 (or 0x778716) is known color: Trendy Green. HEX triplet: 77, 87 and 16. RGB value is (119,135,22). Sum of RGB (Red+Green+Blue) = 119+135+22=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #778716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778716 is #8878E9. Grayscale: #757575. Windows color (decimal): -8943850 or 1476471. OLE color: 1476471.
HSL color Cylindrical-coordinate representation of color #778716: hue angle of 68.5º 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 #778716 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 22 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.47 |
| HSL | 68.5º | 0.72% | 0.31% | - |
| HSV(B) | 68.5º | 0.84% | 0.53% | - |
| XYZ | 16.42 | 21.31 | 4.01 | - |
| YUV | 117.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 22 | 0.12 | 0 | 0.84 | 0.47 | 68.5 | 0.72 | 0.31 |
| Hex | 77 | 87 | 16 | C | 0 | 54 | 2F | 44 | 48 | 1F |
| Octal | 167 | 207 | 26 | 14 | 0 | 124 | 57 | 104 | 110 | 37 |
| Binary | 1110111 | 10000111 | 10110 | 1100 | 0 | 1010100 | 101111 | 1000100 | 1001000 | 11111 |
Color Harmonies of #778716
Complementary color
Monochromatic Colors of #778716
Black with #778716
Text Example
Text Example
White with #778716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778716; }
p { color: rgb(119,135,22); }
H1.HeaderClassName
{
color: #778716;
}
.AnyTagClassName
{
color: #778716;
}
</style>
background-color css
<style>
a { background-color: #778716; }
a { background-color: rgb(119,135,22); }
div.DivClassName
{
background-color: #778716;
}
.BgClassName
{
background-color: #778716;
}
</style>
border-color css
<style>
span { border-color: #778716; }
span { border-color: rgb(119,135,22); }
td.TdClassName
{
border-color: #778716;
}
.TagClassName
{
border-color: #778716;
}
</style>