Shades of Trendy Green #78882C
Tints of Trendy Green #78882C
RGB
CMYK
RGB Variations
Color information
#78882C (or 0x78882C) is known color: Trendy Green. HEX triplet: 78, 88 and 2C. RGB value is (120,136,44). Sum of RGB (Red+Green+Blue) = 120+136+44=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #78882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78882C is #8777D3. Grayscale: #797979. Windows color (decimal): -8878036 or 2918520. OLE color: 2918520.
HSL color Cylindrical-coordinate representation of color #78882C: hue angle of 70.43º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78882C is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 44 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.47 |
| HSL | 70.43º | 0.51% | 0.35% | - |
| HSV(B) | 70.43º | 0.68% | 0.53% | - |
| XYZ | 17 | 21.78 | 5.69 | - |
| YUV | 120.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 44 | 0.12 | 0 | 0.68 | 0.47 | 70.43 | 0.51 | 0.35 |
| Hex | 78 | 88 | 2C | C | 0 | 44 | 2F | 46 | 33 | 23 |
| Octal | 170 | 210 | 54 | 14 | 0 | 104 | 57 | 106 | 63 | 43 |
| Binary | 1111000 | 10001000 | 101100 | 1100 | 0 | 1000100 | 101111 | 1000110 | 110011 | 100011 |
Color Harmonies of #78882C
Complementary color
Monochromatic Colors of #78882C
Black with #78882C
Text Example
Text Example
White with #78882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78882C; }
p { color: rgb(120,136,44); }
H1.HeaderClassName
{
color: #78882C;
}
.AnyTagClassName
{
color: #78882C;
}
</style>
background-color css
<style>
a { background-color: #78882C; }
a { background-color: rgb(120,136,44); }
div.DivClassName
{
background-color: #78882C;
}
.BgClassName
{
background-color: #78882C;
}
</style>
border-color css
<style>
span { border-color: #78882C; }
span { border-color: rgb(120,136,44); }
td.TdClassName
{
border-color: #78882C;
}
.TagClassName
{
border-color: #78882C;
}
</style>