Shades of Trendy Green #757B24
Tints of Trendy Green #757B24
RGB
CMYK
RGB Variations
Color information
#757B24 (or 0x757B24) is known color: Trendy Green. HEX triplet: 75, 7B and 24. RGB value is (117,123,36). Sum of RGB (Red+Green+Blue) = 117+123+36=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #757B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B24 is #8A84DB. Grayscale: #6F6F6F. Windows color (decimal): -9077980 or 2390901. OLE color: 2390901.
HSL color Cylindrical-coordinate representation of color #757B24: hue angle of 64.14º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #757B24 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 123 | 36 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.52 |
| HSL | 64.14º | 0.55% | 0.31% | - |
| HSV(B) | 64.14º | 0.71% | 0.48% | - |
| XYZ | 14.74 | 18.08 | 4.38 | - |
| YUV | 111.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 36 | 0.05 | 0 | 0.71 | 0.52 | 64.14 | 0.55 | 0.31 |
| Hex | 75 | 7B | 24 | 5 | 0 | 47 | 34 | 40 | 37 | 1F |
| Octal | 165 | 173 | 44 | 5 | 0 | 107 | 64 | 100 | 67 | 37 |
| Binary | 1110101 | 1111011 | 100100 | 101 | 0 | 1000111 | 110100 | 1000000 | 110111 | 11111 |
Color Harmonies of #757B24
Complementary color
Monochromatic Colors of #757B24
Black with #757B24
Text Example
Text Example
White with #757B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B24; }
p { color: rgb(117,123,36); }
H1.HeaderClassName
{
color: #757B24;
}
.AnyTagClassName
{
color: #757B24;
}
</style>
background-color css
<style>
a { background-color: #757B24; }
a { background-color: rgb(117,123,36); }
div.DivClassName
{
background-color: #757B24;
}
.BgClassName
{
background-color: #757B24;
}
</style>
border-color css
<style>
span { border-color: #757B24; }
span { border-color: rgb(117,123,36); }
td.TdClassName
{
border-color: #757B24;
}
.TagClassName
{
border-color: #757B24;
}
</style>