Shades of Trendy Green #86821F
Tints of Trendy Green #86821F
RGB
CMYK
RGB Variations
Color information
#86821F (or 0x86821F) is known color: Trendy Green. HEX triplet: 86, 82 and 1F. RGB value is (134,130,31). Sum of RGB (Red+Green+Blue) = 134+130+31=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86821F is #797DE0. Grayscale: #787878. Windows color (decimal): -7962081 or 2065030. OLE color: 2065030.
HSL color Cylindrical-coordinate representation of color #86821F: hue angle of 57.67º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86821F is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 31 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.47 |
| HSL | 57.67º | 0.62% | 0.32% | - |
| HSV(B) | 57.67º | 0.77% | 0.53% | - |
| XYZ | 18.06 | 21.13 | 4.42 | - |
| YUV | 119.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 31 | 0 | 0.03 | 0.77 | 0.47 | 57.67 | 0.62 | 0.32 |
| Hex | 86 | 82 | 1F | 0 | 3 | 4D | 2F | 3A | 3E | 20 |
| Octal | 206 | 202 | 37 | 0 | 3 | 115 | 57 | 72 | 76 | 40 |
| Binary | 10000110 | 10000010 | 11111 | 0 | 11 | 1001101 | 101111 | 111010 | 111110 | 100000 |
Color Harmonies of #86821F
Complementary color
Monochromatic Colors of #86821F
Black with #86821F
Text Example
Text Example
White with #86821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86821F; }
p { color: rgb(134,130,31); }
H1.HeaderClassName
{
color: #86821F;
}
.AnyTagClassName
{
color: #86821F;
}
</style>
background-color css
<style>
a { background-color: #86821F; }
a { background-color: rgb(134,130,31); }
div.DivClassName
{
background-color: #86821F;
}
.BgClassName
{
background-color: #86821F;
}
</style>
border-color css
<style>
span { border-color: #86821F; }
span { border-color: rgb(134,130,31); }
td.TdClassName
{
border-color: #86821F;
}
.TagClassName
{
border-color: #86821F;
}
</style>