Shades of Trendy Green #767C26
Tints of Trendy Green #767C26
RGB
CMYK
RGB Variations
Color information
#767C26 (or 0x767C26) is known color: Trendy Green. HEX triplet: 76, 7C and 26. RGB value is (118,124,38). Sum of RGB (Red+Green+Blue) = 118+124+38=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #767C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C26 is #8983D9. Grayscale: #707070. Windows color (decimal): -9012186 or 2522230. OLE color: 2522230.
HSL color Cylindrical-coordinate representation of color #767C26: hue angle of 64.19º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #767C26 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 38 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.51 |
| HSL | 64.19º | 0.53% | 0.32% | - |
| HSV(B) | 64.19º | 0.69% | 0.49% | - |
| XYZ | 15.03 | 18.41 | 4.59 | - |
| YUV | 112.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 38 | 0.05 | 0 | 0.69 | 0.51 | 64.19 | 0.53 | 0.32 |
| Hex | 76 | 7C | 26 | 5 | 0 | 45 | 33 | 40 | 35 | 20 |
| Octal | 166 | 174 | 46 | 5 | 0 | 105 | 63 | 100 | 65 | 40 |
| Binary | 1110110 | 1111100 | 100110 | 101 | 0 | 1000101 | 110011 | 1000000 | 110101 | 100000 |
Color Harmonies of #767C26
Complementary color
Monochromatic Colors of #767C26
Black with #767C26
Text Example
Text Example
White with #767C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C26; }
p { color: rgb(118,124,38); }
H1.HeaderClassName
{
color: #767C26;
}
.AnyTagClassName
{
color: #767C26;
}
</style>
background-color css
<style>
a { background-color: #767C26; }
a { background-color: rgb(118,124,38); }
div.DivClassName
{
background-color: #767C26;
}
.BgClassName
{
background-color: #767C26;
}
</style>
border-color css
<style>
span { border-color: #767C26; }
span { border-color: rgb(118,124,38); }
td.TdClassName
{
border-color: #767C26;
}
.TagClassName
{
border-color: #767C26;
}
</style>