Shades of Trendy Green #758331
Tints of Trendy Green #758331
RGB
CMYK
RGB Variations
Color information
#758331 (or 0x758331) is known color: Trendy Green. HEX triplet: 75, 83 and 31. RGB value is (117,131,49). Sum of RGB (Red+Green+Blue) = 117+131+49=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #758331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758331 is #8A7CCE. Grayscale: #757575. Windows color (decimal): -9075919 or 3244917. OLE color: 3244917.
HSL color Cylindrical-coordinate representation of color #758331: hue angle of 70.24º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #758331 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 49 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.49 |
| HSL | 70.24º | 0.46% | 0.35% | - |
| HSV(B) | 70.24º | 0.63% | 0.51% | - |
| XYZ | 16.01 | 20.24 | 5.97 | - |
| YUV | 117.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 49 | 0.11 | 0 | 0.63 | 0.49 | 70.24 | 0.46 | 0.35 |
| Hex | 75 | 83 | 31 | B | 0 | 3F | 31 | 46 | 2E | 23 |
| Octal | 165 | 203 | 61 | 13 | 0 | 77 | 61 | 106 | 56 | 43 |
| Binary | 1110101 | 10000011 | 110001 | 1011 | 0 | 111111 | 110001 | 1000110 | 101110 | 100011 |
Color Harmonies of #758331
Complementary color
Monochromatic Colors of #758331
Black with #758331
Text Example
Text Example
White with #758331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758331; }
p { color: rgb(117,131,49); }
H1.HeaderClassName
{
color: #758331;
}
.AnyTagClassName
{
color: #758331;
}
</style>
background-color css
<style>
a { background-color: #758331; }
a { background-color: rgb(117,131,49); }
div.DivClassName
{
background-color: #758331;
}
.BgClassName
{
background-color: #758331;
}
</style>
border-color css
<style>
span { border-color: #758331; }
span { border-color: rgb(117,131,49); }
td.TdClassName
{
border-color: #758331;
}
.TagClassName
{
border-color: #758331;
}
</style>