Shades of Trendy Green #6E8014
Tints of Trendy Green #6E8014
RGB
CMYK
RGB Variations
Color information
#6E8014 (or 0x6E8014) is known color: Trendy Green. HEX triplet: 6E, 80 and 14. RGB value is (110,128,20). Sum of RGB (Red+Green+Blue) = 110+128+20=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8014 is #917FEB. Grayscale: #6E6E6E. Windows color (decimal): -9535468 or 1343598. OLE color: 1343598.
HSL color Cylindrical-coordinate representation of color #6E8014: hue angle of 70º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E8014 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 20 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.50 |
| HSL | 70º | 0.73% | 0.29% | - |
| HSV(B) | 70º | 0.84% | 0.5% | - |
| XYZ | 14.28 | 18.8 | 3.54 | - |
| YUV | 110.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 20 | 0.14 | 0 | 0.84 | 0.50 | 70 | 0.73 | 0.29 |
| Hex | 6E | 80 | 14 | E | 0 | 54 | 32 | 46 | 49 | 1D |
| Octal | 156 | 200 | 24 | 16 | 0 | 124 | 62 | 106 | 111 | 35 |
| Binary | 1101110 | 10000000 | 10100 | 1110 | 0 | 1010100 | 110010 | 1000110 | 1001001 | 11101 |
Color Harmonies of #6E8014
Complementary color
Monochromatic Colors of #6E8014
Black with #6E8014
Text Example
Text Example
White with #6E8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8014; }
p { color: rgb(110,128,20); }
H1.HeaderClassName
{
color: #6E8014;
}
.AnyTagClassName
{
color: #6E8014;
}
</style>
background-color css
<style>
a { background-color: #6E8014; }
a { background-color: rgb(110,128,20); }
div.DivClassName
{
background-color: #6E8014;
}
.BgClassName
{
background-color: #6E8014;
}
</style>
border-color css
<style>
span { border-color: #6E8014; }
span { border-color: rgb(110,128,20); }
td.TdClassName
{
border-color: #6E8014;
}
.TagClassName
{
border-color: #6E8014;
}
</style>