Shades of Trendy Green #87861B
Tints of Trendy Green #87861B
RGB
CMYK
RGB Variations
Color information
#87861B (or 0x87861B) is known color: Trendy Green. HEX triplet: 87, 86 and 1B. RGB value is (135,134,27). Sum of RGB (Red+Green+Blue) = 135+134+27=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87861B is #7879E4. Grayscale: #7A7A7A. Windows color (decimal): -7895525 or 1803911. OLE color: 1803911.
HSL color Cylindrical-coordinate representation of color #87861B: hue angle of 59.44º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #87861B is Cyan = 0, Magento = 0.01, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 134 | 27 | - |
| CMYK | 0 | 0.01 | 0.8 | 0.47 |
| HSL | 59.44º | 0.67% | 0.32% | - |
| HSV(B) | 59.44º | 0.8% | 0.53% | - |
| XYZ | 18.71 | 22.28 | 4.35 | - |
| YUV | 122.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 27 | 0 | 0.01 | 0.8 | 0.47 | 59.44 | 0.67 | 0.32 |
| Hex | 87 | 86 | 1B | 0 | 1 | 50 | 2F | 3B | 43 | 20 |
| Octal | 207 | 206 | 33 | 0 | 1 | 120 | 57 | 73 | 103 | 40 |
| Binary | 10000111 | 10000110 | 11011 | 0 | 1 | 1010000 | 101111 | 111011 | 1000011 | 100000 |
Color Harmonies of #87861B
Complementary color
Monochromatic Colors of #87861B
Black with #87861B
Text Example
Text Example
White with #87861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87861B; }
p { color: rgb(135,134,27); }
H1.HeaderClassName
{
color: #87861B;
}
.AnyTagClassName
{
color: #87861B;
}
</style>
background-color css
<style>
a { background-color: #87861B; }
a { background-color: rgb(135,134,27); }
div.DivClassName
{
background-color: #87861B;
}
.BgClassName
{
background-color: #87861B;
}
</style>
border-color css
<style>
span { border-color: #87861B; }
span { border-color: rgb(135,134,27); }
td.TdClassName
{
border-color: #87861B;
}
.TagClassName
{
border-color: #87861B;
}
</style>