Shades of Trendy Green #868215
Tints of Trendy Green #868215
RGB
CMYK
RGB Variations
Color information
#868215 (or 0x868215) is known color: Trendy Green. HEX triplet: 86, 82 and 15. RGB value is (134,130,21). Sum of RGB (Red+Green+Blue) = 134+130+21=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #868215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868215 is #797DEA. Grayscale: #777777. Windows color (decimal): -7962091 or 1409670. OLE color: 1409670.
HSL color Cylindrical-coordinate representation of color #868215: hue angle of 57.88º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #868215 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 21 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.47 |
| HSL | 57.88º | 0.73% | 0.3% | - |
| HSV(B) | 57.88º | 0.84% | 0.53% | - |
| XYZ | 17.95 | 21.09 | 3.83 | - |
| YUV | 118.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 21 | 0 | 0.03 | 0.84 | 0.47 | 57.88 | 0.73 | 0.3 |
| Hex | 86 | 82 | 15 | 0 | 3 | 54 | 2F | 3A | 49 | 1E |
| Octal | 206 | 202 | 25 | 0 | 3 | 124 | 57 | 72 | 111 | 36 |
| Binary | 10000110 | 10000010 | 10101 | 0 | 11 | 1010100 | 101111 | 111010 | 1001001 | 11110 |
Color Harmonies of #868215
Complementary color
Monochromatic Colors of #868215
Black with #868215
Text Example
Text Example
White with #868215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868215; }
p { color: rgb(134,130,21); }
H1.HeaderClassName
{
color: #868215;
}
.AnyTagClassName
{
color: #868215;
}
</style>
background-color css
<style>
a { background-color: #868215; }
a { background-color: rgb(134,130,21); }
div.DivClassName
{
background-color: #868215;
}
.BgClassName
{
background-color: #868215;
}
</style>
border-color css
<style>
span { border-color: #868215; }
span { border-color: rgb(134,130,21); }
td.TdClassName
{
border-color: #868215;
}
.TagClassName
{
border-color: #868215;
}
</style>