Shades of Trendy Green #767C34
Tints of Trendy Green #767C34
RGB
CMYK
RGB Variations
Color information
#767C34 (or 0x767C34) is known color: Trendy Green. HEX triplet: 76, 7C and 34. RGB value is (118,124,52). Sum of RGB (Red+Green+Blue) = 118+124+52=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #767C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C34 is #8983CB. Grayscale: #727272. Windows color (decimal): -9012172 or 3439734. OLE color: 3439734.
HSL color Cylindrical-coordinate representation of color #767C34: hue angle of 65º 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 #767C34 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 52 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.51 |
| HSL | 65º | 0.41% | 0.35% | - |
| HSV(B) | 65º | 0.58% | 0.49% | - |
| XYZ | 15.3 | 18.51 | 6.02 | - |
| YUV | 114 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 52 | 0.05 | 0 | 0.58 | 0.51 | 65 | 0.41 | 0.35 |
| Hex | 76 | 7C | 34 | 5 | 0 | 3A | 33 | 41 | 29 | 23 |
| Octal | 166 | 174 | 64 | 5 | 0 | 72 | 63 | 101 | 51 | 43 |
| Binary | 1110110 | 1111100 | 110100 | 101 | 0 | 111010 | 110011 | 1000001 | 101001 | 100011 |
Color Harmonies of #767C34
Complementary color
Monochromatic Colors of #767C34
Black with #767C34
Text Example
Text Example
White with #767C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C34; }
p { color: rgb(118,124,52); }
H1.HeaderClassName
{
color: #767C34;
}
.AnyTagClassName
{
color: #767C34;
}
</style>
background-color css
<style>
a { background-color: #767C34; }
a { background-color: rgb(118,124,52); }
div.DivClassName
{
background-color: #767C34;
}
.BgClassName
{
background-color: #767C34;
}
</style>
border-color css
<style>
span { border-color: #767C34; }
span { border-color: rgb(118,124,52); }
td.TdClassName
{
border-color: #767C34;
}
.TagClassName
{
border-color: #767C34;
}
</style>