Shades of Trendy Green #767E15
Tints of Trendy Green #767E15
RGB
CMYK
RGB Variations
Color information
#767E15 (or 0x767E15) is known color: Trendy Green. HEX triplet: 76, 7E and 15. RGB value is (118,126,21). Sum of RGB (Red+Green+Blue) = 118+126+21=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 126 - color contains mainly: green. Hex color #767E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767E15 is #8981EA. Grayscale: #707070. Windows color (decimal): -9011691 or 1408630. OLE color: 1408630.
HSL color Cylindrical-coordinate representation of color #767E15: hue angle of 64.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #767E15 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 21 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.51 |
| HSL | 64.57º | 0.71% | 0.29% | - |
| HSV(B) | 64.57º | 0.83% | 0.49% | - |
| XYZ | 15.07 | 18.83 | 3.55 | - |
| YUV | 111.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 21 | 0.06 | 0 | 0.83 | 0.51 | 64.57 | 0.71 | 0.29 |
| Hex | 76 | 7E | 15 | 6 | 0 | 53 | 33 | 41 | 47 | 1D |
| Octal | 166 | 176 | 25 | 6 | 0 | 123 | 63 | 101 | 107 | 35 |
| Binary | 1110110 | 1111110 | 10101 | 110 | 0 | 1010011 | 110011 | 1000001 | 1000111 | 11101 |
Color Harmonies of #767E15
Complementary color
Monochromatic Colors of #767E15
Black with #767E15
Text Example
Text Example
White with #767E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E15; }
p { color: rgb(118,126,21); }
H1.HeaderClassName
{
color: #767E15;
}
.AnyTagClassName
{
color: #767E15;
}
</style>
background-color css
<style>
a { background-color: #767E15; }
a { background-color: rgb(118,126,21); }
div.DivClassName
{
background-color: #767E15;
}
.BgClassName
{
background-color: #767E15;
}
</style>
border-color css
<style>
span { border-color: #767E15; }
span { border-color: rgb(118,126,21); }
td.TdClassName
{
border-color: #767E15;
}
.TagClassName
{
border-color: #767E15;
}
</style>