Shades of Trendy Green #76881E
Tints of Trendy Green #76881E
RGB
CMYK
RGB Variations
Color information
#76881E (or 0x76881E) is known color: Trendy Green. HEX triplet: 76, 88 and 1E. RGB value is (118,136,30). Sum of RGB (Red+Green+Blue) = 118+136+30=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #76881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76881E is #8977E1. Grayscale: #767676. Windows color (decimal): -9009122 or 2001014. OLE color: 2001014.
HSL color Cylindrical-coordinate representation of color #76881E: hue angle of 70.19º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76881E is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 30 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.47 |
| HSL | 70.19º | 0.64% | 0.33% | - |
| HSV(B) | 70.19º | 0.78% | 0.53% | - |
| XYZ | 16.51 | 21.55 | 4.52 | - |
| YUV | 118.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 30 | 0.13 | 0 | 0.78 | 0.47 | 70.19 | 0.64 | 0.33 |
| Hex | 76 | 88 | 1E | D | 0 | 4E | 2F | 46 | 40 | 21 |
| Octal | 166 | 210 | 36 | 15 | 0 | 116 | 57 | 106 | 100 | 41 |
| Binary | 1110110 | 10001000 | 11110 | 1101 | 0 | 1001110 | 101111 | 1000110 | 1000000 | 100001 |
Color Harmonies of #76881E
Complementary color
Monochromatic Colors of #76881E
Black with #76881E
Text Example
Text Example
White with #76881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76881E; }
p { color: rgb(118,136,30); }
H1.HeaderClassName
{
color: #76881E;
}
.AnyTagClassName
{
color: #76881E;
}
</style>
background-color css
<style>
a { background-color: #76881E; }
a { background-color: rgb(118,136,30); }
div.DivClassName
{
background-color: #76881E;
}
.BgClassName
{
background-color: #76881E;
}
</style>
border-color css
<style>
span { border-color: #76881E; }
span { border-color: rgb(118,136,30); }
td.TdClassName
{
border-color: #76881E;
}
.TagClassName
{
border-color: #76881E;
}
</style>