Shades of Trendy Green #767E13
Tints of Trendy Green #767E13
RGB
CMYK
RGB Variations
Color information
#767E13 (or 0x767E13) is known color: Trendy Green. HEX triplet: 76, 7E and 13. RGB value is (118,126,19). Sum of RGB (Red+Green+Blue) = 118+126+19=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #767E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767E13 is #8981EC. Grayscale: #6F6F6F. Windows color (decimal): -9011693 or 1277558. OLE color: 1277558.
HSL color Cylindrical-coordinate representation of color #767E13: hue angle of 64.49º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #767E13 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 19 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.51 |
| HSL | 64.49º | 0.74% | 0.28% | - |
| HSV(B) | 64.49º | 0.85% | 0.49% | - |
| XYZ | 15.05 | 18.82 | 3.46 | - |
| YUV | 111.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 19 | 0.06 | 0 | 0.85 | 0.51 | 64.49 | 0.74 | 0.28 |
| Hex | 76 | 7E | 13 | 6 | 0 | 55 | 33 | 40 | 4A | 1C |
| Octal | 166 | 176 | 23 | 6 | 0 | 125 | 63 | 100 | 112 | 34 |
| Binary | 1110110 | 1111110 | 10011 | 110 | 0 | 1010101 | 110011 | 1000000 | 1001010 | 11100 |
Color Harmonies of #767E13
Complementary color
Monochromatic Colors of #767E13
Black with #767E13
Text Example
Text Example
White with #767E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E13; }
p { color: rgb(118,126,19); }
H1.HeaderClassName
{
color: #767E13;
}
.AnyTagClassName
{
color: #767E13;
}
</style>
background-color css
<style>
a { background-color: #767E13; }
a { background-color: rgb(118,126,19); }
div.DivClassName
{
background-color: #767E13;
}
.BgClassName
{
background-color: #767E13;
}
</style>
border-color css
<style>
span { border-color: #767E13; }
span { border-color: rgb(118,126,19); }
td.TdClassName
{
border-color: #767E13;
}
.TagClassName
{
border-color: #767E13;
}
</style>