Shades of Trendy Green #778918
Tints of Trendy Green #778918
RGB
CMYK
RGB Variations
Color information
#778918 (or 0x778918) is known color: Trendy Green. HEX triplet: 77, 89 and 18. RGB value is (119,137,24). Sum of RGB (Red+Green+Blue) = 119+137+24=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #778918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778918 is #8876E7. Grayscale: #777777. Windows color (decimal): -8943336 or 1608055. OLE color: 1608055.
HSL color Cylindrical-coordinate representation of color #778918: hue angle of 69.56º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #778918 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 24 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.46 |
| HSL | 69.56º | 0.7% | 0.32% | - |
| HSV(B) | 69.56º | 0.82% | 0.54% | - |
| XYZ | 16.72 | 21.88 | 4.21 | - |
| YUV | 118.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 24 | 0.13 | 0 | 0.82 | 0.46 | 69.56 | 0.7 | 0.32 |
| Hex | 77 | 89 | 18 | D | 0 | 52 | 2E | 46 | 46 | 20 |
| Octal | 167 | 211 | 30 | 15 | 0 | 122 | 56 | 106 | 106 | 40 |
| Binary | 1110111 | 10001001 | 11000 | 1101 | 0 | 1010010 | 101110 | 1000110 | 1000110 | 100000 |
Color Harmonies of #778918
Complementary color
Monochromatic Colors of #778918
Black with #778918
Text Example
Text Example
White with #778918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778918; }
p { color: rgb(119,137,24); }
H1.HeaderClassName
{
color: #778918;
}
.AnyTagClassName
{
color: #778918;
}
</style>
background-color css
<style>
a { background-color: #778918; }
a { background-color: rgb(119,137,24); }
div.DivClassName
{
background-color: #778918;
}
.BgClassName
{
background-color: #778918;
}
</style>
border-color css
<style>
span { border-color: #778918; }
span { border-color: rgb(119,137,24); }
td.TdClassName
{
border-color: #778918;
}
.TagClassName
{
border-color: #778918;
}
</style>