Shades of Trendy Green #868014
Tints of Trendy Green #868014
RGB
CMYK
RGB Variations
Color information
#868014 (or 0x868014) is known color: Trendy Green. HEX triplet: 86, 80 and 14. RGB value is (134,128,20). Sum of RGB (Red+Green+Blue) = 134+128+20=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #868014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868014 is #797FEB. Grayscale: #757575. Windows color (decimal): -7962604 or 1343622. OLE color: 1343622.
HSL color Cylindrical-coordinate representation of color #868014: hue angle of 56.84º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #868014 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 20 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.47 |
| HSL | 56.84º | 0.74% | 0.3% | - |
| HSV(B) | 56.84º | 0.85% | 0.53% | - |
| XYZ | 17.68 | 20.56 | 3.7 | - |
| YUV | 117.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 20 | 0 | 0.04 | 0.85 | 0.47 | 56.84 | 0.74 | 0.3 |
| Hex | 86 | 80 | 14 | 0 | 4 | 55 | 2F | 39 | 4A | 1E |
| Octal | 206 | 200 | 24 | 0 | 4 | 125 | 57 | 71 | 112 | 36 |
| Binary | 10000110 | 10000000 | 10100 | 0 | 100 | 1010101 | 101111 | 111001 | 1001010 | 11110 |
Color Harmonies of #868014
Complementary color
Monochromatic Colors of #868014
Black with #868014
Text Example
Text Example
White with #868014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868014; }
p { color: rgb(134,128,20); }
H1.HeaderClassName
{
color: #868014;
}
.AnyTagClassName
{
color: #868014;
}
</style>
background-color css
<style>
a { background-color: #868014; }
a { background-color: rgb(134,128,20); }
div.DivClassName
{
background-color: #868014;
}
.BgClassName
{
background-color: #868014;
}
</style>
border-color css
<style>
span { border-color: #868014; }
span { border-color: rgb(134,128,20); }
td.TdClassName
{
border-color: #868014;
}
.TagClassName
{
border-color: #868014;
}
</style>