Shades of Trendy Green #75822E
Tints of Trendy Green #75822E
RGB
CMYK
RGB Variations
Color information
#75822E (or 0x75822E) is known color: Trendy Green. HEX triplet: 75, 82 and 2E. RGB value is (117,130,46). Sum of RGB (Red+Green+Blue) = 117+130+46=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #75822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75822E is #8A7DD1. Grayscale: #747474. Windows color (decimal): -9076178 or 3048053. OLE color: 3048053.
HSL color Cylindrical-coordinate representation of color #75822E: hue angle of 69.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75822E is Cyan = 0.1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 46 | - |
| CMYK | 0.1 | 0 | 0.65 | 0.49 |
| HSL | 69.29º | 0.48% | 0.35% | - |
| HSV(B) | 69.29º | 0.65% | 0.51% | - |
| XYZ | 15.81 | 19.94 | 5.6 | - |
| YUV | 116.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 46 | 0.1 | 0 | 0.65 | 0.49 | 69.29 | 0.48 | 0.35 |
| Hex | 75 | 82 | 2E | A | 0 | 41 | 31 | 45 | 30 | 23 |
| Octal | 165 | 202 | 56 | 12 | 0 | 101 | 61 | 105 | 60 | 43 |
| Binary | 1110101 | 10000010 | 101110 | 1010 | 0 | 1000001 | 110001 | 1000101 | 110000 | 100011 |
Color Harmonies of #75822E
Complementary color
Monochromatic Colors of #75822E
Black with #75822E
Text Example
Text Example
White with #75822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75822E; }
p { color: rgb(117,130,46); }
H1.HeaderClassName
{
color: #75822E;
}
.AnyTagClassName
{
color: #75822E;
}
</style>
background-color css
<style>
a { background-color: #75822E; }
a { background-color: rgb(117,130,46); }
div.DivClassName
{
background-color: #75822E;
}
.BgClassName
{
background-color: #75822E;
}
</style>
border-color css
<style>
span { border-color: #75822E; }
span { border-color: rgb(117,130,46); }
td.TdClassName
{
border-color: #75822E;
}
.TagClassName
{
border-color: #75822E;
}
</style>