Shades of Trendy Green #758717
Tints of Trendy Green #758717
RGB
CMYK
RGB Variations
Color information
#758717 (or 0x758717) is known color: Trendy Green. HEX triplet: 75, 87 and 17. RGB value is (117,135,23). Sum of RGB (Red+Green+Blue) = 117+135+23=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #758717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758717 is #8A78E8. Grayscale: #757575. Windows color (decimal): -9074921 or 1542005. OLE color: 1542005.
HSL color Cylindrical-coordinate representation of color #758717: hue angle of 69.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #758717 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 23 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.47 |
| HSL | 69.64º | 0.71% | 0.31% | - |
| HSV(B) | 69.64º | 0.83% | 0.53% | - |
| XYZ | 16.15 | 21.17 | 4.05 | - |
| YUV | 116.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 23 | 0.13 | 0 | 0.83 | 0.47 | 69.64 | 0.71 | 0.31 |
| Hex | 75 | 87 | 17 | D | 0 | 53 | 2F | 46 | 47 | 1F |
| Octal | 165 | 207 | 27 | 15 | 0 | 123 | 57 | 106 | 107 | 37 |
| Binary | 1110101 | 10000111 | 10111 | 1101 | 0 | 1010011 | 101111 | 1000110 | 1000111 | 11111 |
Color Harmonies of #758717
Complementary color
Monochromatic Colors of #758717
Black with #758717
Text Example
Text Example
White with #758717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758717; }
p { color: rgb(117,135,23); }
H1.HeaderClassName
{
color: #758717;
}
.AnyTagClassName
{
color: #758717;
}
</style>
background-color css
<style>
a { background-color: #758717; }
a { background-color: rgb(117,135,23); }
div.DivClassName
{
background-color: #758717;
}
.BgClassName
{
background-color: #758717;
}
</style>
border-color css
<style>
span { border-color: #758717; }
span { border-color: rgb(117,135,23); }
td.TdClassName
{
border-color: #758717;
}
.TagClassName
{
border-color: #758717;
}
</style>