Shades of Trendy Green #87841B
Tints of Trendy Green #87841B
RGB
CMYK
RGB Variations
Color information
#87841B (or 0x87841B) is known color: Trendy Green. HEX triplet: 87, 84 and 1B. RGB value is (135,132,27). Sum of RGB (Red+Green+Blue) = 135+132+27=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87841B is #787BE4. Grayscale: #797979. Windows color (decimal): -7896037 or 1803399. OLE color: 1803399.
HSL color Cylindrical-coordinate representation of color #87841B: hue angle of 58.33º 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 #87841B is Cyan = 0, Magento = 0.02, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 132 | 27 | - |
| CMYK | 0 | 0.02 | 0.8 | 0.47 |
| HSL | 58.33º | 0.67% | 0.32% | - |
| HSV(B) | 58.33º | 0.8% | 0.53% | - |
| XYZ | 18.44 | 21.73 | 4.26 | - |
| YUV | 120.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 132 | 27 | 0 | 0.02 | 0.8 | 0.47 | 58.33 | 0.67 | 0.32 |
| Hex | 87 | 84 | 1B | 0 | 2 | 50 | 2F | 3A | 43 | 20 |
| Octal | 207 | 204 | 33 | 0 | 2 | 120 | 57 | 72 | 103 | 40 |
| Binary | 10000111 | 10000100 | 11011 | 0 | 10 | 1010000 | 101111 | 111010 | 1000011 | 100000 |
Color Harmonies of #87841B
Complementary color
Monochromatic Colors of #87841B
Black with #87841B
Text Example
Text Example
White with #87841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87841B; }
p { color: rgb(135,132,27); }
H1.HeaderClassName
{
color: #87841B;
}
.AnyTagClassName
{
color: #87841B;
}
</style>
background-color css
<style>
a { background-color: #87841B; }
a { background-color: rgb(135,132,27); }
div.DivClassName
{
background-color: #87841B;
}
.BgClassName
{
background-color: #87841B;
}
</style>
border-color css
<style>
span { border-color: #87841B; }
span { border-color: rgb(135,132,27); }
td.TdClassName
{
border-color: #87841B;
}
.TagClassName
{
border-color: #87841B;
}
</style>