Shades of Trendy Green #87842D
Tints of Trendy Green #87842D
RGB
CMYK
RGB Variations
Color information
#87842D (or 0x87842D) is known color: Trendy Green. HEX triplet: 87, 84 and 2D. RGB value is (135,132,45). Sum of RGB (Red+Green+Blue) = 135+132+45=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #87842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87842D is #787BD2. Grayscale: #7B7B7B. Windows color (decimal): -7896019 or 2983047. OLE color: 2983047.
HSL color Cylindrical-coordinate representation of color #87842D: hue angle of 58º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87842D is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 132 | 45 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.47 |
| HSL | 58º | 0.5% | 0.35% | - |
| HSV(B) | 58º | 0.67% | 0.53% | - |
| XYZ | 18.72 | 21.84 | 5.71 | - |
| YUV | 122.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 132 | 45 | 0 | 0.02 | 0.67 | 0.47 | 58 | 0.5 | 0.35 |
| Hex | 87 | 84 | 2D | 0 | 2 | 43 | 2F | 3A | 32 | 23 |
| Octal | 207 | 204 | 55 | 0 | 2 | 103 | 57 | 72 | 62 | 43 |
| Binary | 10000111 | 10000100 | 101101 | 0 | 10 | 1000011 | 101111 | 111010 | 110010 | 100011 |
Color Harmonies of #87842D
Complementary color
Monochromatic Colors of #87842D
Black with #87842D
Text Example
Text Example
White with #87842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87842D; }
p { color: rgb(135,132,45); }
H1.HeaderClassName
{
color: #87842D;
}
.AnyTagClassName
{
color: #87842D;
}
</style>
background-color css
<style>
a { background-color: #87842D; }
a { background-color: rgb(135,132,45); }
div.DivClassName
{
background-color: #87842D;
}
.BgClassName
{
background-color: #87842D;
}
</style>
border-color css
<style>
span { border-color: #87842D; }
span { border-color: rgb(135,132,45); }
td.TdClassName
{
border-color: #87842D;
}
.TagClassName
{
border-color: #87842D;
}
</style>