Shades of Trendy Green #757D31
Tints of Trendy Green #757D31
RGB
CMYK
RGB Variations
Color information
#757D31 (or 0x757D31) is known color: Trendy Green. HEX triplet: 75, 7D and 31. RGB value is (117,125,49). Sum of RGB (Red+Green+Blue) = 117+125+49=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #757D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D31 is #8A82CE. Grayscale: #727272. Windows color (decimal): -9077455 or 3243381. OLE color: 3243381.
HSL color Cylindrical-coordinate representation of color #757D31: hue angle of 66.32º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #757D31 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 49 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.51 |
| HSL | 66.32º | 0.44% | 0.34% | - |
| HSV(B) | 66.32º | 0.61% | 0.49% | - |
| XYZ | 15.22 | 18.67 | 5.71 | - |
| YUV | 113.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 49 | 0.06 | 0 | 0.61 | 0.51 | 66.32 | 0.44 | 0.34 |
| Hex | 75 | 7D | 31 | 6 | 0 | 3D | 33 | 42 | 2C | 22 |
| Octal | 165 | 175 | 61 | 6 | 0 | 75 | 63 | 102 | 54 | 42 |
| Binary | 1110101 | 1111101 | 110001 | 110 | 0 | 111101 | 110011 | 1000010 | 101100 | 100010 |
Color Harmonies of #757D31
Complementary color
Monochromatic Colors of #757D31
Black with #757D31
Text Example
Text Example
White with #757D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D31; }
p { color: rgb(117,125,49); }
H1.HeaderClassName
{
color: #757D31;
}
.AnyTagClassName
{
color: #757D31;
}
</style>
background-color css
<style>
a { background-color: #757D31; }
a { background-color: rgb(117,125,49); }
div.DivClassName
{
background-color: #757D31;
}
.BgClassName
{
background-color: #757D31;
}
</style>
border-color css
<style>
span { border-color: #757D31; }
span { border-color: rgb(117,125,49); }
td.TdClassName
{
border-color: #757D31;
}
.TagClassName
{
border-color: #757D31;
}
</style>