Shades of Trendy Green #768610
Tints of Trendy Green #768610
RGB
CMYK
RGB Variations
Color information
#768610 (or 0x768610) is known color: Trendy Green. HEX triplet: 76, 86 and 10. RGB value is (118,134,16). Sum of RGB (Red+Green+Blue) = 118+134+16=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #768610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768610 is #8979EF. Grayscale: #747474. Windows color (decimal): -9009648 or 1082998. OLE color: 1082998.
HSL color Cylindrical-coordinate representation of color #768610: hue angle of 68.14º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #768610 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 16 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.47 |
| HSL | 68.14º | 0.79% | 0.29% | - |
| HSV(B) | 68.14º | 0.88% | 0.53% | - |
| XYZ | 16.09 | 20.94 | 3.68 | - |
| YUV | 115.76 | 71.7 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 16 | 0.12 | 0 | 0.88 | 0.47 | 68.14 | 0.79 | 0.29 |
| Hex | 76 | 86 | 10 | C | 0 | 58 | 2F | 44 | 4F | 1D |
| Octal | 166 | 206 | 20 | 14 | 0 | 130 | 57 | 104 | 117 | 35 |
| Binary | 1110110 | 10000110 | 10000 | 1100 | 0 | 1011000 | 101111 | 1000100 | 1001111 | 11101 |
Color Harmonies of #768610
Complementary color
Monochromatic Colors of #768610
Black with #768610
Text Example
Text Example
White with #768610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768610; }
p { color: rgb(118,134,16); }
H1.HeaderClassName
{
color: #768610;
}
.AnyTagClassName
{
color: #768610;
}
</style>
background-color css
<style>
a { background-color: #768610; }
a { background-color: rgb(118,134,16); }
div.DivClassName
{
background-color: #768610;
}
.BgClassName
{
background-color: #768610;
}
</style>
border-color css
<style>
span { border-color: #768610; }
span { border-color: rgb(118,134,16); }
td.TdClassName
{
border-color: #768610;
}
.TagClassName
{
border-color: #768610;
}
</style>