Shades of Trendy Green #768B20
Tints of Trendy Green #768B20
RGB
CMYK
RGB Variations
Color information
#768B20 (or 0x768B20) is known color: Trendy Green. HEX triplet: 76, 8B and 20. RGB value is (118,139,32). Sum of RGB (Red+Green+Blue) = 118+139+32=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #768B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B20 is #8974DF. Grayscale: #787878. Windows color (decimal): -9008352 or 2132854. OLE color: 2132854.
HSL color Cylindrical-coordinate representation of color #768B20: hue angle of 71.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #768B20 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 32 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.45 |
| HSL | 71.78º | 0.63% | 0.34% | - |
| HSV(B) | 71.78º | 0.77% | 0.55% | - |
| XYZ | 16.96 | 22.42 | 4.8 | - |
| YUV | 120.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 32 | 0.15 | 0 | 0.77 | 0.45 | 71.78 | 0.63 | 0.34 |
| Hex | 76 | 8B | 20 | F | 0 | 4D | 2D | 48 | 3F | 22 |
| Octal | 166 | 213 | 40 | 17 | 0 | 115 | 55 | 110 | 77 | 42 |
| Binary | 1110110 | 10001011 | 100000 | 1111 | 0 | 1001101 | 101101 | 1001000 | 111111 | 100010 |
Color Harmonies of #768B20
Complementary color
Monochromatic Colors of #768B20
Black with #768B20
Text Example
Text Example
White with #768B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B20; }
p { color: rgb(118,139,32); }
H1.HeaderClassName
{
color: #768B20;
}
.AnyTagClassName
{
color: #768B20;
}
</style>
background-color css
<style>
a { background-color: #768B20; }
a { background-color: rgb(118,139,32); }
div.DivClassName
{
background-color: #768B20;
}
.BgClassName
{
background-color: #768B20;
}
</style>
border-color css
<style>
span { border-color: #768B20; }
span { border-color: rgb(118,139,32); }
td.TdClassName
{
border-color: #768B20;
}
.TagClassName
{
border-color: #768B20;
}
</style>