Shades of Trendy Green #788D0F
Tints of Trendy Green #788D0F
RGB
CMYK
RGB Variations
Color information
#788D0F (or 0x788D0F) is known color: Trendy Green. HEX triplet: 78, 8D and 0F. RGB value is (120,141,15). Sum of RGB (Red+Green+Blue) = 120+141+15=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #788D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788D0F is #8772F0. Grayscale: #787878. Windows color (decimal): -8876785 or 1019256. OLE color: 1019256.
HSL color Cylindrical-coordinate representation of color #788D0F: hue angle of 70º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #788D0F is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 15 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.45 |
| HSL | 70º | 0.81% | 0.31% | - |
| HSV(B) | 70º | 0.89% | 0.55% | - |
| XYZ | 17.36 | 23.08 | 3.99 | - |
| YUV | 120.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 15 | 0.15 | 0 | 0.89 | 0.45 | 70 | 0.81 | 0.31 |
| Hex | 78 | 8D | F | F | 0 | 59 | 2D | 46 | 51 | 1F |
| Octal | 170 | 215 | 17 | 17 | 0 | 131 | 55 | 106 | 121 | 37 |
| Binary | 1111000 | 10001101 | 1111 | 1111 | 0 | 1011001 | 101101 | 1000110 | 1010001 | 11111 |
Color Harmonies of #788D0F
Complementary color
Monochromatic Colors of #788D0F
Black with #788D0F
Text Example
Text Example
White with #788D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D0F; }
p { color: rgb(120,141,15); }
H1.HeaderClassName
{
color: #788D0F;
}
.AnyTagClassName
{
color: #788D0F;
}
</style>
background-color css
<style>
a { background-color: #788D0F; }
a { background-color: rgb(120,141,15); }
div.DivClassName
{
background-color: #788D0F;
}
.BgClassName
{
background-color: #788D0F;
}
</style>
border-color css
<style>
span { border-color: #788D0F; }
span { border-color: rgb(120,141,15); }
td.TdClassName
{
border-color: #788D0F;
}
.TagClassName
{
border-color: #788D0F;
}
</style>