Shades of Trendy Green #868615
Tints of Trendy Green #868615
RGB
CMYK
RGB Variations
Color information
#868615 (or 0x868615) is known color: Trendy Green. HEX triplet: 86, 86 and 15. RGB value is (134,134,21). Sum of RGB (Red+Green+Blue) = 134+134+21=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868615 is #7979EA. Grayscale: #797979. Windows color (decimal): -7961067 or 1410694. OLE color: 1410694.
HSL color Cylindrical-coordinate representation of color #868615: hue angle of 60º 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 #868615 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 134 | 21 | - |
| CMYK | 0 | 0 | 0.84 | 0.47 |
| HSL | 60º | 0.73% | 0.3% | - |
| HSV(B) | 60º | 0.84% | 0.53% | - |
| XYZ | 18.49 | 22.17 | 4.01 | - |
| YUV | 121.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 21 | 0 | 0 | 0.84 | 0.47 | 60 | 0.73 | 0.3 |
| Hex | 86 | 86 | 15 | 0 | 0 | 54 | 2F | 3C | 49 | 1E |
| Octal | 206 | 206 | 25 | 0 | 0 | 124 | 57 | 74 | 111 | 36 |
| Binary | 10000110 | 10000110 | 10101 | 0 | 0 | 1010100 | 101111 | 111100 | 1001001 | 11110 |
Color Harmonies of #868615
Complementary color
Monochromatic Colors of #868615
Black with #868615
Text Example
Text Example
White with #868615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868615; }
p { color: rgb(134,134,21); }
H1.HeaderClassName
{
color: #868615;
}
.AnyTagClassName
{
color: #868615;
}
</style>
background-color css
<style>
a { background-color: #868615; }
a { background-color: rgb(134,134,21); }
div.DivClassName
{
background-color: #868615;
}
.BgClassName
{
background-color: #868615;
}
</style>
border-color css
<style>
span { border-color: #868615; }
span { border-color: rgb(134,134,21); }
td.TdClassName
{
border-color: #868615;
}
.TagClassName
{
border-color: #868615;
}
</style>