Shades of Trendy Green #767E27
Tints of Trendy Green #767E27
RGB
CMYK
RGB Variations
Color information
#767E27 (or 0x767E27) is known color: Trendy Green. HEX triplet: 76, 7E and 27. RGB value is (118,126,39). Sum of RGB (Red+Green+Blue) = 118+126+39=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #767E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767E27 is #8981D8. Grayscale: #727272. Windows color (decimal): -9011673 or 2588278. OLE color: 2588278.
HSL color Cylindrical-coordinate representation of color #767E27: hue angle of 65.52º 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 #767E27 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 39 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.51 |
| HSL | 65.52º | 0.53% | 0.32% | - |
| HSV(B) | 65.52º | 0.69% | 0.49% | - |
| XYZ | 15.3 | 18.92 | 4.77 | - |
| YUV | 113.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 39 | 0.06 | 0 | 0.69 | 0.51 | 65.52 | 0.53 | 0.32 |
| Hex | 76 | 7E | 27 | 6 | 0 | 45 | 33 | 42 | 35 | 20 |
| Octal | 166 | 176 | 47 | 6 | 0 | 105 | 63 | 102 | 65 | 40 |
| Binary | 1110110 | 1111110 | 100111 | 110 | 0 | 1000101 | 110011 | 1000010 | 110101 | 100000 |
Color Harmonies of #767E27
Complementary color
Monochromatic Colors of #767E27
Black with #767E27
Text Example
Text Example
White with #767E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E27; }
p { color: rgb(118,126,39); }
H1.HeaderClassName
{
color: #767E27;
}
.AnyTagClassName
{
color: #767E27;
}
</style>
background-color css
<style>
a { background-color: #767E27; }
a { background-color: rgb(118,126,39); }
div.DivClassName
{
background-color: #767E27;
}
.BgClassName
{
background-color: #767E27;
}
</style>
border-color css
<style>
span { border-color: #767E27; }
span { border-color: rgb(118,126,39); }
td.TdClassName
{
border-color: #767E27;
}
.TagClassName
{
border-color: #767E27;
}
</style>