Shades of Trendy Green #758117
Tints of Trendy Green #758117
RGB
CMYK
RGB Variations
Color information
#758117 (or 0x758117) is known color: Trendy Green. HEX triplet: 75, 81 and 17. RGB value is (117,129,23). Sum of RGB (Red+Green+Blue) = 117+129+23=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #758117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758117 is #8A7EE8. Grayscale: #717171. Windows color (decimal): -9076457 or 1540469. OLE color: 1540469.
HSL color Cylindrical-coordinate representation of color #758117: hue angle of 66.79º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #758117 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 23 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.49 |
| HSL | 66.79º | 0.7% | 0.3% | - |
| HSV(B) | 66.79º | 0.82% | 0.51% | - |
| XYZ | 15.34 | 19.54 | 3.77 | - |
| YUV | 113.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 23 | 0.09 | 0 | 0.82 | 0.49 | 66.79 | 0.7 | 0.3 |
| Hex | 75 | 81 | 17 | 9 | 0 | 52 | 31 | 43 | 46 | 1E |
| Octal | 165 | 201 | 27 | 11 | 0 | 122 | 61 | 103 | 106 | 36 |
| Binary | 1110101 | 10000001 | 10111 | 1001 | 0 | 1010010 | 110001 | 1000011 | 1000110 | 11110 |
Color Harmonies of #758117
Complementary color
Monochromatic Colors of #758117
Black with #758117
Text Example
Text Example
White with #758117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758117; }
p { color: rgb(117,129,23); }
H1.HeaderClassName
{
color: #758117;
}
.AnyTagClassName
{
color: #758117;
}
</style>
background-color css
<style>
a { background-color: #758117; }
a { background-color: rgb(117,129,23); }
div.DivClassName
{
background-color: #758117;
}
.BgClassName
{
background-color: #758117;
}
</style>
border-color css
<style>
span { border-color: #758117; }
span { border-color: rgb(117,129,23); }
td.TdClassName
{
border-color: #758117;
}
.TagClassName
{
border-color: #758117;
}
</style>