Shades of Trendy Green #868815
Tints of Trendy Green #868815
RGB
CMYK
RGB Variations
Color information
#868815 (or 0x868815) is known color: Trendy Green. HEX triplet: 86, 88 and 15. RGB value is (134,136,21). Sum of RGB (Red+Green+Blue) = 134+136+21=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #868815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868815 is #7977EA. Grayscale: #7A7A7A. Windows color (decimal): -7960555 or 1411206. OLE color: 1411206.
HSL color Cylindrical-coordinate representation of color #868815: hue angle of 61.04º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #868815 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 21 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.47 |
| HSL | 61.04º | 0.73% | 0.31% | - |
| HSV(B) | 61.04º | 0.85% | 0.53% | - |
| XYZ | 18.77 | 22.73 | 4.11 | - |
| YUV | 122.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 21 | 0.01 | 0 | 0.85 | 0.47 | 61.04 | 0.73 | 0.31 |
| Hex | 86 | 88 | 15 | 1 | 0 | 55 | 2F | 3D | 49 | 1F |
| Octal | 206 | 210 | 25 | 1 | 0 | 125 | 57 | 75 | 111 | 37 |
| Binary | 10000110 | 10001000 | 10101 | 1 | 0 | 1010101 | 101111 | 111101 | 1001001 | 11111 |
Color Harmonies of #868815
Complementary color
Monochromatic Colors of #868815
Black with #868815
Text Example
Text Example
White with #868815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868815; }
p { color: rgb(134,136,21); }
H1.HeaderClassName
{
color: #868815;
}
.AnyTagClassName
{
color: #868815;
}
</style>
background-color css
<style>
a { background-color: #868815; }
a { background-color: rgb(134,136,21); }
div.DivClassName
{
background-color: #868815;
}
.BgClassName
{
background-color: #868815;
}
</style>
border-color css
<style>
span { border-color: #868815; }
span { border-color: rgb(134,136,21); }
td.TdClassName
{
border-color: #868815;
}
.TagClassName
{
border-color: #868815;
}
</style>