Shades of Trendy Green #867F2D
Tints of Trendy Green #867F2D
RGB
CMYK
RGB Variations
Color information
#867F2D (or 0x867F2D) is known color: Trendy Green. HEX triplet: 86, 7F and 2D. RGB value is (134,127,45). Sum of RGB (Red+Green+Blue) = 134+127+45=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #867F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F2D is #7980D2. Grayscale: #787878. Windows color (decimal): -7962835 or 2981766. OLE color: 2981766.
HSL color Cylindrical-coordinate representation of color #867F2D: hue angle of 55.28º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #867F2D is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 45 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.47 |
| HSL | 55.28º | 0.5% | 0.35% | - |
| HSV(B) | 55.28º | 0.66% | 0.53% | - |
| XYZ | 17.89 | 20.44 | 5.48 | - |
| YUV | 119.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 45 | 0 | 0.05 | 0.66 | 0.47 | 55.28 | 0.5 | 0.35 |
| Hex | 86 | 7F | 2D | 0 | 5 | 42 | 2F | 37 | 32 | 23 |
| Octal | 206 | 177 | 55 | 0 | 5 | 102 | 57 | 67 | 62 | 43 |
| Binary | 10000110 | 1111111 | 101101 | 0 | 101 | 1000010 | 101111 | 110111 | 110010 | 100011 |
Color Harmonies of #867F2D
Complementary color
Monochromatic Colors of #867F2D
Black with #867F2D
Text Example
Text Example
White with #867F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F2D; }
p { color: rgb(134,127,45); }
H1.HeaderClassName
{
color: #867F2D;
}
.AnyTagClassName
{
color: #867F2D;
}
</style>
background-color css
<style>
a { background-color: #867F2D; }
a { background-color: rgb(134,127,45); }
div.DivClassName
{
background-color: #867F2D;
}
.BgClassName
{
background-color: #867F2D;
}
</style>
border-color css
<style>
span { border-color: #867F2D; }
span { border-color: rgb(134,127,45); }
td.TdClassName
{
border-color: #867F2D;
}
.TagClassName
{
border-color: #867F2D;
}
</style>