Shades of Trendy Green #758020
Tints of Trendy Green #758020
RGB
CMYK
RGB Variations
Color information
#758020 (or 0x758020) is known color: Trendy Green. HEX triplet: 75, 80 and 20. RGB value is (117,128,32). Sum of RGB (Red+Green+Blue) = 117+128+32=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #758020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758020 is #8A7FDF. Grayscale: #727272. Windows color (decimal): -9076704 or 2130037. OLE color: 2130037.
HSL color Cylindrical-coordinate representation of color #758020: hue angle of 66.87º 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 #758020 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 32 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.50 |
| HSL | 66.87º | 0.6% | 0.31% | - |
| HSV(B) | 66.87º | 0.75% | 0.5% | - |
| XYZ | 15.32 | 19.32 | 4.29 | - |
| YUV | 113.77 | 81.86 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 32 | 0.09 | 0 | 0.75 | 0.50 | 66.87 | 0.6 | 0.31 |
| Hex | 75 | 80 | 20 | 9 | 0 | 4B | 32 | 43 | 3C | 1F |
| Octal | 165 | 200 | 40 | 11 | 0 | 113 | 62 | 103 | 74 | 37 |
| Binary | 1110101 | 10000000 | 100000 | 1001 | 0 | 1001011 | 110010 | 1000011 | 111100 | 11111 |
Color Harmonies of #758020
Complementary color
Monochromatic Colors of #758020
Black with #758020
Text Example
Text Example
White with #758020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758020; }
p { color: rgb(117,128,32); }
H1.HeaderClassName
{
color: #758020;
}
.AnyTagClassName
{
color: #758020;
}
</style>
background-color css
<style>
a { background-color: #758020; }
a { background-color: rgb(117,128,32); }
div.DivClassName
{
background-color: #758020;
}
.BgClassName
{
background-color: #758020;
}
</style>
border-color css
<style>
span { border-color: #758020; }
span { border-color: rgb(117,128,32); }
td.TdClassName
{
border-color: #758020;
}
.TagClassName
{
border-color: #758020;
}
</style>