Shades of Trendy Green #778A16
Tints of Trendy Green #778A16
RGB
CMYK
RGB Variations
Color information
#778A16 (or 0x778A16) is known color: Trendy Green. HEX triplet: 77, 8A and 16. RGB value is (119,138,22). Sum of RGB (Red+Green+Blue) = 119+138+22=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #778A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778A16 is #8875E9. Grayscale: #777777. Windows color (decimal): -8943082 or 1477239. OLE color: 1477239.
HSL color Cylindrical-coordinate representation of color #778A16: hue angle of 69.83º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #778A16 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 22 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.46 |
| HSL | 69.83º | 0.73% | 0.31% | - |
| HSV(B) | 69.83º | 0.84% | 0.54% | - |
| XYZ | 16.84 | 22.16 | 4.15 | - |
| YUV | 119.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 22 | 0.14 | 0 | 0.84 | 0.46 | 69.83 | 0.73 | 0.31 |
| Hex | 77 | 8A | 16 | E | 0 | 54 | 2E | 46 | 48 | 1F |
| Octal | 167 | 212 | 26 | 16 | 0 | 124 | 56 | 106 | 110 | 37 |
| Binary | 1110111 | 10001010 | 10110 | 1110 | 0 | 1010100 | 101110 | 1000110 | 1001000 | 11111 |
Color Harmonies of #778A16
Complementary color
Monochromatic Colors of #778A16
Black with #778A16
Text Example
Text Example
White with #778A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A16; }
p { color: rgb(119,138,22); }
H1.HeaderClassName
{
color: #778A16;
}
.AnyTagClassName
{
color: #778A16;
}
</style>
background-color css
<style>
a { background-color: #778A16; }
a { background-color: rgb(119,138,22); }
div.DivClassName
{
background-color: #778A16;
}
.BgClassName
{
background-color: #778A16;
}
</style>
border-color css
<style>
span { border-color: #778A16; }
span { border-color: rgb(119,138,22); }
td.TdClassName
{
border-color: #778A16;
}
.TagClassName
{
border-color: #778A16;
}
</style>