Shades of Trendy Green #758915
Tints of Trendy Green #758915
RGB
CMYK
RGB Variations
Color information
#758915 (or 0x758915) is known color: Trendy Green. HEX triplet: 75, 89 and 15. RGB value is (117,137,21). Sum of RGB (Red+Green+Blue) = 117+137+21=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #758915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758915 is #8A76EA. Grayscale: #767676. Windows color (decimal): -9074411 or 1411445. OLE color: 1411445.
HSL color Cylindrical-coordinate representation of color #758915: hue angle of 70.34º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #758915 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 21 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.46 |
| HSL | 70.34º | 0.73% | 0.31% | - |
| HSV(B) | 70.34º | 0.85% | 0.54% | - |
| XYZ | 16.42 | 21.73 | 4.04 | - |
| YUV | 117.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 21 | 0.15 | 0 | 0.85 | 0.46 | 70.34 | 0.73 | 0.31 |
| Hex | 75 | 89 | 15 | F | 0 | 55 | 2E | 46 | 49 | 1F |
| Octal | 165 | 211 | 25 | 17 | 0 | 125 | 56 | 106 | 111 | 37 |
| Binary | 1110101 | 10001001 | 10101 | 1111 | 0 | 1010101 | 101110 | 1000110 | 1001001 | 11111 |
Color Harmonies of #758915
Complementary color
Monochromatic Colors of #758915
Black with #758915
Text Example
Text Example
White with #758915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758915; }
p { color: rgb(117,137,21); }
H1.HeaderClassName
{
color: #758915;
}
.AnyTagClassName
{
color: #758915;
}
</style>
background-color css
<style>
a { background-color: #758915; }
a { background-color: rgb(117,137,21); }
div.DivClassName
{
background-color: #758915;
}
.BgClassName
{
background-color: #758915;
}
</style>
border-color css
<style>
span { border-color: #758915; }
span { border-color: rgb(117,137,21); }
td.TdClassName
{
border-color: #758915;
}
.TagClassName
{
border-color: #758915;
}
</style>