Shades of Trendy Green #787E34
Tints of Trendy Green #787E34
RGB
CMYK
RGB Variations
Color information
#787E34 (or 0x787E34) is known color: Trendy Green. HEX triplet: 78, 7E and 34. RGB value is (120,126,52). Sum of RGB (Red+Green+Blue) = 120+126+52=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #787E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787E34 is #8781CB. Grayscale: #747474. Windows color (decimal): -8880588 or 3440248. OLE color: 3440248.
HSL color Cylindrical-coordinate representation of color #787E34: hue angle of 64.86º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #787E34 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 52 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.51 |
| HSL | 64.86º | 0.42% | 0.35% | - |
| HSV(B) | 64.86º | 0.59% | 0.49% | - |
| XYZ | 15.83 | 19.16 | 6.11 | - |
| YUV | 115.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 52 | 0.05 | 0 | 0.59 | 0.51 | 64.86 | 0.42 | 0.35 |
| Hex | 78 | 7E | 34 | 5 | 0 | 3B | 33 | 41 | 2A | 23 |
| Octal | 170 | 176 | 64 | 5 | 0 | 73 | 63 | 101 | 52 | 43 |
| Binary | 1111000 | 1111110 | 110100 | 101 | 0 | 111011 | 110011 | 1000001 | 101010 | 100011 |
Color Harmonies of #787E34
Complementary color
Monochromatic Colors of #787E34
Black with #787E34
Text Example
Text Example
White with #787E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E34; }
p { color: rgb(120,126,52); }
H1.HeaderClassName
{
color: #787E34;
}
.AnyTagClassName
{
color: #787E34;
}
</style>
background-color css
<style>
a { background-color: #787E34; }
a { background-color: rgb(120,126,52); }
div.DivClassName
{
background-color: #787E34;
}
.BgClassName
{
background-color: #787E34;
}
</style>
border-color css
<style>
span { border-color: #787E34; }
span { border-color: rgb(120,126,52); }
td.TdClassName
{
border-color: #787E34;
}
.TagClassName
{
border-color: #787E34;
}
</style>