Shades of Trendy Green #758433
Tints of Trendy Green #758433
RGB
CMYK
RGB Variations
Color information
#758433 (or 0x758433) is known color: Trendy Green. HEX triplet: 75, 84 and 33. RGB value is (117,132,51). Sum of RGB (Red+Green+Blue) = 117+132+51=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #758433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758433 is #8A7BCC. Grayscale: #767676. Windows color (decimal): -9075661 or 3376245. OLE color: 3376245.
HSL color Cylindrical-coordinate representation of color #758433: hue angle of 71.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #758433 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 51 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.48 |
| HSL | 71.11º | 0.44% | 0.36% | - |
| HSV(B) | 71.11º | 0.61% | 0.52% | - |
| XYZ | 16.18 | 20.52 | 6.24 | - |
| YUV | 118.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 51 | 0.11 | 0 | 0.61 | 0.48 | 71.11 | 0.44 | 0.36 |
| Hex | 75 | 84 | 33 | B | 0 | 3D | 30 | 47 | 2C | 24 |
| Octal | 165 | 204 | 63 | 13 | 0 | 75 | 60 | 107 | 54 | 44 |
| Binary | 1110101 | 10000100 | 110011 | 1011 | 0 | 111101 | 110000 | 1000111 | 101100 | 100100 |
Color Harmonies of #758433
Complementary color
Monochromatic Colors of #758433
Black with #758433
Text Example
Text Example
White with #758433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758433; }
p { color: rgb(117,132,51); }
H1.HeaderClassName
{
color: #758433;
}
.AnyTagClassName
{
color: #758433;
}
</style>
background-color css
<style>
a { background-color: #758433; }
a { background-color: rgb(117,132,51); }
div.DivClassName
{
background-color: #758433;
}
.BgClassName
{
background-color: #758433;
}
</style>
border-color css
<style>
span { border-color: #758433; }
span { border-color: rgb(117,132,51); }
td.TdClassName
{
border-color: #758433;
}
.TagClassName
{
border-color: #758433;
}
</style>