Shades of Trendy Green #86871D
Tints of Trendy Green #86871D
RGB
CMYK
RGB Variations
Color information
#86871D (or 0x86871D) is known color: Trendy Green. HEX triplet: 86, 87 and 1D. RGB value is (134,135,29). Sum of RGB (Red+Green+Blue) = 134+135+29=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #86871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86871D is #7978E2. Grayscale: #7B7B7B. Windows color (decimal): -7960803 or 1935238. OLE color: 1935238.
HSL color Cylindrical-coordinate representation of color #86871D: hue angle of 60.57º 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 #86871D is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 29 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.47 |
| HSL | 60.57º | 0.65% | 0.32% | - |
| HSV(B) | 60.57º | 0.79% | 0.53% | - |
| XYZ | 18.72 | 22.48 | 4.52 | - |
| YUV | 122.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 29 | 0.01 | 0 | 0.79 | 0.47 | 60.57 | 0.65 | 0.32 |
| Hex | 86 | 87 | 1D | 1 | 0 | 4F | 2F | 3D | 41 | 20 |
| Octal | 206 | 207 | 35 | 1 | 0 | 117 | 57 | 75 | 101 | 40 |
| Binary | 10000110 | 10000111 | 11101 | 1 | 0 | 1001111 | 101111 | 111101 | 1000001 | 100000 |
Color Harmonies of #86871D
Complementary color
Monochromatic Colors of #86871D
Black with #86871D
Text Example
Text Example
White with #86871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86871D; }
p { color: rgb(134,135,29); }
H1.HeaderClassName
{
color: #86871D;
}
.AnyTagClassName
{
color: #86871D;
}
</style>
background-color css
<style>
a { background-color: #86871D; }
a { background-color: rgb(134,135,29); }
div.DivClassName
{
background-color: #86871D;
}
.BgClassName
{
background-color: #86871D;
}
</style>
border-color css
<style>
span { border-color: #86871D; }
span { border-color: rgb(134,135,29); }
td.TdClassName
{
border-color: #86871D;
}
.TagClassName
{
border-color: #86871D;
}
</style>