Shades of Trendy Green #868420
Tints of Trendy Green #868420
RGB
CMYK
RGB Variations
Color information
#868420 (or 0x868420) is known color: Trendy Green. HEX triplet: 86, 84 and 20. RGB value is (134,132,32). Sum of RGB (Red+Green+Blue) = 134+132+32=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #868420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868420 is #797BDF. Grayscale: #797979. Windows color (decimal): -7961568 or 2131078. OLE color: 2131078.
HSL color Cylindrical-coordinate representation of color #868420: hue angle of 58.82º 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 #868420 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 32 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.47 |
| HSL | 58.82º | 0.61% | 0.33% | - |
| HSV(B) | 58.82º | 0.76% | 0.53% | - |
| XYZ | 18.34 | 21.68 | 4.58 | - |
| YUV | 121.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 32 | 0 | 0.01 | 0.76 | 0.47 | 58.82 | 0.61 | 0.33 |
| Hex | 86 | 84 | 20 | 0 | 1 | 4C | 2F | 3B | 3D | 21 |
| Octal | 206 | 204 | 40 | 0 | 1 | 114 | 57 | 73 | 75 | 41 |
| Binary | 10000110 | 10000100 | 100000 | 0 | 1 | 1001100 | 101111 | 111011 | 111101 | 100001 |
Color Harmonies of #868420
Complementary color
Monochromatic Colors of #868420
Black with #868420
Text Example
Text Example
White with #868420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868420; }
p { color: rgb(134,132,32); }
H1.HeaderClassName
{
color: #868420;
}
.AnyTagClassName
{
color: #868420;
}
</style>
background-color css
<style>
a { background-color: #868420; }
a { background-color: rgb(134,132,32); }
div.DivClassName
{
background-color: #868420;
}
.BgClassName
{
background-color: #868420;
}
</style>
border-color css
<style>
span { border-color: #868420; }
span { border-color: rgb(134,132,32); }
td.TdClassName
{
border-color: #868420;
}
.TagClassName
{
border-color: #868420;
}
</style>