Shades of Trendy Green #75882C
Tints of Trendy Green #75882C
RGB
CMYK
RGB Variations
Color information
#75882C (or 0x75882C) is known color: Trendy Green. HEX triplet: 75, 88 and 2C. RGB value is (117,136,44). Sum of RGB (Red+Green+Blue) = 117+136+44=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #75882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75882C is #8A77D3. Grayscale: #787878. Windows color (decimal): -9074644 or 2918517. OLE color: 2918517.
HSL color Cylindrical-coordinate representation of color #75882C: hue angle of 72.39º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75882C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 44 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.47 |
| HSL | 72.39º | 0.51% | 0.35% | - |
| HSV(B) | 72.39º | 0.68% | 0.53% | - |
| XYZ | 16.59 | 21.57 | 5.67 | - |
| YUV | 119.83 | 85.21 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 44 | 0.14 | 0 | 0.68 | 0.47 | 72.39 | 0.51 | 0.35 |
| Hex | 75 | 88 | 2C | E | 0 | 44 | 2F | 48 | 33 | 23 |
| Octal | 165 | 210 | 54 | 16 | 0 | 104 | 57 | 110 | 63 | 43 |
| Binary | 1110101 | 10001000 | 101100 | 1110 | 0 | 1000100 | 101111 | 1001000 | 110011 | 100011 |
Color Harmonies of #75882C
Complementary color
Monochromatic Colors of #75882C
Black with #75882C
Text Example
Text Example
White with #75882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75882C; }
p { color: rgb(117,136,44); }
H1.HeaderClassName
{
color: #75882C;
}
.AnyTagClassName
{
color: #75882C;
}
</style>
background-color css
<style>
a { background-color: #75882C; }
a { background-color: rgb(117,136,44); }
div.DivClassName
{
background-color: #75882C;
}
.BgClassName
{
background-color: #75882C;
}
</style>
border-color css
<style>
span { border-color: #75882C; }
span { border-color: rgb(117,136,44); }
td.TdClassName
{
border-color: #75882C;
}
.TagClassName
{
border-color: #75882C;
}
</style>