Shades of Trendy Green #86871C
Tints of Trendy Green #86871C
RGB
CMYK
RGB Variations
Color information
#86871C (or 0x86871C) is known color: Trendy Green. HEX triplet: 86, 87 and 1C. RGB value is (134,135,28). Sum of RGB (Red+Green+Blue) = 134+135+28=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #86871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86871C is #7978E3. Grayscale: #7A7A7A. Windows color (decimal): -7960804 or 1869702. OLE color: 1869702.
HSL color Cylindrical-coordinate representation of color #86871C: hue angle of 60.56º degrees, saturation: 0.66, 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 #86871C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 28 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.47 |
| HSL | 60.56º | 0.66% | 0.32% | - |
| HSV(B) | 60.56º | 0.79% | 0.53% | - |
| XYZ | 18.71 | 22.48 | 4.45 | - |
| YUV | 122.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 28 | 0.01 | 0 | 0.79 | 0.47 | 60.56 | 0.66 | 0.32 |
| Hex | 86 | 87 | 1C | 1 | 0 | 4F | 2F | 3D | 42 | 20 |
| Octal | 206 | 207 | 34 | 1 | 0 | 117 | 57 | 75 | 102 | 40 |
| Binary | 10000110 | 10000111 | 11100 | 1 | 0 | 1001111 | 101111 | 111101 | 1000010 | 100000 |
Color Harmonies of #86871C
Complementary color
Monochromatic Colors of #86871C
Black with #86871C
Text Example
Text Example
White with #86871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86871C; }
p { color: rgb(134,135,28); }
H1.HeaderClassName
{
color: #86871C;
}
.AnyTagClassName
{
color: #86871C;
}
</style>
background-color css
<style>
a { background-color: #86871C; }
a { background-color: rgb(134,135,28); }
div.DivClassName
{
background-color: #86871C;
}
.BgClassName
{
background-color: #86871C;
}
</style>
border-color css
<style>
span { border-color: #86871C; }
span { border-color: rgb(134,135,28); }
td.TdClassName
{
border-color: #86871C;
}
.TagClassName
{
border-color: #86871C;
}
</style>