Shades of Trendy Green #757C23
Tints of Trendy Green #757C23
RGB
CMYK
RGB Variations
Color information
#757C23 (or 0x757C23) is known color: Trendy Green. HEX triplet: 75, 7C and 23. RGB value is (117,124,35). Sum of RGB (Red+Green+Blue) = 117+124+35=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #757C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757C23 is #8A83DC. Grayscale: #707070. Windows color (decimal): -9077725 or 2325621. OLE color: 2325621.
HSL color Cylindrical-coordinate representation of color #757C23: hue angle of 64.72º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #757C23 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 35 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.51 |
| HSL | 64.72º | 0.56% | 0.31% | - |
| HSV(B) | 64.72º | 0.72% | 0.49% | - |
| XYZ | 14.85 | 18.32 | 4.34 | - |
| YUV | 111.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 35 | 0.06 | 0 | 0.72 | 0.51 | 64.72 | 0.56 | 0.31 |
| Hex | 75 | 7C | 23 | 6 | 0 | 48 | 33 | 41 | 38 | 1F |
| Octal | 165 | 174 | 43 | 6 | 0 | 110 | 63 | 101 | 70 | 37 |
| Binary | 1110101 | 1111100 | 100011 | 110 | 0 | 1001000 | 110011 | 1000001 | 111000 | 11111 |
Color Harmonies of #757C23
Complementary color
Monochromatic Colors of #757C23
Black with #757C23
Text Example
Text Example
White with #757C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C23; }
p { color: rgb(117,124,35); }
H1.HeaderClassName
{
color: #757C23;
}
.AnyTagClassName
{
color: #757C23;
}
</style>
background-color css
<style>
a { background-color: #757C23; }
a { background-color: rgb(117,124,35); }
div.DivClassName
{
background-color: #757C23;
}
.BgClassName
{
background-color: #757C23;
}
</style>
border-color css
<style>
span { border-color: #757C23; }
span { border-color: rgb(117,124,35); }
td.TdClassName
{
border-color: #757C23;
}
.TagClassName
{
border-color: #757C23;
}
</style>