Shades of Trendy Green #758711
Tints of Trendy Green #758711
RGB
CMYK
RGB Variations
Color information
#758711 (or 0x758711) is known color: Trendy Green. HEX triplet: 75, 87 and 11. RGB value is (117,135,17). Sum of RGB (Red+Green+Blue) = 117+135+17=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #758711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758711 is #8A78EE. Grayscale: #747474. Windows color (decimal): -9074927 or 1148789. OLE color: 1148789.
HSL color Cylindrical-coordinate representation of color #758711: hue angle of 69.15º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #758711 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 17 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.47 |
| HSL | 69.15º | 0.78% | 0.3% | - |
| HSV(B) | 69.15º | 0.87% | 0.53% | - |
| XYZ | 16.1 | 21.15 | 3.76 | - |
| YUV | 116.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 17 | 0.13 | 0 | 0.87 | 0.47 | 69.15 | 0.78 | 0.3 |
| Hex | 75 | 87 | 11 | D | 0 | 57 | 2F | 45 | 4E | 1E |
| Octal | 165 | 207 | 21 | 15 | 0 | 127 | 57 | 105 | 116 | 36 |
| Binary | 1110101 | 10000111 | 10001 | 1101 | 0 | 1010111 | 101111 | 1000101 | 1001110 | 11110 |
Color Harmonies of #758711
Complementary color
Monochromatic Colors of #758711
Black with #758711
Text Example
Text Example
White with #758711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758711; }
p { color: rgb(117,135,17); }
H1.HeaderClassName
{
color: #758711;
}
.AnyTagClassName
{
color: #758711;
}
</style>
background-color css
<style>
a { background-color: #758711; }
a { background-color: rgb(117,135,17); }
div.DivClassName
{
background-color: #758711;
}
.BgClassName
{
background-color: #758711;
}
</style>
border-color css
<style>
span { border-color: #758711; }
span { border-color: rgb(117,135,17); }
td.TdClassName
{
border-color: #758711;
}
.TagClassName
{
border-color: #758711;
}
</style>