Shades of Trendy Green #757A23
Tints of Trendy Green #757A23
RGB
CMYK
RGB Variations
Color information
#757A23 (or 0x757A23) is known color: Trendy Green. HEX triplet: 75, 7A and 23. RGB value is (117,122,35). Sum of RGB (Red+Green+Blue) = 117+122+35=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #757A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A23 is #8A85DC. Grayscale: #6E6E6E. Windows color (decimal): -9078237 or 2325109. OLE color: 2325109.
HSL color Cylindrical-coordinate representation of color #757A23: hue angle of 63.45º 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 #757A23 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 35 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.52 |
| HSL | 63.45º | 0.55% | 0.31% | - |
| HSV(B) | 63.45º | 0.71% | 0.48% | - |
| XYZ | 14.6 | 17.82 | 4.26 | - |
| YUV | 110.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 35 | 0.04 | 0 | 0.71 | 0.52 | 63.45 | 0.55 | 0.31 |
| Hex | 75 | 7A | 23 | 4 | 0 | 47 | 34 | 3F | 37 | 1F |
| Octal | 165 | 172 | 43 | 4 | 0 | 107 | 64 | 77 | 67 | 37 |
| Binary | 1110101 | 1111010 | 100011 | 100 | 0 | 1000111 | 110100 | 111111 | 110111 | 11111 |
Color Harmonies of #757A23
Complementary color
Monochromatic Colors of #757A23
Black with #757A23
Text Example
Text Example
White with #757A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A23; }
p { color: rgb(117,122,35); }
H1.HeaderClassName
{
color: #757A23;
}
.AnyTagClassName
{
color: #757A23;
}
</style>
background-color css
<style>
a { background-color: #757A23; }
a { background-color: rgb(117,122,35); }
div.DivClassName
{
background-color: #757A23;
}
.BgClassName
{
background-color: #757A23;
}
</style>
border-color css
<style>
span { border-color: #757A23; }
span { border-color: rgb(117,122,35); }
td.TdClassName
{
border-color: #757A23;
}
.TagClassName
{
border-color: #757A23;
}
</style>