Shades of Trendy Green #757D2D
Tints of Trendy Green #757D2D
RGB
CMYK
RGB Variations
Color information
#757D2D (or 0x757D2D) is known color: Trendy Green. HEX triplet: 75, 7D and 2D. RGB value is (117,125,45). Sum of RGB (Red+Green+Blue) = 117+125+45=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #757D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D2D is #8A82D2. Grayscale: #717171. Windows color (decimal): -9077459 or 2981237. OLE color: 2981237.
HSL color Cylindrical-coordinate representation of color #757D2D: hue angle of 66º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #757D2D is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 45 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.51 |
| HSL | 66º | 0.47% | 0.33% | - |
| HSV(B) | 66º | 0.64% | 0.49% | - |
| XYZ | 15.14 | 18.64 | 5.28 | - |
| YUV | 113.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 45 | 0.06 | 0 | 0.64 | 0.51 | 66 | 0.47 | 0.33 |
| Hex | 75 | 7D | 2D | 6 | 0 | 40 | 33 | 42 | 2F | 21 |
| Octal | 165 | 175 | 55 | 6 | 0 | 100 | 63 | 102 | 57 | 41 |
| Binary | 1110101 | 1111101 | 101101 | 110 | 0 | 1000000 | 110011 | 1000010 | 101111 | 100001 |
Color Harmonies of #757D2D
Complementary color
Monochromatic Colors of #757D2D
Black with #757D2D
Text Example
Text Example
White with #757D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D2D; }
p { color: rgb(117,125,45); }
H1.HeaderClassName
{
color: #757D2D;
}
.AnyTagClassName
{
color: #757D2D;
}
</style>
background-color css
<style>
a { background-color: #757D2D; }
a { background-color: rgb(117,125,45); }
div.DivClassName
{
background-color: #757D2D;
}
.BgClassName
{
background-color: #757D2D;
}
</style>
border-color css
<style>
span { border-color: #757D2D; }
span { border-color: rgb(117,125,45); }
td.TdClassName
{
border-color: #757D2D;
}
.TagClassName
{
border-color: #757D2D;
}
</style>