Shades of Trendy Green #778125
Tints of Trendy Green #778125
RGB
CMYK
RGB Variations
Color information
#778125 (or 0x778125) is known color: Trendy Green. HEX triplet: 77, 81 and 25. RGB value is (119,129,37). Sum of RGB (Red+Green+Blue) = 119+129+37=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #778125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778125 is #887EDA. Grayscale: #737373. Windows color (decimal): -8945371 or 2457975. OLE color: 2457975.
HSL color Cylindrical-coordinate representation of color #778125: hue angle of 66.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #778125 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 37 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.49 |
| HSL | 66.52º | 0.55% | 0.33% | - |
| HSV(B) | 66.52º | 0.71% | 0.51% | - |
| XYZ | 15.79 | 19.76 | 4.73 | - |
| YUV | 115.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 37 | 0.08 | 0 | 0.71 | 0.49 | 66.52 | 0.55 | 0.33 |
| Hex | 77 | 81 | 25 | 8 | 0 | 47 | 31 | 43 | 37 | 21 |
| Octal | 167 | 201 | 45 | 10 | 0 | 107 | 61 | 103 | 67 | 41 |
| Binary | 1110111 | 10000001 | 100101 | 1000 | 0 | 1000111 | 110001 | 1000011 | 110111 | 100001 |
Color Harmonies of #778125
Complementary color
Monochromatic Colors of #778125
Black with #778125
Text Example
Text Example
White with #778125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778125; }
p { color: rgb(119,129,37); }
H1.HeaderClassName
{
color: #778125;
}
.AnyTagClassName
{
color: #778125;
}
</style>
background-color css
<style>
a { background-color: #778125; }
a { background-color: rgb(119,129,37); }
div.DivClassName
{
background-color: #778125;
}
.BgClassName
{
background-color: #778125;
}
</style>
border-color css
<style>
span { border-color: #778125; }
span { border-color: rgb(119,129,37); }
td.TdClassName
{
border-color: #778125;
}
.TagClassName
{
border-color: #778125;
}
</style>