Shades of Trendy Green #78882D
Tints of Trendy Green #78882D
RGB
CMYK
RGB Variations
Color information
#78882D (or 0x78882D) is known color: Trendy Green. HEX triplet: 78, 88 and 2D. RGB value is (120,136,45). Sum of RGB (Red+Green+Blue) = 120+136+45=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #78882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78882D is #8777D2. Grayscale: #797979. Windows color (decimal): -8878035 or 2984056. OLE color: 2984056.
HSL color Cylindrical-coordinate representation of color #78882D: hue angle of 70.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78882D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 45 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.47 |
| HSL | 70.55º | 0.5% | 0.35% | - |
| HSV(B) | 70.55º | 0.67% | 0.53% | - |
| XYZ | 17.02 | 21.79 | 5.79 | - |
| YUV | 120.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 45 | 0.12 | 0 | 0.67 | 0.47 | 70.55 | 0.5 | 0.35 |
| Hex | 78 | 88 | 2D | C | 0 | 43 | 2F | 47 | 32 | 23 |
| Octal | 170 | 210 | 55 | 14 | 0 | 103 | 57 | 107 | 62 | 43 |
| Binary | 1111000 | 10001000 | 101101 | 1100 | 0 | 1000011 | 101111 | 1000111 | 110010 | 100011 |
Color Harmonies of #78882D
Complementary color
Monochromatic Colors of #78882D
Black with #78882D
Text Example
Text Example
White with #78882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78882D; }
p { color: rgb(120,136,45); }
H1.HeaderClassName
{
color: #78882D;
}
.AnyTagClassName
{
color: #78882D;
}
</style>
background-color css
<style>
a { background-color: #78882D; }
a { background-color: rgb(120,136,45); }
div.DivClassName
{
background-color: #78882D;
}
.BgClassName
{
background-color: #78882D;
}
</style>
border-color css
<style>
span { border-color: #78882D; }
span { border-color: rgb(120,136,45); }
td.TdClassName
{
border-color: #78882D;
}
.TagClassName
{
border-color: #78882D;
}
</style>