Shades of Trendy Green #758333
Tints of Trendy Green #758333
RGB
CMYK
RGB Variations
Color information
#758333 (or 0x758333) is known color: Trendy Green. HEX triplet: 75, 83 and 33. RGB value is (117,131,51). Sum of RGB (Red+Green+Blue) = 117+131+51=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #758333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758333 is #8A7CCC. Grayscale: #757575. Windows color (decimal): -9075917 or 3375989. OLE color: 3375989.
HSL color Cylindrical-coordinate representation of color #758333: hue angle of 70.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #758333 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 51 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.49 |
| HSL | 70.5º | 0.44% | 0.36% | - |
| HSV(B) | 70.5º | 0.61% | 0.51% | - |
| XYZ | 16.05 | 20.25 | 6.2 | - |
| YUV | 117.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 51 | 0.11 | 0 | 0.61 | 0.49 | 70.5 | 0.44 | 0.36 |
| Hex | 75 | 83 | 33 | B | 0 | 3D | 31 | 46 | 2C | 24 |
| Octal | 165 | 203 | 63 | 13 | 0 | 75 | 61 | 106 | 54 | 44 |
| Binary | 1110101 | 10000011 | 110011 | 1011 | 0 | 111101 | 110001 | 1000110 | 101100 | 100100 |
Color Harmonies of #758333
Complementary color
Monochromatic Colors of #758333
Black with #758333
Text Example
Text Example
White with #758333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758333; }
p { color: rgb(117,131,51); }
H1.HeaderClassName
{
color: #758333;
}
.AnyTagClassName
{
color: #758333;
}
</style>
background-color css
<style>
a { background-color: #758333; }
a { background-color: rgb(117,131,51); }
div.DivClassName
{
background-color: #758333;
}
.BgClassName
{
background-color: #758333;
}
</style>
border-color css
<style>
span { border-color: #758333; }
span { border-color: rgb(117,131,51); }
td.TdClassName
{
border-color: #758333;
}
.TagClassName
{
border-color: #758333;
}
</style>