Shades of Trendy Green #778825
Tints of Trendy Green #778825
RGB
CMYK
RGB Variations
Color information
#778825 (or 0x778825) is known color: Trendy Green. HEX triplet: 77, 88 and 25. RGB value is (119,136,37). Sum of RGB (Red+Green+Blue) = 119+136+37=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #778825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778825 is #8877DA. Grayscale: #787878. Windows color (decimal): -8943579 or 2459767. OLE color: 2459767.
HSL color Cylindrical-coordinate representation of color #778825: hue angle of 70.3º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #778825 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 37 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.47 |
| HSL | 70.3º | 0.57% | 0.34% | - |
| HSV(B) | 70.3º | 0.73% | 0.53% | - |
| XYZ | 16.75 | 21.66 | 5.05 | - |
| YUV | 119.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 37 | 0.12 | 0 | 0.73 | 0.47 | 70.3 | 0.57 | 0.34 |
| Hex | 77 | 88 | 25 | C | 0 | 49 | 2F | 46 | 39 | 22 |
| Octal | 167 | 210 | 45 | 14 | 0 | 111 | 57 | 106 | 71 | 42 |
| Binary | 1110111 | 10001000 | 100101 | 1100 | 0 | 1001001 | 101111 | 1000110 | 111001 | 100010 |
Color Harmonies of #778825
Complementary color
Monochromatic Colors of #778825
Black with #778825
Text Example
Text Example
White with #778825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778825; }
p { color: rgb(119,136,37); }
H1.HeaderClassName
{
color: #778825;
}
.AnyTagClassName
{
color: #778825;
}
</style>
background-color css
<style>
a { background-color: #778825; }
a { background-color: rgb(119,136,37); }
div.DivClassName
{
background-color: #778825;
}
.BgClassName
{
background-color: #778825;
}
</style>
border-color css
<style>
span { border-color: #778825; }
span { border-color: rgb(119,136,37); }
td.TdClassName
{
border-color: #778825;
}
.TagClassName
{
border-color: #778825;
}
</style>