Shades of Trendy Green #778B1D
Tints of Trendy Green #778B1D
RGB
CMYK
RGB Variations
Color information
#778B1D (or 0x778B1D) is known color: Trendy Green. HEX triplet: 77, 8B and 1D. RGB value is (119,139,29). Sum of RGB (Red+Green+Blue) = 119+139+29=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #778B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B1D is #8874E2. Grayscale: #787878. Windows color (decimal): -8942819 or 1936247. OLE color: 1936247.
HSL color Cylindrical-coordinate representation of color #778B1D: hue angle of 70.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #778B1D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 29 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.45 |
| HSL | 70.91º | 0.65% | 0.33% | - |
| HSV(B) | 70.91º | 0.79% | 0.55% | - |
| XYZ | 17.06 | 22.48 | 4.6 | - |
| YUV | 120.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 29 | 0.14 | 0 | 0.79 | 0.45 | 70.91 | 0.65 | 0.33 |
| Hex | 77 | 8B | 1D | E | 0 | 4F | 2D | 47 | 41 | 21 |
| Octal | 167 | 213 | 35 | 16 | 0 | 117 | 55 | 107 | 101 | 41 |
| Binary | 1110111 | 10001011 | 11101 | 1110 | 0 | 1001111 | 101101 | 1000111 | 1000001 | 100001 |
Color Harmonies of #778B1D
Complementary color
Monochromatic Colors of #778B1D
Black with #778B1D
Text Example
Text Example
White with #778B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B1D; }
p { color: rgb(119,139,29); }
H1.HeaderClassName
{
color: #778B1D;
}
.AnyTagClassName
{
color: #778B1D;
}
</style>
background-color css
<style>
a { background-color: #778B1D; }
a { background-color: rgb(119,139,29); }
div.DivClassName
{
background-color: #778B1D;
}
.BgClassName
{
background-color: #778B1D;
}
</style>
border-color css
<style>
span { border-color: #778B1D; }
span { border-color: rgb(119,139,29); }
td.TdClassName
{
border-color: #778B1D;
}
.TagClassName
{
border-color: #778B1D;
}
</style>