Shades of Trendy Green #758029
Tints of Trendy Green #758029
RGB
CMYK
RGB Variations
Color information
#758029 (or 0x758029) is known color: Trendy Green. HEX triplet: 75, 80 and 29. RGB value is (117,128,41). Sum of RGB (Red+Green+Blue) = 117+128+41=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #758029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758029 is #8A7FD6. Grayscale: #737373. Windows color (decimal): -9076695 or 2719861. OLE color: 2719861.
HSL color Cylindrical-coordinate representation of color #758029: hue angle of 67.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #758029 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 41 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.50 |
| HSL | 67.59º | 0.51% | 0.33% | - |
| HSV(B) | 67.59º | 0.68% | 0.5% | - |
| XYZ | 15.46 | 19.38 | 5.02 | - |
| YUV | 114.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 41 | 0.09 | 0 | 0.68 | 0.50 | 67.59 | 0.51 | 0.33 |
| Hex | 75 | 80 | 29 | 9 | 0 | 44 | 32 | 44 | 33 | 21 |
| Octal | 165 | 200 | 51 | 11 | 0 | 104 | 62 | 104 | 63 | 41 |
| Binary | 1110101 | 10000000 | 101001 | 1001 | 0 | 1000100 | 110010 | 1000100 | 110011 | 100001 |
Color Harmonies of #758029
Complementary color
Monochromatic Colors of #758029
Black with #758029
Text Example
Text Example
White with #758029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758029; }
p { color: rgb(117,128,41); }
H1.HeaderClassName
{
color: #758029;
}
.AnyTagClassName
{
color: #758029;
}
</style>
background-color css
<style>
a { background-color: #758029; }
a { background-color: rgb(117,128,41); }
div.DivClassName
{
background-color: #758029;
}
.BgClassName
{
background-color: #758029;
}
</style>
border-color css
<style>
span { border-color: #758029; }
span { border-color: rgb(117,128,41); }
td.TdClassName
{
border-color: #758029;
}
.TagClassName
{
border-color: #758029;
}
</style>