Shades of Trendy Green #767C1C
Tints of Trendy Green #767C1C
RGB
CMYK
RGB Variations
Color information
#767C1C (or 0x767C1C) is known color: Trendy Green. HEX triplet: 76, 7C and 1C. RGB value is (118,124,28). Sum of RGB (Red+Green+Blue) = 118+124+28=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #767C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C1C is #8983E3. Grayscale: #6F6F6F. Windows color (decimal): -9012196 or 1866870. OLE color: 1866870.
HSL color Cylindrical-coordinate representation of color #767C1C: hue angle of 63.75º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #767C1C is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 28 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.51 |
| HSL | 63.75º | 0.63% | 0.3% | - |
| HSV(B) | 63.75º | 0.77% | 0.49% | - |
| XYZ | 14.89 | 18.35 | 3.86 | - |
| YUV | 111.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 28 | 0.05 | 0 | 0.77 | 0.51 | 63.75 | 0.63 | 0.3 |
| Hex | 76 | 7C | 1C | 5 | 0 | 4D | 33 | 40 | 3F | 1E |
| Octal | 166 | 174 | 34 | 5 | 0 | 115 | 63 | 100 | 77 | 36 |
| Binary | 1110110 | 1111100 | 11100 | 101 | 0 | 1001101 | 110011 | 1000000 | 111111 | 11110 |
Color Harmonies of #767C1C
Complementary color
Monochromatic Colors of #767C1C
Black with #767C1C
Text Example
Text Example
White with #767C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C1C; }
p { color: rgb(118,124,28); }
H1.HeaderClassName
{
color: #767C1C;
}
.AnyTagClassName
{
color: #767C1C;
}
</style>
background-color css
<style>
a { background-color: #767C1C; }
a { background-color: rgb(118,124,28); }
div.DivClassName
{
background-color: #767C1C;
}
.BgClassName
{
background-color: #767C1C;
}
</style>
border-color css
<style>
span { border-color: #767C1C; }
span { border-color: rgb(118,124,28); }
td.TdClassName
{
border-color: #767C1C;
}
.TagClassName
{
border-color: #767C1C;
}
</style>