Shades of Trendy Green #758629
Tints of Trendy Green #758629
RGB
CMYK
RGB Variations
Color information
#758629 (or 0x758629) is known color: Trendy Green. HEX triplet: 75, 86 and 29. RGB value is (117,134,41). Sum of RGB (Red+Green+Blue) = 117+134+41=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #758629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758629 is #8A79D6. Grayscale: #767676. Windows color (decimal): -9075159 or 2721397. OLE color: 2721397.
HSL color Cylindrical-coordinate representation of color #758629: hue angle of 70.97º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #758629 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 41 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.47 |
| HSL | 70.97º | 0.53% | 0.34% | - |
| HSV(B) | 70.97º | 0.69% | 0.53% | - |
| XYZ | 16.26 | 20.99 | 5.29 | - |
| YUV | 118.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 41 | 0.13 | 0 | 0.69 | 0.47 | 70.97 | 0.53 | 0.34 |
| Hex | 75 | 86 | 29 | D | 0 | 45 | 2F | 47 | 35 | 22 |
| Octal | 165 | 206 | 51 | 15 | 0 | 105 | 57 | 107 | 65 | 42 |
| Binary | 1110101 | 10000110 | 101001 | 1101 | 0 | 1000101 | 101111 | 1000111 | 110101 | 100010 |
Color Harmonies of #758629
Complementary color
Monochromatic Colors of #758629
Black with #758629
Text Example
Text Example
White with #758629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758629; }
p { color: rgb(117,134,41); }
H1.HeaderClassName
{
color: #758629;
}
.AnyTagClassName
{
color: #758629;
}
</style>
background-color css
<style>
a { background-color: #758629; }
a { background-color: rgb(117,134,41); }
div.DivClassName
{
background-color: #758629;
}
.BgClassName
{
background-color: #758629;
}
</style>
border-color css
<style>
span { border-color: #758629; }
span { border-color: rgb(117,134,41); }
td.TdClassName
{
border-color: #758629;
}
.TagClassName
{
border-color: #758629;
}
</style>