Shades of Trendy Green #758215
Tints of Trendy Green #758215
RGB
CMYK
RGB Variations
Color information
#758215 (or 0x758215) is known color: Trendy Green. HEX triplet: 75, 82 and 15. RGB value is (117,130,21). Sum of RGB (Red+Green+Blue) = 117+130+21=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #758215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758215 is #8A7DEA. Grayscale: #727272. Windows color (decimal): -9076203 or 1409653. OLE color: 1409653.
HSL color Cylindrical-coordinate representation of color #758215: hue angle of 67.16º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #758215 is Cyan = 0.1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 21 | - |
| CMYK | 0.1 | 0 | 0.84 | 0.49 |
| HSL | 67.16º | 0.72% | 0.3% | - |
| HSV(B) | 67.16º | 0.84% | 0.51% | - |
| XYZ | 15.45 | 19.8 | 3.72 | - |
| YUV | 113.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 21 | 0.1 | 0 | 0.84 | 0.49 | 67.16 | 0.72 | 0.3 |
| Hex | 75 | 82 | 15 | A | 0 | 54 | 31 | 43 | 48 | 1E |
| Octal | 165 | 202 | 25 | 12 | 0 | 124 | 61 | 103 | 110 | 36 |
| Binary | 1110101 | 10000010 | 10101 | 1010 | 0 | 1010100 | 110001 | 1000011 | 1001000 | 11110 |
Color Harmonies of #758215
Complementary color
Monochromatic Colors of #758215
Black with #758215
Text Example
Text Example
White with #758215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758215; }
p { color: rgb(117,130,21); }
H1.HeaderClassName
{
color: #758215;
}
.AnyTagClassName
{
color: #758215;
}
</style>
background-color css
<style>
a { background-color: #758215; }
a { background-color: rgb(117,130,21); }
div.DivClassName
{
background-color: #758215;
}
.BgClassName
{
background-color: #758215;
}
</style>
border-color css
<style>
span { border-color: #758215; }
span { border-color: rgb(117,130,21); }
td.TdClassName
{
border-color: #758215;
}
.TagClassName
{
border-color: #758215;
}
</style>