Shades of Trendy Green #78812C
Tints of Trendy Green #78812C
RGB
CMYK
RGB Variations
Color information
#78812C (or 0x78812C) is known color: Trendy Green. HEX triplet: 78, 81 and 2C. RGB value is (120,129,44). Sum of RGB (Red+Green+Blue) = 120+129+44=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #78812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78812C is #877ED3. Grayscale: #747474. Windows color (decimal): -8879828 or 2916728. OLE color: 2916728.
HSL color Cylindrical-coordinate representation of color #78812C: hue angle of 66.35º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78812C is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 44 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.49 |
| HSL | 66.35º | 0.49% | 0.34% | - |
| HSV(B) | 66.35º | 0.66% | 0.51% | - |
| XYZ | 16.05 | 19.88 | 5.37 | - |
| YUV | 116.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 44 | 0.07 | 0 | 0.66 | 0.49 | 66.35 | 0.49 | 0.34 |
| Hex | 78 | 81 | 2C | 7 | 0 | 42 | 31 | 42 | 31 | 22 |
| Octal | 170 | 201 | 54 | 7 | 0 | 102 | 61 | 102 | 61 | 42 |
| Binary | 1111000 | 10000001 | 101100 | 111 | 0 | 1000010 | 110001 | 1000010 | 110001 | 100010 |
Color Harmonies of #78812C
Complementary color
Monochromatic Colors of #78812C
Black with #78812C
Text Example
Text Example
White with #78812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78812C; }
p { color: rgb(120,129,44); }
H1.HeaderClassName
{
color: #78812C;
}
.AnyTagClassName
{
color: #78812C;
}
</style>
background-color css
<style>
a { background-color: #78812C; }
a { background-color: rgb(120,129,44); }
div.DivClassName
{
background-color: #78812C;
}
.BgClassName
{
background-color: #78812C;
}
</style>
border-color css
<style>
span { border-color: #78812C; }
span { border-color: rgb(120,129,44); }
td.TdClassName
{
border-color: #78812C;
}
.TagClassName
{
border-color: #78812C;
}
</style>