Shades of Trendy Green #778B20
Tints of Trendy Green #778B20
RGB
CMYK
RGB Variations
Color information
#778B20 (or 0x778B20) is known color: Trendy Green. HEX triplet: 77, 8B and 20. RGB value is (119,139,32). Sum of RGB (Red+Green+Blue) = 119+139+32=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #778B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B20 is #8874DF. Grayscale: #797979. Windows color (decimal): -8942816 or 2132855. OLE color: 2132855.
HSL color Cylindrical-coordinate representation of color #778B20: hue angle of 71.21º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #778B20 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 32 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.45 |
| HSL | 71.21º | 0.63% | 0.34% | - |
| HSV(B) | 71.21º | 0.77% | 0.55% | - |
| XYZ | 17.1 | 22.49 | 4.81 | - |
| YUV | 120.82 | 77.87 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 32 | 0.14 | 0 | 0.77 | 0.45 | 71.21 | 0.63 | 0.34 |
| Hex | 77 | 8B | 20 | E | 0 | 4D | 2D | 47 | 3F | 22 |
| Octal | 167 | 213 | 40 | 16 | 0 | 115 | 55 | 107 | 77 | 42 |
| Binary | 1110111 | 10001011 | 100000 | 1110 | 0 | 1001101 | 101101 | 1000111 | 111111 | 100010 |
Color Harmonies of #778B20
Complementary color
Monochromatic Colors of #778B20
Black with #778B20
Text Example
Text Example
White with #778B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B20; }
p { color: rgb(119,139,32); }
H1.HeaderClassName
{
color: #778B20;
}
.AnyTagClassName
{
color: #778B20;
}
</style>
background-color css
<style>
a { background-color: #778B20; }
a { background-color: rgb(119,139,32); }
div.DivClassName
{
background-color: #778B20;
}
.BgClassName
{
background-color: #778B20;
}
</style>
border-color css
<style>
span { border-color: #778B20; }
span { border-color: rgb(119,139,32); }
td.TdClassName
{
border-color: #778B20;
}
.TagClassName
{
border-color: #778B20;
}
</style>