Shades of Trendy Green #86832F
Tints of Trendy Green #86832F
RGB
CMYK
RGB Variations
Color information
#86832F (or 0x86832F) is known color: Trendy Green. HEX triplet: 86, 83 and 2F. RGB value is (134,131,47). Sum of RGB (Red+Green+Blue) = 134+131+47=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86832F is #797CD0. Grayscale: #7A7A7A. Windows color (decimal): -7961809 or 3113862. OLE color: 3113862.
HSL color Cylindrical-coordinate representation of color #86832F: hue angle of 57.93º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86832F is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 47 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.47 |
| HSL | 57.93º | 0.48% | 0.35% | - |
| HSV(B) | 57.93º | 0.65% | 0.53% | - |
| XYZ | 18.46 | 21.51 | 5.87 | - |
| YUV | 122.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 47 | 0 | 0.02 | 0.65 | 0.47 | 57.93 | 0.48 | 0.35 |
| Hex | 86 | 83 | 2F | 0 | 2 | 41 | 2F | 3A | 30 | 23 |
| Octal | 206 | 203 | 57 | 0 | 2 | 101 | 57 | 72 | 60 | 43 |
| Binary | 10000110 | 10000011 | 101111 | 0 | 10 | 1000001 | 101111 | 111010 | 110000 | 100011 |
Color Harmonies of #86832F
Complementary color
Monochromatic Colors of #86832F
Black with #86832F
Text Example
Text Example
White with #86832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86832F; }
p { color: rgb(134,131,47); }
H1.HeaderClassName
{
color: #86832F;
}
.AnyTagClassName
{
color: #86832F;
}
</style>
background-color css
<style>
a { background-color: #86832F; }
a { background-color: rgb(134,131,47); }
div.DivClassName
{
background-color: #86832F;
}
.BgClassName
{
background-color: #86832F;
}
</style>
border-color css
<style>
span { border-color: #86832F; }
span { border-color: rgb(134,131,47); }
td.TdClassName
{
border-color: #86832F;
}
.TagClassName
{
border-color: #86832F;
}
</style>