Shades of Trendy Green #76861C
Tints of Trendy Green #76861C
RGB
CMYK
RGB Variations
Color information
#76861C (or 0x76861C) is known color: Trendy Green. HEX triplet: 76, 86 and 1C. RGB value is (118,134,28). Sum of RGB (Red+Green+Blue) = 118+134+28=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #76861C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76861C is #8979E3. Grayscale: #757575. Windows color (decimal): -9009636 or 1869430. OLE color: 1869430.
HSL color Cylindrical-coordinate representation of color #76861C: hue angle of 69.06º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76861C is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 28 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.47 |
| HSL | 69.06º | 0.65% | 0.32% | - |
| HSV(B) | 69.06º | 0.79% | 0.53% | - |
| XYZ | 16.21 | 20.99 | 4.3 | - |
| YUV | 117.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 28 | 0.12 | 0 | 0.79 | 0.47 | 69.06 | 0.65 | 0.32 |
| Hex | 76 | 86 | 1C | C | 0 | 4F | 2F | 45 | 41 | 20 |
| Octal | 166 | 206 | 34 | 14 | 0 | 117 | 57 | 105 | 101 | 40 |
| Binary | 1110110 | 10000110 | 11100 | 1100 | 0 | 1001111 | 101111 | 1000101 | 1000001 | 100000 |
Color Harmonies of #76861C
Complementary color
Monochromatic Colors of #76861C
Black with #76861C
Text Example
Text Example
White with #76861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76861C; }
p { color: rgb(118,134,28); }
H1.HeaderClassName
{
color: #76861C;
}
.AnyTagClassName
{
color: #76861C;
}
</style>
background-color css
<style>
a { background-color: #76861C; }
a { background-color: rgb(118,134,28); }
div.DivClassName
{
background-color: #76861C;
}
.BgClassName
{
background-color: #76861C;
}
</style>
border-color css
<style>
span { border-color: #76861C; }
span { border-color: rgb(118,134,28); }
td.TdClassName
{
border-color: #76861C;
}
.TagClassName
{
border-color: #76861C;
}
</style>