Shades of Green #0E6811
Tints of Green #0E6811
RGB
CMYK
RGB Variations
Color information
#0E6811 (or 0x0E6811) is known color: Green. HEX triplet: 0E, 68 and 11. RGB value is (14,104,17). Sum of RGB (Red+Green+Blue) = 14+104+17=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #0E6811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6811 is #F197EE. Grayscale: #434343. Windows color (decimal): -15833071 or 1140750. OLE color: 1140750.
HSL color Cylindrical-coordinate representation of color #0E6811: hue angle of 122º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6811 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 17 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.59 |
| HSL | 122º | 0.76% | 0.23% | - |
| HSV(B) | 122º | 0.87% | 0.41% | - |
| XYZ | 5.23 | 10.03 | 2.19 | - |
| YUV | 67.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 17 | 0.87 | 0 | 0.84 | 0.59 | 122 | 0.76 | 0.23 |
| Hex | E | 68 | 11 | 57 | 0 | 54 | 3B | 7A | 4C | 17 |
| Octal | 16 | 150 | 21 | 127 | 0 | 124 | 73 | 172 | 114 | 27 |
| Binary | 1110 | 1101000 | 10001 | 1010111 | 0 | 1010100 | 111011 | 1111010 | 1001100 | 10111 |
Color Harmonies of #0E6811
Complementary color
Monochromatic Colors of #0E6811
Black with #0E6811
Text Example
Text Example
White with #0E6811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6811; }
p { color: rgb(14,104,17); }
H1.HeaderClassName
{
color: #0E6811;
}
.AnyTagClassName
{
color: #0E6811;
}
</style>
background-color css
<style>
a { background-color: #0E6811; }
a { background-color: rgb(14,104,17); }
div.DivClassName
{
background-color: #0E6811;
}
.BgClassName
{
background-color: #0E6811;
}
</style>
border-color css
<style>
span { border-color: #0E6811; }
span { border-color: rgb(14,104,17); }
td.TdClassName
{
border-color: #0E6811;
}
.TagClassName
{
border-color: #0E6811;
}
</style>