Shades of Trendy Green #767E2C
Tints of Trendy Green #767E2C
RGB
CMYK
RGB Variations
Color information
#767E2C (or 0x767E2C) is known color: Trendy Green. HEX triplet: 76, 7E and 2C. RGB value is (118,126,44). Sum of RGB (Red+Green+Blue) = 118+126+44=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 126 - color contains mainly: green. Hex color #767E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767E2C is #8981D3. Grayscale: #727272. Windows color (decimal): -9011668 or 2915958. OLE color: 2915958.
HSL color Cylindrical-coordinate representation of color #767E2C: hue angle of 65.85º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #767E2C is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 44 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.51 |
| HSL | 65.85º | 0.48% | 0.33% | - |
| HSV(B) | 65.85º | 0.65% | 0.49% | - |
| XYZ | 15.39 | 18.96 | 5.23 | - |
| YUV | 114.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 44 | 0.06 | 0 | 0.65 | 0.51 | 65.85 | 0.48 | 0.33 |
| Hex | 76 | 7E | 2C | 6 | 0 | 41 | 33 | 42 | 30 | 21 |
| Octal | 166 | 176 | 54 | 6 | 0 | 101 | 63 | 102 | 60 | 41 |
| Binary | 1110110 | 1111110 | 101100 | 110 | 0 | 1000001 | 110011 | 1000010 | 110000 | 100001 |
Color Harmonies of #767E2C
Complementary color
Monochromatic Colors of #767E2C
Black with #767E2C
Text Example
Text Example
White with #767E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E2C; }
p { color: rgb(118,126,44); }
H1.HeaderClassName
{
color: #767E2C;
}
.AnyTagClassName
{
color: #767E2C;
}
</style>
background-color css
<style>
a { background-color: #767E2C; }
a { background-color: rgb(118,126,44); }
div.DivClassName
{
background-color: #767E2C;
}
.BgClassName
{
background-color: #767E2C;
}
</style>
border-color css
<style>
span { border-color: #767E2C; }
span { border-color: rgb(118,126,44); }
td.TdClassName
{
border-color: #767E2C;
}
.TagClassName
{
border-color: #767E2C;
}
</style>