Shades of Trendy Green #757E2F
Tints of Trendy Green #757E2F
RGB
CMYK
RGB Variations
Color information
#757E2F (or 0x757E2F) is known color: Trendy Green. HEX triplet: 75, 7E and 2F. RGB value is (117,126,47). Sum of RGB (Red+Green+Blue) = 117+126+47=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #757E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E2F is #8A81D0. Grayscale: #727272. Windows color (decimal): -9077201 or 3112565. OLE color: 3112565.
HSL color Cylindrical-coordinate representation of color #757E2F: hue angle of 66.84º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #757E2F is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 126 | 47 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.51 |
| HSL | 66.84º | 0.46% | 0.34% | - |
| HSV(B) | 66.84º | 0.63% | 0.49% | - |
| XYZ | 15.31 | 18.91 | 5.53 | - |
| YUV | 114.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 47 | 0.07 | 0 | 0.63 | 0.51 | 66.84 | 0.46 | 0.34 |
| Hex | 75 | 7E | 2F | 7 | 0 | 3F | 33 | 43 | 2E | 22 |
| Octal | 165 | 176 | 57 | 7 | 0 | 77 | 63 | 103 | 56 | 42 |
| Binary | 1110101 | 1111110 | 101111 | 111 | 0 | 111111 | 110011 | 1000011 | 101110 | 100010 |
Color Harmonies of #757E2F
Complementary color
Monochromatic Colors of #757E2F
Black with #757E2F
Text Example
Text Example
White with #757E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E2F; }
p { color: rgb(117,126,47); }
H1.HeaderClassName
{
color: #757E2F;
}
.AnyTagClassName
{
color: #757E2F;
}
</style>
background-color css
<style>
a { background-color: #757E2F; }
a { background-color: rgb(117,126,47); }
div.DivClassName
{
background-color: #757E2F;
}
.BgClassName
{
background-color: #757E2F;
}
</style>
border-color css
<style>
span { border-color: #757E2F; }
span { border-color: rgb(117,126,47); }
td.TdClassName
{
border-color: #757E2F;
}
.TagClassName
{
border-color: #757E2F;
}
</style>