Shades of Trendy Green #767E38
Tints of Trendy Green #767E38
RGB
CMYK
RGB Variations
Color information
#767E38 (or 0x767E38) is known color: Trendy Green. HEX triplet: 76, 7E and 38. RGB value is (118,126,56). Sum of RGB (Red+Green+Blue) = 118+126+56=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #767E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767E38 is #8981C7. Grayscale: #737373. Windows color (decimal): -9011656 or 3702390. OLE color: 3702390.
HSL color Cylindrical-coordinate representation of color #767E38: hue angle of 66.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #767E38 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 56 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.51 |
| HSL | 66.86º | 0.38% | 0.36% | - |
| HSV(B) | 66.86º | 0.56% | 0.49% | - |
| XYZ | 15.65 | 19.06 | 6.6 | - |
| YUV | 115.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 56 | 0.06 | 0 | 0.56 | 0.51 | 66.86 | 0.38 | 0.36 |
| Hex | 76 | 7E | 38 | 6 | 0 | 38 | 33 | 43 | 26 | 24 |
| Octal | 166 | 176 | 70 | 6 | 0 | 70 | 63 | 103 | 46 | 44 |
| Binary | 1110110 | 1111110 | 111000 | 110 | 0 | 111000 | 110011 | 1000011 | 100110 | 100100 |
Color Harmonies of #767E38
Complementary color
Monochromatic Colors of #767E38
Black with #767E38
Text Example
Text Example
White with #767E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E38; }
p { color: rgb(118,126,56); }
H1.HeaderClassName
{
color: #767E38;
}
.AnyTagClassName
{
color: #767E38;
}
</style>
background-color css
<style>
a { background-color: #767E38; }
a { background-color: rgb(118,126,56); }
div.DivClassName
{
background-color: #767E38;
}
.BgClassName
{
background-color: #767E38;
}
</style>
border-color css
<style>
span { border-color: #767E38; }
span { border-color: rgb(118,126,56); }
td.TdClassName
{
border-color: #767E38;
}
.TagClassName
{
border-color: #767E38;
}
</style>