Shades of Trendy Green #868120
Tints of Trendy Green #868120
RGB
CMYK
RGB Variations
Color information
#868120 (or 0x868120) is known color: Trendy Green. HEX triplet: 86, 81 and 20. RGB value is (134,129,32). Sum of RGB (Red+Green+Blue) = 134+129+32=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #868120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868120 is #797EDF. Grayscale: #777777. Windows color (decimal): -7962336 or 2130310. OLE color: 2130310.
HSL color Cylindrical-coordinate representation of color #868120: hue angle of 57.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #868120 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 32 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.47 |
| HSL | 57.06º | 0.61% | 0.33% | - |
| HSV(B) | 57.06º | 0.76% | 0.53% | - |
| XYZ | 17.94 | 20.87 | 4.45 | - |
| YUV | 119.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 32 | 0 | 0.04 | 0.76 | 0.47 | 57.06 | 0.61 | 0.33 |
| Hex | 86 | 81 | 20 | 0 | 4 | 4C | 2F | 39 | 3D | 21 |
| Octal | 206 | 201 | 40 | 0 | 4 | 114 | 57 | 71 | 75 | 41 |
| Binary | 10000110 | 10000001 | 100000 | 0 | 100 | 1001100 | 101111 | 111001 | 111101 | 100001 |
Color Harmonies of #868120
Complementary color
Monochromatic Colors of #868120
Black with #868120
Text Example
Text Example
White with #868120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868120; }
p { color: rgb(134,129,32); }
H1.HeaderClassName
{
color: #868120;
}
.AnyTagClassName
{
color: #868120;
}
</style>
background-color css
<style>
a { background-color: #868120; }
a { background-color: rgb(134,129,32); }
div.DivClassName
{
background-color: #868120;
}
.BgClassName
{
background-color: #868120;
}
</style>
border-color css
<style>
span { border-color: #868120; }
span { border-color: rgb(134,129,32); }
td.TdClassName
{
border-color: #868120;
}
.TagClassName
{
border-color: #868120;
}
</style>