Shades of Trendy Green #76872D
Tints of Trendy Green #76872D
RGB
CMYK
RGB Variations
Color information
#76872D (or 0x76872D) is known color: Trendy Green. HEX triplet: 76, 87 and 2D. RGB value is (118,135,45). Sum of RGB (Red+Green+Blue) = 118+135+45=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #76872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76872D is #8978D2. Grayscale: #777777. Windows color (decimal): -9009363 or 2983798. OLE color: 2983798.
HSL color Cylindrical-coordinate representation of color #76872D: hue angle of 71.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76872D is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 45 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.47 |
| HSL | 71.33º | 0.5% | 0.35% | - |
| HSV(B) | 71.33º | 0.67% | 0.53% | - |
| XYZ | 16.61 | 21.37 | 5.73 | - |
| YUV | 119.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 45 | 0.13 | 0 | 0.67 | 0.47 | 71.33 | 0.5 | 0.35 |
| Hex | 76 | 87 | 2D | D | 0 | 43 | 2F | 47 | 32 | 23 |
| Octal | 166 | 207 | 55 | 15 | 0 | 103 | 57 | 107 | 62 | 43 |
| Binary | 1110110 | 10000111 | 101101 | 1101 | 0 | 1000011 | 101111 | 1000111 | 110010 | 100011 |
Color Harmonies of #76872D
Complementary color
Monochromatic Colors of #76872D
Black with #76872D
Text Example
Text Example
White with #76872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76872D; }
p { color: rgb(118,135,45); }
H1.HeaderClassName
{
color: #76872D;
}
.AnyTagClassName
{
color: #76872D;
}
</style>
background-color css
<style>
a { background-color: #76872D; }
a { background-color: rgb(118,135,45); }
div.DivClassName
{
background-color: #76872D;
}
.BgClassName
{
background-color: #76872D;
}
</style>
border-color css
<style>
span { border-color: #76872D; }
span { border-color: rgb(118,135,45); }
td.TdClassName
{
border-color: #76872D;
}
.TagClassName
{
border-color: #76872D;
}
</style>