Shades of Trendy Green #778B14
Tints of Trendy Green #778B14
RGB
CMYK
RGB Variations
Color information
#778B14 (or 0x778B14) is known color: Trendy Green. HEX triplet: 77, 8B and 14. RGB value is (119,139,20). Sum of RGB (Red+Green+Blue) = 119+139+20=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #778B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778B14 is #8874EB. Grayscale: #777777. Windows color (decimal): -8942828 or 1346423. OLE color: 1346423.
HSL color Cylindrical-coordinate representation of color #778B14: hue angle of 70.08º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #778B14 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 20 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.45 |
| HSL | 70.08º | 0.75% | 0.31% | - |
| HSV(B) | 70.08º | 0.86% | 0.55% | - |
| XYZ | 16.97 | 22.44 | 4.1 | - |
| YUV | 119.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 20 | 0.14 | 0 | 0.86 | 0.45 | 70.08 | 0.75 | 0.31 |
| Hex | 77 | 8B | 14 | E | 0 | 56 | 2D | 46 | 4B | 1F |
| Octal | 167 | 213 | 24 | 16 | 0 | 126 | 55 | 106 | 113 | 37 |
| Binary | 1110111 | 10001011 | 10100 | 1110 | 0 | 1010110 | 101101 | 1000110 | 1001011 | 11111 |
Color Harmonies of #778B14
Complementary color
Monochromatic Colors of #778B14
Black with #778B14
Text Example
Text Example
White with #778B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B14; }
p { color: rgb(119,139,20); }
H1.HeaderClassName
{
color: #778B14;
}
.AnyTagClassName
{
color: #778B14;
}
</style>
background-color css
<style>
a { background-color: #778B14; }
a { background-color: rgb(119,139,20); }
div.DivClassName
{
background-color: #778B14;
}
.BgClassName
{
background-color: #778B14;
}
</style>
border-color css
<style>
span { border-color: #778B14; }
span { border-color: rgb(119,139,20); }
td.TdClassName
{
border-color: #778B14;
}
.TagClassName
{
border-color: #778B14;
}
</style>