Shades of Trendy Green #768627
Tints of Trendy Green #768627
RGB
CMYK
RGB Variations
Color information
#768627 (or 0x768627) is known color: Trendy Green. HEX triplet: 76, 86 and 27. RGB value is (118,134,39). Sum of RGB (Red+Green+Blue) = 118+134+39=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #768627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768627 is #8979D8. Grayscale: #767676. Windows color (decimal): -9009625 or 2590326. OLE color: 2590326.
HSL color Cylindrical-coordinate representation of color #768627: hue angle of 70.11º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #768627 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 39 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.47 |
| HSL | 70.11º | 0.55% | 0.34% | - |
| HSV(B) | 70.11º | 0.71% | 0.53% | - |
| XYZ | 16.36 | 21.05 | 5.12 | - |
| YUV | 118.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 39 | 0.12 | 0 | 0.71 | 0.47 | 70.11 | 0.55 | 0.34 |
| Hex | 76 | 86 | 27 | C | 0 | 47 | 2F | 46 | 37 | 22 |
| Octal | 166 | 206 | 47 | 14 | 0 | 107 | 57 | 106 | 67 | 42 |
| Binary | 1110110 | 10000110 | 100111 | 1100 | 0 | 1000111 | 101111 | 1000110 | 110111 | 100010 |
Color Harmonies of #768627
Complementary color
Monochromatic Colors of #768627
Black with #768627
Text Example
Text Example
White with #768627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768627; }
p { color: rgb(118,134,39); }
H1.HeaderClassName
{
color: #768627;
}
.AnyTagClassName
{
color: #768627;
}
</style>
background-color css
<style>
a { background-color: #768627; }
a { background-color: rgb(118,134,39); }
div.DivClassName
{
background-color: #768627;
}
.BgClassName
{
background-color: #768627;
}
</style>
border-color css
<style>
span { border-color: #768627; }
span { border-color: rgb(118,134,39); }
td.TdClassName
{
border-color: #768627;
}
.TagClassName
{
border-color: #768627;
}
</style>