Shades of Trendy Green #868D16
Tints of Trendy Green #868D16
RGB
CMYK
RGB Variations
Color information
#868D16 (or 0x868D16) is known color: Trendy Green. HEX triplet: 86, 8D and 16. RGB value is (134,141,22). Sum of RGB (Red+Green+Blue) = 134+141+22=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #868D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868D16 is #7972E9. Grayscale: #7D7D7D. Windows color (decimal): -7959274 or 1478022. OLE color: 1478022.
HSL color Cylindrical-coordinate representation of color #868D16: hue angle of 63.53º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #868D16 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 141 | 22 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.45 |
| HSL | 63.53º | 0.73% | 0.32% | - |
| HSV(B) | 63.53º | 0.84% | 0.55% | - |
| XYZ | 19.5 | 24.18 | 4.4 | - |
| YUV | 125.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 22 | 0.05 | 0 | 0.84 | 0.45 | 63.53 | 0.73 | 0.32 |
| Hex | 86 | 8D | 16 | 5 | 0 | 54 | 2D | 40 | 49 | 20 |
| Octal | 206 | 215 | 26 | 5 | 0 | 124 | 55 | 100 | 111 | 40 |
| Binary | 10000110 | 10001101 | 10110 | 101 | 0 | 1010100 | 101101 | 1000000 | 1001001 | 100000 |
Color Harmonies of #868D16
Complementary color
Monochromatic Colors of #868D16
Black with #868D16
Text Example
Text Example
White with #868D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868D16; }
p { color: rgb(134,141,22); }
H1.HeaderClassName
{
color: #868D16;
}
.AnyTagClassName
{
color: #868D16;
}
</style>
background-color css
<style>
a { background-color: #868D16; }
a { background-color: rgb(134,141,22); }
div.DivClassName
{
background-color: #868D16;
}
.BgClassName
{
background-color: #868D16;
}
</style>
border-color css
<style>
span { border-color: #868D16; }
span { border-color: rgb(134,141,22); }
td.TdClassName
{
border-color: #868D16;
}
.TagClassName
{
border-color: #868D16;
}
</style>