Shades of Trendy Green #758913
Tints of Trendy Green #758913
RGB
CMYK
RGB Variations
Color information
#758913 (or 0x758913) is known color: Trendy Green. HEX triplet: 75, 89 and 13. RGB value is (117,137,19). Sum of RGB (Red+Green+Blue) = 117+137+19=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #758913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758913 is #8A76EC. Grayscale: #767676. Windows color (decimal): -9074413 or 1280373. OLE color: 1280373.
HSL color Cylindrical-coordinate representation of color #758913: hue angle of 70.17º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #758913 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 19 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.46 |
| HSL | 70.17º | 0.76% | 0.31% | - |
| HSV(B) | 70.17º | 0.86% | 0.54% | - |
| XYZ | 16.4 | 21.72 | 3.94 | - |
| YUV | 117.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 19 | 0.15 | 0 | 0.86 | 0.46 | 70.17 | 0.76 | 0.31 |
| Hex | 75 | 89 | 13 | F | 0 | 56 | 2E | 46 | 4C | 1F |
| Octal | 165 | 211 | 23 | 17 | 0 | 126 | 56 | 106 | 114 | 37 |
| Binary | 1110101 | 10001001 | 10011 | 1111 | 0 | 1010110 | 101110 | 1000110 | 1001100 | 11111 |
Color Harmonies of #758913
Complementary color
Monochromatic Colors of #758913
Black with #758913
Text Example
Text Example
White with #758913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758913; }
p { color: rgb(117,137,19); }
H1.HeaderClassName
{
color: #758913;
}
.AnyTagClassName
{
color: #758913;
}
</style>
background-color css
<style>
a { background-color: #758913; }
a { background-color: rgb(117,137,19); }
div.DivClassName
{
background-color: #758913;
}
.BgClassName
{
background-color: #758913;
}
</style>
border-color css
<style>
span { border-color: #758913; }
span { border-color: rgb(117,137,19); }
td.TdClassName
{
border-color: #758913;
}
.TagClassName
{
border-color: #758913;
}
</style>