Shades of Trendy Green #767C33
Tints of Trendy Green #767C33
RGB
CMYK
RGB Variations
Color information
#767C33 (or 0x767C33) is known color: Trendy Green. HEX triplet: 76, 7C and 33. RGB value is (118,124,51). Sum of RGB (Red+Green+Blue) = 118+124+51=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #767C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C33 is #8983CC. Grayscale: #727272. Windows color (decimal): -9012173 or 3374198. OLE color: 3374198.
HSL color Cylindrical-coordinate representation of color #767C33: hue angle of 64.93º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #767C33 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 51 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.51 |
| HSL | 64.93º | 0.42% | 0.34% | - |
| HSV(B) | 64.93º | 0.59% | 0.49% | - |
| XYZ | 15.28 | 18.51 | 5.9 | - |
| YUV | 113.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 51 | 0.05 | 0 | 0.59 | 0.51 | 64.93 | 0.42 | 0.34 |
| Hex | 76 | 7C | 33 | 5 | 0 | 3B | 33 | 41 | 2A | 22 |
| Octal | 166 | 174 | 63 | 5 | 0 | 73 | 63 | 101 | 52 | 42 |
| Binary | 1110110 | 1111100 | 110011 | 101 | 0 | 111011 | 110011 | 1000001 | 101010 | 100010 |
Color Harmonies of #767C33
Complementary color
Monochromatic Colors of #767C33
Black with #767C33
Text Example
Text Example
White with #767C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C33; }
p { color: rgb(118,124,51); }
H1.HeaderClassName
{
color: #767C33;
}
.AnyTagClassName
{
color: #767C33;
}
</style>
background-color css
<style>
a { background-color: #767C33; }
a { background-color: rgb(118,124,51); }
div.DivClassName
{
background-color: #767C33;
}
.BgClassName
{
background-color: #767C33;
}
</style>
border-color css
<style>
span { border-color: #767C33; }
span { border-color: rgb(118,124,51); }
td.TdClassName
{
border-color: #767C33;
}
.TagClassName
{
border-color: #767C33;
}
</style>