Shades of Trendy Green #758628
Tints of Trendy Green #758628
RGB
CMYK
RGB Variations
Color information
#758628 (or 0x758628) is known color: Trendy Green. HEX triplet: 75, 86 and 28. RGB value is (117,134,40). Sum of RGB (Red+Green+Blue) = 117+134+40=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #758628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758628 is #8A79D7. Grayscale: #767676. Windows color (decimal): -9075160 or 2655861. OLE color: 2655861.
HSL color Cylindrical-coordinate representation of color #758628: hue angle of 70.85º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #758628 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 40 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.47 |
| HSL | 70.85º | 0.54% | 0.34% | - |
| HSV(B) | 70.85º | 0.7% | 0.53% | - |
| XYZ | 16.24 | 20.99 | 5.2 | - |
| YUV | 118.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 40 | 0.13 | 0 | 0.70 | 0.47 | 70.85 | 0.54 | 0.34 |
| Hex | 75 | 86 | 28 | D | 0 | 46 | 2F | 47 | 36 | 22 |
| Octal | 165 | 206 | 50 | 15 | 0 | 106 | 57 | 107 | 66 | 42 |
| Binary | 1110101 | 10000110 | 101000 | 1101 | 0 | 1000110 | 101111 | 1000111 | 110110 | 100010 |
Color Harmonies of #758628
Complementary color
Monochromatic Colors of #758628
Black with #758628
Text Example
Text Example
White with #758628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758628; }
p { color: rgb(117,134,40); }
H1.HeaderClassName
{
color: #758628;
}
.AnyTagClassName
{
color: #758628;
}
</style>
background-color css
<style>
a { background-color: #758628; }
a { background-color: rgb(117,134,40); }
div.DivClassName
{
background-color: #758628;
}
.BgClassName
{
background-color: #758628;
}
</style>
border-color css
<style>
span { border-color: #758628; }
span { border-color: rgb(117,134,40); }
td.TdClassName
{
border-color: #758628;
}
.TagClassName
{
border-color: #758628;
}
</style>