Shades of Trendy Green #778826
Tints of Trendy Green #778826
RGB
CMYK
RGB Variations
Color information
#778826 (or 0x778826) is known color: Trendy Green. HEX triplet: 77, 88 and 26. RGB value is (119,136,38). Sum of RGB (Red+Green+Blue) = 119+136+38=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #778826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778826 is #8877D9. Grayscale: #787878. Windows color (decimal): -8943578 or 2525303. OLE color: 2525303.
HSL color Cylindrical-coordinate representation of color #778826: hue angle of 70.41º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #778826 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 38 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.47 |
| HSL | 70.41º | 0.56% | 0.34% | - |
| HSV(B) | 70.41º | 0.72% | 0.53% | - |
| XYZ | 16.76 | 21.67 | 5.13 | - |
| YUV | 119.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 38 | 0.12 | 0 | 0.72 | 0.47 | 70.41 | 0.56 | 0.34 |
| Hex | 77 | 88 | 26 | C | 0 | 48 | 2F | 46 | 38 | 22 |
| Octal | 167 | 210 | 46 | 14 | 0 | 110 | 57 | 106 | 70 | 42 |
| Binary | 1110111 | 10001000 | 100110 | 1100 | 0 | 1001000 | 101111 | 1000110 | 111000 | 100010 |
Color Harmonies of #778826
Complementary color
Monochromatic Colors of #778826
Black with #778826
Text Example
Text Example
White with #778826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778826; }
p { color: rgb(119,136,38); }
H1.HeaderClassName
{
color: #778826;
}
.AnyTagClassName
{
color: #778826;
}
</style>
background-color css
<style>
a { background-color: #778826; }
a { background-color: rgb(119,136,38); }
div.DivClassName
{
background-color: #778826;
}
.BgClassName
{
background-color: #778826;
}
</style>
border-color css
<style>
span { border-color: #778826; }
span { border-color: rgb(119,136,38); }
td.TdClassName
{
border-color: #778826;
}
.TagClassName
{
border-color: #778826;
}
</style>