Shades of Trendy Green #757915
Tints of Trendy Green #757915
RGB
CMYK
RGB Variations
Color information
#757915 (or 0x757915) is known color: Trendy Green. HEX triplet: 75, 79 and 15. RGB value is (117,121,21). Sum of RGB (Red+Green+Blue) = 117+121+21=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #757915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757915 is #8A86EA. Grayscale: #6C6C6C. Windows color (decimal): -9078507 or 1407349. OLE color: 1407349.
HSL color Cylindrical-coordinate representation of color #757915: hue angle of 62.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #757915 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 21 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.53 |
| HSL | 62.4º | 0.7% | 0.28% | - |
| HSV(B) | 62.4º | 0.83% | 0.47% | - |
| XYZ | 14.31 | 17.51 | 3.34 | - |
| YUV | 108.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 21 | 0.03 | 0 | 0.83 | 0.53 | 62.4 | 0.7 | 0.28 |
| Hex | 75 | 79 | 15 | 3 | 0 | 53 | 35 | 3E | 46 | 1C |
| Octal | 165 | 171 | 25 | 3 | 0 | 123 | 65 | 76 | 106 | 34 |
| Binary | 1110101 | 1111001 | 10101 | 11 | 0 | 1010011 | 110101 | 111110 | 1000110 | 11100 |
Color Harmonies of #757915
Complementary color
Monochromatic Colors of #757915
Black with #757915
Text Example
Text Example
White with #757915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757915; }
p { color: rgb(117,121,21); }
H1.HeaderClassName
{
color: #757915;
}
.AnyTagClassName
{
color: #757915;
}
</style>
background-color css
<style>
a { background-color: #757915; }
a { background-color: rgb(117,121,21); }
div.DivClassName
{
background-color: #757915;
}
.BgClassName
{
background-color: #757915;
}
</style>
border-color css
<style>
span { border-color: #757915; }
span { border-color: rgb(117,121,21); }
td.TdClassName
{
border-color: #757915;
}
.TagClassName
{
border-color: #757915;
}
</style>