Shades of Trendy Green #778128
Tints of Trendy Green #778128
RGB
CMYK
RGB Variations
Color information
#778128 (or 0x778128) is known color: Trendy Green. HEX triplet: 77, 81 and 28. RGB value is (119,129,40). Sum of RGB (Red+Green+Blue) = 119+129+40=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #778128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778128 is #887ED7. Grayscale: #747474. Windows color (decimal): -8945368 or 2654583. OLE color: 2654583.
HSL color Cylindrical-coordinate representation of color #778128: hue angle of 66.74º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #778128 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 40 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.49 |
| HSL | 66.74º | 0.53% | 0.33% | - |
| HSV(B) | 66.74º | 0.69% | 0.51% | - |
| XYZ | 15.84 | 19.78 | 4.99 | - |
| YUV | 115.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 40 | 0.08 | 0 | 0.69 | 0.49 | 66.74 | 0.53 | 0.33 |
| Hex | 77 | 81 | 28 | 8 | 0 | 45 | 31 | 43 | 35 | 21 |
| Octal | 167 | 201 | 50 | 10 | 0 | 105 | 61 | 103 | 65 | 41 |
| Binary | 1110111 | 10000001 | 101000 | 1000 | 0 | 1000101 | 110001 | 1000011 | 110101 | 100001 |
Color Harmonies of #778128
Complementary color
Monochromatic Colors of #778128
Black with #778128
Text Example
Text Example
White with #778128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778128; }
p { color: rgb(119,129,40); }
H1.HeaderClassName
{
color: #778128;
}
.AnyTagClassName
{
color: #778128;
}
</style>
background-color css
<style>
a { background-color: #778128; }
a { background-color: rgb(119,129,40); }
div.DivClassName
{
background-color: #778128;
}
.BgClassName
{
background-color: #778128;
}
</style>
border-color css
<style>
span { border-color: #778128; }
span { border-color: rgb(119,129,40); }
td.TdClassName
{
border-color: #778128;
}
.TagClassName
{
border-color: #778128;
}
</style>