Shades of Trendy Green #75852E
Tints of Trendy Green #75852E
RGB
CMYK
RGB Variations
Color information
#75852E (or 0x75852E) is known color: Trendy Green. HEX triplet: 75, 85 and 2E. RGB value is (117,133,46). Sum of RGB (Red+Green+Blue) = 117+133+46=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #75852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75852E is #8A7AD1. Grayscale: #767676. Windows color (decimal): -9075410 or 3048821. OLE color: 3048821.
HSL color Cylindrical-coordinate representation of color #75852E: hue angle of 71.03º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75852E is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 46 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.48 |
| HSL | 71.03º | 0.49% | 0.35% | - |
| HSV(B) | 71.03º | 0.65% | 0.52% | - |
| XYZ | 16.22 | 20.75 | 5.74 | - |
| YUV | 118.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 46 | 0.12 | 0 | 0.65 | 0.48 | 71.03 | 0.49 | 0.35 |
| Hex | 75 | 85 | 2E | C | 0 | 41 | 30 | 47 | 31 | 23 |
| Octal | 165 | 205 | 56 | 14 | 0 | 101 | 60 | 107 | 61 | 43 |
| Binary | 1110101 | 10000101 | 101110 | 1100 | 0 | 1000001 | 110000 | 1000111 | 110001 | 100011 |
Color Harmonies of #75852E
Complementary color
Monochromatic Colors of #75852E
Black with #75852E
Text Example
Text Example
White with #75852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75852E; }
p { color: rgb(117,133,46); }
H1.HeaderClassName
{
color: #75852E;
}
.AnyTagClassName
{
color: #75852E;
}
</style>
background-color css
<style>
a { background-color: #75852E; }
a { background-color: rgb(117,133,46); }
div.DivClassName
{
background-color: #75852E;
}
.BgClassName
{
background-color: #75852E;
}
</style>
border-color css
<style>
span { border-color: #75852E; }
span { border-color: rgb(117,133,46); }
td.TdClassName
{
border-color: #75852E;
}
.TagClassName
{
border-color: #75852E;
}
</style>