Shades of Trendy Green #76852C
Tints of Trendy Green #76852C
RGB
CMYK
RGB Variations
Color information
#76852C (or 0x76852C) is known color: Trendy Green. HEX triplet: 76, 85 and 2C. RGB value is (118,133,44). Sum of RGB (Red+Green+Blue) = 118+133+44=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #76852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76852C is #897AD3. Grayscale: #767676. Windows color (decimal): -9009876 or 2917750. OLE color: 2917750.
HSL color Cylindrical-coordinate representation of color #76852C: hue angle of 70.11º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76852C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 44 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.48 |
| HSL | 70.11º | 0.5% | 0.35% | - |
| HSV(B) | 70.11º | 0.67% | 0.52% | - |
| XYZ | 16.31 | 20.81 | 5.54 | - |
| YUV | 118.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 44 | 0.11 | 0 | 0.67 | 0.48 | 70.11 | 0.5 | 0.35 |
| Hex | 76 | 85 | 2C | B | 0 | 43 | 30 | 46 | 32 | 23 |
| Octal | 166 | 205 | 54 | 13 | 0 | 103 | 60 | 106 | 62 | 43 |
| Binary | 1110110 | 10000101 | 101100 | 1011 | 0 | 1000011 | 110000 | 1000110 | 110010 | 100011 |
Color Harmonies of #76852C
Complementary color
Monochromatic Colors of #76852C
Black with #76852C
Text Example
Text Example
White with #76852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76852C; }
p { color: rgb(118,133,44); }
H1.HeaderClassName
{
color: #76852C;
}
.AnyTagClassName
{
color: #76852C;
}
</style>
background-color css
<style>
a { background-color: #76852C; }
a { background-color: rgb(118,133,44); }
div.DivClassName
{
background-color: #76852C;
}
.BgClassName
{
background-color: #76852C;
}
</style>
border-color css
<style>
span { border-color: #76852C; }
span { border-color: rgb(118,133,44); }
td.TdClassName
{
border-color: #76852C;
}
.TagClassName
{
border-color: #76852C;
}
</style>