Shades of Trendy Green #758621
Tints of Trendy Green #758621
RGB
CMYK
RGB Variations
Color information
#758621 (or 0x758621) is known color: Trendy Green. HEX triplet: 75, 86 and 21. RGB value is (117,134,33). Sum of RGB (Red+Green+Blue) = 117+134+33=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #758621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758621 is #8A79DE. Grayscale: #757575. Windows color (decimal): -9075167 or 2197109. OLE color: 2197109.
HSL color Cylindrical-coordinate representation of color #758621: hue angle of 70.1º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #758621 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 33 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.47 |
| HSL | 70.1º | 0.6% | 0.33% | - |
| HSV(B) | 70.1º | 0.75% | 0.53% | - |
| XYZ | 16.14 | 20.94 | 4.63 | - |
| YUV | 117.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 33 | 0.13 | 0 | 0.75 | 0.47 | 70.1 | 0.6 | 0.33 |
| Hex | 75 | 86 | 21 | D | 0 | 4B | 2F | 46 | 3C | 21 |
| Octal | 165 | 206 | 41 | 15 | 0 | 113 | 57 | 106 | 74 | 41 |
| Binary | 1110101 | 10000110 | 100001 | 1101 | 0 | 1001011 | 101111 | 1000110 | 111100 | 100001 |
Color Harmonies of #758621
Complementary color
Monochromatic Colors of #758621
Black with #758621
Text Example
Text Example
White with #758621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758621; }
p { color: rgb(117,134,33); }
H1.HeaderClassName
{
color: #758621;
}
.AnyTagClassName
{
color: #758621;
}
</style>
background-color css
<style>
a { background-color: #758621; }
a { background-color: rgb(117,134,33); }
div.DivClassName
{
background-color: #758621;
}
.BgClassName
{
background-color: #758621;
}
</style>
border-color css
<style>
span { border-color: #758621; }
span { border-color: rgb(117,134,33); }
td.TdClassName
{
border-color: #758621;
}
.TagClassName
{
border-color: #758621;
}
</style>