Shades of Trendy Green #768420
Tints of Trendy Green #768420
RGB
CMYK
RGB Variations
Color information
#768420 (or 0x768420) is known color: Trendy Green. HEX triplet: 76, 84 and 20. RGB value is (118,132,32). Sum of RGB (Red+Green+Blue) = 118+132+32=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #768420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768420 is #897BDF. Grayscale: #747474. Windows color (decimal): -9010144 or 2131062. OLE color: 2131062.
HSL color Cylindrical-coordinate representation of color #768420: hue angle of 68.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #768420 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 32 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.48 |
| HSL | 68.4º | 0.61% | 0.32% | - |
| HSV(B) | 68.4º | 0.76% | 0.52% | - |
| XYZ | 15.98 | 20.46 | 4.47 | - |
| YUV | 116.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 32 | 0.11 | 0 | 0.76 | 0.48 | 68.4 | 0.61 | 0.32 |
| Hex | 76 | 84 | 20 | B | 0 | 4C | 30 | 44 | 3D | 20 |
| Octal | 166 | 204 | 40 | 13 | 0 | 114 | 60 | 104 | 75 | 40 |
| Binary | 1110110 | 10000100 | 100000 | 1011 | 0 | 1001100 | 110000 | 1000100 | 111101 | 100000 |
Color Harmonies of #768420
Complementary color
Monochromatic Colors of #768420
Black with #768420
Text Example
Text Example
White with #768420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768420; }
p { color: rgb(118,132,32); }
H1.HeaderClassName
{
color: #768420;
}
.AnyTagClassName
{
color: #768420;
}
</style>
background-color css
<style>
a { background-color: #768420; }
a { background-color: rgb(118,132,32); }
div.DivClassName
{
background-color: #768420;
}
.BgClassName
{
background-color: #768420;
}
</style>
border-color css
<style>
span { border-color: #768420; }
span { border-color: rgb(118,132,32); }
td.TdClassName
{
border-color: #768420;
}
.TagClassName
{
border-color: #768420;
}
</style>