Shades of Trendy Green #778129
Tints of Trendy Green #778129
RGB
CMYK
RGB Variations
Color information
#778129 (or 0x778129) is known color: Trendy Green. HEX triplet: 77, 81 and 29. RGB value is (119,129,41). Sum of RGB (Red+Green+Blue) = 119+129+41=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #778129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778129 is #887ED6. Grayscale: #747474. Windows color (decimal): -8945367 or 2720119. OLE color: 2720119.
HSL color Cylindrical-coordinate representation of color #778129: hue angle of 66.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #778129 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 41 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.49 |
| HSL | 66.82º | 0.52% | 0.33% | - |
| HSV(B) | 66.82º | 0.68% | 0.51% | - |
| XYZ | 15.86 | 19.78 | 5.08 | - |
| YUV | 115.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 41 | 0.08 | 0 | 0.68 | 0.49 | 66.82 | 0.52 | 0.33 |
| Hex | 77 | 81 | 29 | 8 | 0 | 44 | 31 | 43 | 34 | 21 |
| Octal | 167 | 201 | 51 | 10 | 0 | 104 | 61 | 103 | 64 | 41 |
| Binary | 1110111 | 10000001 | 101001 | 1000 | 0 | 1000100 | 110001 | 1000011 | 110100 | 100001 |
Color Harmonies of #778129
Complementary color
Monochromatic Colors of #778129
Black with #778129
Text Example
Text Example
White with #778129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778129; }
p { color: rgb(119,129,41); }
H1.HeaderClassName
{
color: #778129;
}
.AnyTagClassName
{
color: #778129;
}
</style>
background-color css
<style>
a { background-color: #778129; }
a { background-color: rgb(119,129,41); }
div.DivClassName
{
background-color: #778129;
}
.BgClassName
{
background-color: #778129;
}
</style>
border-color css
<style>
span { border-color: #778129; }
span { border-color: rgb(119,129,41); }
td.TdClassName
{
border-color: #778129;
}
.TagClassName
{
border-color: #778129;
}
</style>