Shades of Trendy Green #758332
Tints of Trendy Green #758332
RGB
CMYK
RGB Variations
Color information
#758332 (or 0x758332) is known color: Trendy Green. HEX triplet: 75, 83 and 32. RGB value is (117,131,50). Sum of RGB (Red+Green+Blue) = 117+131+50=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #758332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758332 is #8A7CCD. Grayscale: #757575. Windows color (decimal): -9075918 or 3310453. OLE color: 3310453.
HSL color Cylindrical-coordinate representation of color #758332: hue angle of 70.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #758332 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 50 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.49 |
| HSL | 70.37º | 0.45% | 0.35% | - |
| HSV(B) | 70.37º | 0.62% | 0.51% | - |
| XYZ | 16.03 | 20.24 | 6.08 | - |
| YUV | 117.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 50 | 0.11 | 0 | 0.62 | 0.49 | 70.37 | 0.45 | 0.35 |
| Hex | 75 | 83 | 32 | B | 0 | 3E | 31 | 46 | 2D | 23 |
| Octal | 165 | 203 | 62 | 13 | 0 | 76 | 61 | 106 | 55 | 43 |
| Binary | 1110101 | 10000011 | 110010 | 1011 | 0 | 111110 | 110001 | 1000110 | 101101 | 100011 |
Color Harmonies of #758332
Complementary color
Monochromatic Colors of #758332
Black with #758332
Text Example
Text Example
White with #758332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758332; }
p { color: rgb(117,131,50); }
H1.HeaderClassName
{
color: #758332;
}
.AnyTagClassName
{
color: #758332;
}
</style>
background-color css
<style>
a { background-color: #758332; }
a { background-color: rgb(117,131,50); }
div.DivClassName
{
background-color: #758332;
}
.BgClassName
{
background-color: #758332;
}
</style>
border-color css
<style>
span { border-color: #758332; }
span { border-color: rgb(117,131,50); }
td.TdClassName
{
border-color: #758332;
}
.TagClassName
{
border-color: #758332;
}
</style>