Shades of Trendy Green #788D1D
Tints of Trendy Green #788D1D
RGB
CMYK
RGB Variations
Color information
#788D1D (or 0x788D1D) is known color: Trendy Green. HEX triplet: 78, 8D and 1D. RGB value is (120,141,29). Sum of RGB (Red+Green+Blue) = 120+141+29=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #788D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D1D is #8772E2. Grayscale: #7A7A7A. Windows color (decimal): -8876771 or 1936760. OLE color: 1936760.
HSL color Cylindrical-coordinate representation of color #788D1D: hue angle of 71.25º degrees, saturation: 0.66, 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 #788D1D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 29 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.45 |
| HSL | 71.25º | 0.66% | 0.33% | - |
| HSV(B) | 71.25º | 0.79% | 0.55% | - |
| XYZ | 17.49 | 23.13 | 4.71 | - |
| YUV | 121.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 29 | 0.15 | 0 | 0.79 | 0.45 | 71.25 | 0.66 | 0.33 |
| Hex | 78 | 8D | 1D | F | 0 | 4F | 2D | 47 | 42 | 21 |
| Octal | 170 | 215 | 35 | 17 | 0 | 117 | 55 | 107 | 102 | 41 |
| Binary | 1111000 | 10001101 | 11101 | 1111 | 0 | 1001111 | 101101 | 1000111 | 1000010 | 100001 |
Color Harmonies of #788D1D
Complementary color
Monochromatic Colors of #788D1D
Black with #788D1D
Text Example
Text Example
White with #788D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D1D; }
p { color: rgb(120,141,29); }
H1.HeaderClassName
{
color: #788D1D;
}
.AnyTagClassName
{
color: #788D1D;
}
</style>
background-color css
<style>
a { background-color: #788D1D; }
a { background-color: rgb(120,141,29); }
div.DivClassName
{
background-color: #788D1D;
}
.BgClassName
{
background-color: #788D1D;
}
</style>
border-color css
<style>
span { border-color: #788D1D; }
span { border-color: rgb(120,141,29); }
td.TdClassName
{
border-color: #788D1D;
}
.TagClassName
{
border-color: #788D1D;
}
</style>