Shades of Trendy Green #757C28
Tints of Trendy Green #757C28
RGB
CMYK
RGB Variations
Color information
#757C28 (or 0x757C28) is known color: Trendy Green. HEX triplet: 75, 7C and 28. RGB value is (117,124,40). Sum of RGB (Red+Green+Blue) = 117+124+40=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #757C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757C28 is #8A83D7. Grayscale: #707070. Windows color (decimal): -9077720 or 2653301. OLE color: 2653301.
HSL color Cylindrical-coordinate representation of color #757C28: hue angle of 65º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #757C28 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 40 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.51 |
| HSL | 65º | 0.51% | 0.32% | - |
| HSV(B) | 65º | 0.68% | 0.49% | - |
| XYZ | 14.93 | 18.35 | 4.76 | - |
| YUV | 112.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 40 | 0.06 | 0 | 0.68 | 0.51 | 65 | 0.51 | 0.32 |
| Hex | 75 | 7C | 28 | 6 | 0 | 44 | 33 | 41 | 33 | 20 |
| Octal | 165 | 174 | 50 | 6 | 0 | 104 | 63 | 101 | 63 | 40 |
| Binary | 1110101 | 1111100 | 101000 | 110 | 0 | 1000100 | 110011 | 1000001 | 110011 | 100000 |
Color Harmonies of #757C28
Complementary color
Monochromatic Colors of #757C28
Black with #757C28
Text Example
Text Example
White with #757C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C28; }
p { color: rgb(117,124,40); }
H1.HeaderClassName
{
color: #757C28;
}
.AnyTagClassName
{
color: #757C28;
}
</style>
background-color css
<style>
a { background-color: #757C28; }
a { background-color: rgb(117,124,40); }
div.DivClassName
{
background-color: #757C28;
}
.BgClassName
{
background-color: #757C28;
}
</style>
border-color css
<style>
span { border-color: #757C28; }
span { border-color: rgb(117,124,40); }
td.TdClassName
{
border-color: #757C28;
}
.TagClassName
{
border-color: #757C28;
}
</style>