Shades of Trendy Green #767C2D
Tints of Trendy Green #767C2D
RGB
CMYK
RGB Variations
Color information
#767C2D (or 0x767C2D) is known color: Trendy Green. HEX triplet: 76, 7C and 2D. RGB value is (118,124,45). Sum of RGB (Red+Green+Blue) = 118+124+45=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #767C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C2D is #8983D2. Grayscale: #717171. Windows color (decimal): -9012179 or 2980982. OLE color: 2980982.
HSL color Cylindrical-coordinate representation of color #767C2D: hue angle of 64.56º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #767C2D is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 45 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.51 |
| HSL | 64.56º | 0.47% | 0.33% | - |
| HSV(B) | 64.56º | 0.64% | 0.49% | - |
| XYZ | 15.15 | 18.46 | 5.25 | - |
| YUV | 113.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 45 | 0.05 | 0 | 0.64 | 0.51 | 64.56 | 0.47 | 0.33 |
| Hex | 76 | 7C | 2D | 5 | 0 | 40 | 33 | 41 | 2F | 21 |
| Octal | 166 | 174 | 55 | 5 | 0 | 100 | 63 | 101 | 57 | 41 |
| Binary | 1110110 | 1111100 | 101101 | 101 | 0 | 1000000 | 110011 | 1000001 | 101111 | 100001 |
Color Harmonies of #767C2D
Complementary color
Monochromatic Colors of #767C2D
Black with #767C2D
Text Example
Text Example
White with #767C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C2D; }
p { color: rgb(118,124,45); }
H1.HeaderClassName
{
color: #767C2D;
}
.AnyTagClassName
{
color: #767C2D;
}
</style>
background-color css
<style>
a { background-color: #767C2D; }
a { background-color: rgb(118,124,45); }
div.DivClassName
{
background-color: #767C2D;
}
.BgClassName
{
background-color: #767C2D;
}
</style>
border-color css
<style>
span { border-color: #767C2D; }
span { border-color: rgb(118,124,45); }
td.TdClassName
{
border-color: #767C2D;
}
.TagClassName
{
border-color: #767C2D;
}
</style>