Shades of Trendy Green #758713
Tints of Trendy Green #758713
RGB
CMYK
RGB Variations
Color information
#758713 (or 0x758713) is known color: Trendy Green. HEX triplet: 75, 87 and 13. RGB value is (117,135,19). Sum of RGB (Red+Green+Blue) = 117+135+19=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #758713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758713 is #8A78EC. Grayscale: #747474. Windows color (decimal): -9074925 or 1279861. OLE color: 1279861.
HSL color Cylindrical-coordinate representation of color #758713: hue angle of 69.31º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #758713 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 19 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.47 |
| HSL | 69.31º | 0.75% | 0.3% | - |
| HSV(B) | 69.31º | 0.86% | 0.53% | - |
| XYZ | 16.12 | 21.16 | 3.85 | - |
| YUV | 116.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 19 | 0.13 | 0 | 0.86 | 0.47 | 69.31 | 0.75 | 0.3 |
| Hex | 75 | 87 | 13 | D | 0 | 56 | 2F | 45 | 4B | 1E |
| Octal | 165 | 207 | 23 | 15 | 0 | 126 | 57 | 105 | 113 | 36 |
| Binary | 1110101 | 10000111 | 10011 | 1101 | 0 | 1010110 | 101111 | 1000101 | 1001011 | 11110 |
Color Harmonies of #758713
Complementary color
Monochromatic Colors of #758713
Black with #758713
Text Example
Text Example
White with #758713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758713; }
p { color: rgb(117,135,19); }
H1.HeaderClassName
{
color: #758713;
}
.AnyTagClassName
{
color: #758713;
}
</style>
background-color css
<style>
a { background-color: #758713; }
a { background-color: rgb(117,135,19); }
div.DivClassName
{
background-color: #758713;
}
.BgClassName
{
background-color: #758713;
}
</style>
border-color css
<style>
span { border-color: #758713; }
span { border-color: rgb(117,135,19); }
td.TdClassName
{
border-color: #758713;
}
.TagClassName
{
border-color: #758713;
}
</style>