Shades of Trendy Green #758626
Tints of Trendy Green #758626
RGB
CMYK
RGB Variations
Color information
#758626 (or 0x758626) is known color: Trendy Green. HEX triplet: 75, 86 and 26. RGB value is (117,134,38). Sum of RGB (Red+Green+Blue) = 117+134+38=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #758626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758626 is #8A79D9. Grayscale: #767676. Windows color (decimal): -9075162 or 2524789. OLE color: 2524789.
HSL color Cylindrical-coordinate representation of color #758626: hue angle of 70.62º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #758626 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 38 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.47 |
| HSL | 70.62º | 0.56% | 0.34% | - |
| HSV(B) | 70.62º | 0.72% | 0.53% | - |
| XYZ | 16.21 | 20.97 | 5.03 | - |
| YUV | 117.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 38 | 0.13 | 0 | 0.72 | 0.47 | 70.62 | 0.56 | 0.34 |
| Hex | 75 | 86 | 26 | D | 0 | 48 | 2F | 47 | 38 | 22 |
| Octal | 165 | 206 | 46 | 15 | 0 | 110 | 57 | 107 | 70 | 42 |
| Binary | 1110101 | 10000110 | 100110 | 1101 | 0 | 1001000 | 101111 | 1000111 | 111000 | 100010 |
Color Harmonies of #758626
Complementary color
Monochromatic Colors of #758626
Black with #758626
Text Example
Text Example
White with #758626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758626; }
p { color: rgb(117,134,38); }
H1.HeaderClassName
{
color: #758626;
}
.AnyTagClassName
{
color: #758626;
}
</style>
background-color css
<style>
a { background-color: #758626; }
a { background-color: rgb(117,134,38); }
div.DivClassName
{
background-color: #758626;
}
.BgClassName
{
background-color: #758626;
}
</style>
border-color css
<style>
span { border-color: #758626; }
span { border-color: rgb(117,134,38); }
td.TdClassName
{
border-color: #758626;
}
.TagClassName
{
border-color: #758626;
}
</style>