Shades of Trendy Green #758115
Tints of Trendy Green #758115
RGB
CMYK
RGB Variations
Color information
#758115 (or 0x758115) is known color: Trendy Green. HEX triplet: 75, 81 and 15. RGB value is (117,129,21). Sum of RGB (Red+Green+Blue) = 117+129+21=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #758115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758115 is #8A7EEA. Grayscale: #717171. Windows color (decimal): -9076459 or 1409397. OLE color: 1409397.
HSL color Cylindrical-coordinate representation of color #758115: hue angle of 66.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #758115 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 21 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.49 |
| HSL | 66.67º | 0.72% | 0.29% | - |
| HSV(B) | 66.67º | 0.84% | 0.51% | - |
| XYZ | 15.32 | 19.54 | 3.67 | - |
| YUV | 113.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 21 | 0.09 | 0 | 0.84 | 0.49 | 66.67 | 0.72 | 0.29 |
| Hex | 75 | 81 | 15 | 9 | 0 | 54 | 31 | 43 | 48 | 1D |
| Octal | 165 | 201 | 25 | 11 | 0 | 124 | 61 | 103 | 110 | 35 |
| Binary | 1110101 | 10000001 | 10101 | 1001 | 0 | 1010100 | 110001 | 1000011 | 1001000 | 11101 |
Color Harmonies of #758115
Complementary color
Monochromatic Colors of #758115
Black with #758115
Text Example
Text Example
White with #758115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758115; }
p { color: rgb(117,129,21); }
H1.HeaderClassName
{
color: #758115;
}
.AnyTagClassName
{
color: #758115;
}
</style>
background-color css
<style>
a { background-color: #758115; }
a { background-color: rgb(117,129,21); }
div.DivClassName
{
background-color: #758115;
}
.BgClassName
{
background-color: #758115;
}
</style>
border-color css
<style>
span { border-color: #758115; }
span { border-color: rgb(117,129,21); }
td.TdClassName
{
border-color: #758115;
}
.TagClassName
{
border-color: #758115;
}
</style>