Shades of Trendy Green #78882F
Tints of Trendy Green #78882F
RGB
CMYK
RGB Variations
Color information
#78882F (or 0x78882F) is known color: Trendy Green. HEX triplet: 78, 88 and 2F. RGB value is (120,136,47). Sum of RGB (Red+Green+Blue) = 120+136+47=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #78882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78882F is #8777D0. Grayscale: #797979. Windows color (decimal): -8878033 or 3115128. OLE color: 3115128.
HSL color Cylindrical-coordinate representation of color #78882F: hue angle of 70.79º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78882F is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 47 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.47 |
| HSL | 70.79º | 0.49% | 0.36% | - |
| HSV(B) | 70.79º | 0.65% | 0.53% | - |
| XYZ | 17.06 | 21.81 | 6 | - |
| YUV | 121.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 47 | 0.12 | 0 | 0.65 | 0.47 | 70.79 | 0.49 | 0.36 |
| Hex | 78 | 88 | 2F | C | 0 | 41 | 2F | 47 | 31 | 24 |
| Octal | 170 | 210 | 57 | 14 | 0 | 101 | 57 | 107 | 61 | 44 |
| Binary | 1111000 | 10001000 | 101111 | 1100 | 0 | 1000001 | 101111 | 1000111 | 110001 | 100100 |
Color Harmonies of #78882F
Complementary color
Monochromatic Colors of #78882F
Black with #78882F
Text Example
Text Example
White with #78882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78882F; }
p { color: rgb(120,136,47); }
H1.HeaderClassName
{
color: #78882F;
}
.AnyTagClassName
{
color: #78882F;
}
</style>
background-color css
<style>
a { background-color: #78882F; }
a { background-color: rgb(120,136,47); }
div.DivClassName
{
background-color: #78882F;
}
.BgClassName
{
background-color: #78882F;
}
</style>
border-color css
<style>
span { border-color: #78882F; }
span { border-color: rgb(120,136,47); }
td.TdClassName
{
border-color: #78882F;
}
.TagClassName
{
border-color: #78882F;
}
</style>