Shades of Trendy Green #757E20
Tints of Trendy Green #757E20
RGB
CMYK
RGB Variations
Color information
#757E20 (or 0x757E20) is known color: Trendy Green. HEX triplet: 75, 7E and 20. RGB value is (117,126,32). Sum of RGB (Red+Green+Blue) = 117+126+32=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #757E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E20 is #8A81DF. Grayscale: #707070. Windows color (decimal): -9077216 or 2129525. OLE color: 2129525.
HSL color Cylindrical-coordinate representation of color #757E20: hue angle of 65.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #757E20 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 32 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.51 |
| HSL | 65.74º | 0.59% | 0.31% | - |
| HSV(B) | 65.74º | 0.75% | 0.49% | - |
| XYZ | 15.06 | 18.81 | 4.2 | - |
| YUV | 112.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 32 | 0.07 | 0 | 0.75 | 0.51 | 65.74 | 0.59 | 0.31 |
| Hex | 75 | 7E | 20 | 7 | 0 | 4B | 33 | 42 | 3B | 1F |
| Octal | 165 | 176 | 40 | 7 | 0 | 113 | 63 | 102 | 73 | 37 |
| Binary | 1110101 | 1111110 | 100000 | 111 | 0 | 1001011 | 110011 | 1000010 | 111011 | 11111 |
Color Harmonies of #757E20
Complementary color
Monochromatic Colors of #757E20
Black with #757E20
Text Example
Text Example
White with #757E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E20; }
p { color: rgb(117,126,32); }
H1.HeaderClassName
{
color: #757E20;
}
.AnyTagClassName
{
color: #757E20;
}
</style>
background-color css
<style>
a { background-color: #757E20; }
a { background-color: rgb(117,126,32); }
div.DivClassName
{
background-color: #757E20;
}
.BgClassName
{
background-color: #757E20;
}
</style>
border-color css
<style>
span { border-color: #757E20; }
span { border-color: rgb(117,126,32); }
td.TdClassName
{
border-color: #757E20;
}
.TagClassName
{
border-color: #757E20;
}
</style>