Shades of Trendy Green #778035
Tints of Trendy Green #778035
RGB
CMYK
RGB Variations
Color information
#778035 (or 0x778035) is known color: Trendy Green. HEX triplet: 77, 80 and 35. RGB value is (119,128,53). Sum of RGB (Red+Green+Blue) = 119+128+53=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #778035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778035 is #887FCA. Grayscale: #757575. Windows color (decimal): -8945611 or 3506295. OLE color: 3506295.
HSL color Cylindrical-coordinate representation of color #778035: hue angle of 67.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #778035 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 53 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.50 |
| HSL | 67.2º | 0.41% | 0.35% | - |
| HSV(B) | 67.2º | 0.59% | 0.5% | - |
| XYZ | 15.97 | 19.62 | 6.31 | - |
| YUV | 116.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 53 | 0.07 | 0 | 0.59 | 0.50 | 67.2 | 0.41 | 0.35 |
| Hex | 77 | 80 | 35 | 7 | 0 | 3B | 32 | 43 | 29 | 23 |
| Octal | 167 | 200 | 65 | 7 | 0 | 73 | 62 | 103 | 51 | 43 |
| Binary | 1110111 | 10000000 | 110101 | 111 | 0 | 111011 | 110010 | 1000011 | 101001 | 100011 |
Color Harmonies of #778035
Complementary color
Monochromatic Colors of #778035
Black with #778035
Text Example
Text Example
White with #778035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778035; }
p { color: rgb(119,128,53); }
H1.HeaderClassName
{
color: #778035;
}
.AnyTagClassName
{
color: #778035;
}
</style>
background-color css
<style>
a { background-color: #778035; }
a { background-color: rgb(119,128,53); }
div.DivClassName
{
background-color: #778035;
}
.BgClassName
{
background-color: #778035;
}
</style>
border-color css
<style>
span { border-color: #778035; }
span { border-color: rgb(119,128,53); }
td.TdClassName
{
border-color: #778035;
}
.TagClassName
{
border-color: #778035;
}
</style>