Shades of Trendy Green #768020
Tints of Trendy Green #768020
RGB
CMYK
RGB Variations
Color information
#768020 (or 0x768020) is known color: Trendy Green. HEX triplet: 76, 80 and 20. RGB value is (118,128,32). Sum of RGB (Red+Green+Blue) = 118+128+32=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #768020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768020 is #897FDF. Grayscale: #727272. Windows color (decimal): -9011168 or 2130038. OLE color: 2130038.
HSL color Cylindrical-coordinate representation of color #768020: hue angle of 66.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #768020 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 32 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.50 |
| HSL | 66.25º | 0.6% | 0.31% | - |
| HSV(B) | 66.25º | 0.75% | 0.5% | - |
| XYZ | 15.45 | 19.39 | 4.3 | - |
| YUV | 114.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 32 | 0.08 | 0 | 0.75 | 0.50 | 66.25 | 0.6 | 0.31 |
| Hex | 76 | 80 | 20 | 8 | 0 | 4B | 32 | 42 | 3C | 1F |
| Octal | 166 | 200 | 40 | 10 | 0 | 113 | 62 | 102 | 74 | 37 |
| Binary | 1110110 | 10000000 | 100000 | 1000 | 0 | 1001011 | 110010 | 1000010 | 111100 | 11111 |
Color Harmonies of #768020
Complementary color
Monochromatic Colors of #768020
Black with #768020
Text Example
Text Example
White with #768020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768020; }
p { color: rgb(118,128,32); }
H1.HeaderClassName
{
color: #768020;
}
.AnyTagClassName
{
color: #768020;
}
</style>
background-color css
<style>
a { background-color: #768020; }
a { background-color: rgb(118,128,32); }
div.DivClassName
{
background-color: #768020;
}
.BgClassName
{
background-color: #768020;
}
</style>
border-color css
<style>
span { border-color: #768020; }
span { border-color: rgb(118,128,32); }
td.TdClassName
{
border-color: #768020;
}
.TagClassName
{
border-color: #768020;
}
</style>