Shades of Trendy Green #778824
Tints of Trendy Green #778824
RGB
CMYK
RGB Variations
Color information
#778824 (or 0x778824) is known color: Trendy Green. HEX triplet: 77, 88 and 24. RGB value is (119,136,36). Sum of RGB (Red+Green+Blue) = 119+136+36=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #778824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778824 is #8877DB. Grayscale: #777777. Windows color (decimal): -8943580 or 2394231. OLE color: 2394231.
HSL color Cylindrical-coordinate representation of color #778824: hue angle of 70.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #778824 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 36 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.47 |
| HSL | 70.2º | 0.58% | 0.34% | - |
| HSV(B) | 70.2º | 0.74% | 0.53% | - |
| XYZ | 16.73 | 21.66 | 4.97 | - |
| YUV | 119.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 36 | 0.12 | 0 | 0.74 | 0.47 | 70.2 | 0.58 | 0.34 |
| Hex | 77 | 88 | 24 | C | 0 | 4A | 2F | 46 | 3A | 22 |
| Octal | 167 | 210 | 44 | 14 | 0 | 112 | 57 | 106 | 72 | 42 |
| Binary | 1110111 | 10001000 | 100100 | 1100 | 0 | 1001010 | 101111 | 1000110 | 111010 | 100010 |
Color Harmonies of #778824
Complementary color
Monochromatic Colors of #778824
Black with #778824
Text Example
Text Example
White with #778824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778824; }
p { color: rgb(119,136,36); }
H1.HeaderClassName
{
color: #778824;
}
.AnyTagClassName
{
color: #778824;
}
</style>
background-color css
<style>
a { background-color: #778824; }
a { background-color: rgb(119,136,36); }
div.DivClassName
{
background-color: #778824;
}
.BgClassName
{
background-color: #778824;
}
</style>
border-color css
<style>
span { border-color: #778824; }
span { border-color: rgb(119,136,36); }
td.TdClassName
{
border-color: #778824;
}
.TagClassName
{
border-color: #778824;
}
</style>