Shades of Trendy Green #868413
Tints of Trendy Green #868413
RGB
CMYK
RGB Variations
Color information
#868413 (or 0x868413) is known color: Trendy Green. HEX triplet: 86, 84 and 13. RGB value is (134,132,19). Sum of RGB (Red+Green+Blue) = 134+132+19=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #868413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868413 is #797BEC. Grayscale: #787878. Windows color (decimal): -7961581 or 1279110. OLE color: 1279110.
HSL color Cylindrical-coordinate representation of color #868413: hue angle of 58.96º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #868413 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 19 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.47 |
| HSL | 58.96º | 0.75% | 0.3% | - |
| HSV(B) | 58.96º | 0.86% | 0.53% | - |
| XYZ | 18.2 | 21.62 | 3.83 | - |
| YUV | 119.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 19 | 0 | 0.01 | 0.86 | 0.47 | 58.96 | 0.75 | 0.3 |
| Hex | 86 | 84 | 13 | 0 | 1 | 56 | 2F | 3B | 4B | 1E |
| Octal | 206 | 204 | 23 | 0 | 1 | 126 | 57 | 73 | 113 | 36 |
| Binary | 10000110 | 10000100 | 10011 | 0 | 1 | 1010110 | 101111 | 111011 | 1001011 | 11110 |
Color Harmonies of #868413
Complementary color
Monochromatic Colors of #868413
Black with #868413
Text Example
Text Example
White with #868413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868413; }
p { color: rgb(134,132,19); }
H1.HeaderClassName
{
color: #868413;
}
.AnyTagClassName
{
color: #868413;
}
</style>
background-color css
<style>
a { background-color: #868413; }
a { background-color: rgb(134,132,19); }
div.DivClassName
{
background-color: #868413;
}
.BgClassName
{
background-color: #868413;
}
</style>
border-color css
<style>
span { border-color: #868413; }
span { border-color: rgb(134,132,19); }
td.TdClassName
{
border-color: #868413;
}
.TagClassName
{
border-color: #868413;
}
</style>