Shades of Trendy Green #867F2C
Tints of Trendy Green #867F2C
RGB
CMYK
RGB Variations
Color information
#867F2C (or 0x867F2C) is known color: Trendy Green. HEX triplet: 86, 7F and 2C. RGB value is (134,127,44). Sum of RGB (Red+Green+Blue) = 134+127+44=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #867F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F2C is #7980D3. Grayscale: #777777. Windows color (decimal): -7962836 or 2916230. OLE color: 2916230.
HSL color Cylindrical-coordinate representation of color #867F2C: hue angle of 55.33º degrees, saturation: 0.51, 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 #867F2C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 44 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.47 |
| HSL | 55.33º | 0.51% | 0.35% | - |
| HSV(B) | 55.33º | 0.67% | 0.53% | - |
| XYZ | 17.88 | 20.43 | 5.38 | - |
| YUV | 119.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 44 | 0 | 0.05 | 0.67 | 0.47 | 55.33 | 0.51 | 0.35 |
| Hex | 86 | 7F | 2C | 0 | 5 | 43 | 2F | 37 | 33 | 23 |
| Octal | 206 | 177 | 54 | 0 | 5 | 103 | 57 | 67 | 63 | 43 |
| Binary | 10000110 | 1111111 | 101100 | 0 | 101 | 1000011 | 101111 | 110111 | 110011 | 100011 |
Color Harmonies of #867F2C
Complementary color
Monochromatic Colors of #867F2C
Black with #867F2C
Text Example
Text Example
White with #867F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F2C; }
p { color: rgb(134,127,44); }
H1.HeaderClassName
{
color: #867F2C;
}
.AnyTagClassName
{
color: #867F2C;
}
</style>
background-color css
<style>
a { background-color: #867F2C; }
a { background-color: rgb(134,127,44); }
div.DivClassName
{
background-color: #867F2C;
}
.BgClassName
{
background-color: #867F2C;
}
</style>
border-color css
<style>
span { border-color: #867F2C; }
span { border-color: rgb(134,127,44); }
td.TdClassName
{
border-color: #867F2C;
}
.TagClassName
{
border-color: #867F2C;
}
</style>