Shades of Trendy Green #78882B
Tints of Trendy Green #78882B
RGB
CMYK
RGB Variations
Color information
#78882B (or 0x78882B) is known color: Trendy Green. HEX triplet: 78, 88 and 2B. RGB value is (120,136,43). Sum of RGB (Red+Green+Blue) = 120+136+43=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #78882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78882B is #8777D4. Grayscale: #787878. Windows color (decimal): -8878037 or 2852984. OLE color: 2852984.
HSL color Cylindrical-coordinate representation of color #78882B: hue angle of 70.32º degrees, saturation: 0.52, 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 #78882B is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 43 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.47 |
| HSL | 70.32º | 0.52% | 0.35% | - |
| HSV(B) | 70.32º | 0.68% | 0.53% | - |
| XYZ | 16.99 | 21.78 | 5.59 | - |
| YUV | 120.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 43 | 0.12 | 0 | 0.68 | 0.47 | 70.32 | 0.52 | 0.35 |
| Hex | 78 | 88 | 2B | C | 0 | 44 | 2F | 46 | 34 | 23 |
| Octal | 170 | 210 | 53 | 14 | 0 | 104 | 57 | 106 | 64 | 43 |
| Binary | 1111000 | 10001000 | 101011 | 1100 | 0 | 1000100 | 101111 | 1000110 | 110100 | 100011 |
Color Harmonies of #78882B
Complementary color
Monochromatic Colors of #78882B
Black with #78882B
Text Example
Text Example
White with #78882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78882B; }
p { color: rgb(120,136,43); }
H1.HeaderClassName
{
color: #78882B;
}
.AnyTagClassName
{
color: #78882B;
}
</style>
background-color css
<style>
a { background-color: #78882B; }
a { background-color: rgb(120,136,43); }
div.DivClassName
{
background-color: #78882B;
}
.BgClassName
{
background-color: #78882B;
}
</style>
border-color css
<style>
span { border-color: #78882B; }
span { border-color: rgb(120,136,43); }
td.TdClassName
{
border-color: #78882B;
}
.TagClassName
{
border-color: #78882B;
}
</style>