Shades of Trendy Green #787D34
Tints of Trendy Green #787D34
RGB
CMYK
RGB Variations
Color information
#787D34 (or 0x787D34) is known color: Trendy Green. HEX triplet: 78, 7D and 34. RGB value is (120,125,52). Sum of RGB (Red+Green+Blue) = 120+125+52=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #787D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787D34 is #8782CB. Grayscale: #737373. Windows color (decimal): -8880844 or 3439992. OLE color: 3439992.
HSL color Cylindrical-coordinate representation of color #787D34: hue angle of 64.11º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #787D34 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 125 | 52 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.51 |
| HSL | 64.11º | 0.41% | 0.35% | - |
| HSV(B) | 64.11º | 0.58% | 0.49% | - |
| XYZ | 15.7 | 18.91 | 6.07 | - |
| YUV | 115.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 52 | 0.04 | 0 | 0.58 | 0.51 | 64.11 | 0.41 | 0.35 |
| Hex | 78 | 7D | 34 | 4 | 0 | 3A | 33 | 40 | 29 | 23 |
| Octal | 170 | 175 | 64 | 4 | 0 | 72 | 63 | 100 | 51 | 43 |
| Binary | 1111000 | 1111101 | 110100 | 100 | 0 | 111010 | 110011 | 1000000 | 101001 | 100011 |
Color Harmonies of #787D34
Complementary color
Monochromatic Colors of #787D34
Black with #787D34
Text Example
Text Example
White with #787D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D34; }
p { color: rgb(120,125,52); }
H1.HeaderClassName
{
color: #787D34;
}
.AnyTagClassName
{
color: #787D34;
}
</style>
background-color css
<style>
a { background-color: #787D34; }
a { background-color: rgb(120,125,52); }
div.DivClassName
{
background-color: #787D34;
}
.BgClassName
{
background-color: #787D34;
}
</style>
border-color css
<style>
span { border-color: #787D34; }
span { border-color: rgb(120,125,52); }
td.TdClassName
{
border-color: #787D34;
}
.TagClassName
{
border-color: #787D34;
}
</style>