Shades of Trendy Green #778914
Tints of Trendy Green #778914
RGB
CMYK
RGB Variations
Color information
#778914 (or 0x778914) is known color: Trendy Green. HEX triplet: 77, 89 and 14. RGB value is (119,137,20). Sum of RGB (Red+Green+Blue) = 119+137+20=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #778914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778914 is #8876EB. Grayscale: #767676. Windows color (decimal): -8943340 or 1345911. OLE color: 1345911.
HSL color Cylindrical-coordinate representation of color #778914: hue angle of 69.23º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #778914 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 20 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.46 |
| HSL | 69.23º | 0.75% | 0.31% | - |
| HSV(B) | 69.23º | 0.85% | 0.54% | - |
| XYZ | 16.68 | 21.86 | 4 | - |
| YUV | 118.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 20 | 0.13 | 0 | 0.85 | 0.46 | 69.23 | 0.75 | 0.31 |
| Hex | 77 | 89 | 14 | D | 0 | 55 | 2E | 45 | 4B | 1F |
| Octal | 167 | 211 | 24 | 15 | 0 | 125 | 56 | 105 | 113 | 37 |
| Binary | 1110111 | 10001001 | 10100 | 1101 | 0 | 1010101 | 101110 | 1000101 | 1001011 | 11111 |
Color Harmonies of #778914
Complementary color
Monochromatic Colors of #778914
Black with #778914
Text Example
Text Example
White with #778914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778914; }
p { color: rgb(119,137,20); }
H1.HeaderClassName
{
color: #778914;
}
.AnyTagClassName
{
color: #778914;
}
</style>
background-color css
<style>
a { background-color: #778914; }
a { background-color: rgb(119,137,20); }
div.DivClassName
{
background-color: #778914;
}
.BgClassName
{
background-color: #778914;
}
</style>
border-color css
<style>
span { border-color: #778914; }
span { border-color: rgb(119,137,20); }
td.TdClassName
{
border-color: #778914;
}
.TagClassName
{
border-color: #778914;
}
</style>