Shades of Green #0E6E0D
Tints of Green #0E6E0D
RGB
CMYK
RGB Variations
Color information
#0E6E0D (or 0x0E6E0D) is known color: Green. HEX triplet: 0E, 6E and 0D. RGB value is (14,110,13). Sum of RGB (Red+Green+Blue) = 14+110+13=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 110 (43.36% from 255 or 80.29% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 110 - color contains mainly: green. Hex color #0E6E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6E0D is #F191F2. Grayscale: #464646. Windows color (decimal): -15831539 or 880142. OLE color: 880142.
HSL color Cylindrical-coordinate representation of color #0E6E0D: hue angle of 119.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6E0D is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 110 | 13 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.57 |
| HSL | 119.38º | 0.79% | 0.24% | - |
| HSV(B) | 119.38º | 0.88% | 0.43% | - |
| XYZ | 5.83 | 11.27 | 2.25 | - |
| YUV | 70.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 110 | 13 | 0.87 | 0 | 0.88 | 0.57 | 119.38 | 0.79 | 0.24 |
| Hex | E | 6E | D | 57 | 0 | 58 | 39 | 77 | 4F | 18 |
| Octal | 16 | 156 | 15 | 127 | 0 | 130 | 71 | 167 | 117 | 30 |
| Binary | 1110 | 1101110 | 1101 | 1010111 | 0 | 1011000 | 111001 | 1110111 | 1001111 | 11000 |
Color Harmonies of #0E6E0D
Complementary color
Monochromatic Colors of #0E6E0D
Black with #0E6E0D
Text Example
Text Example
White with #0E6E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6E0D; }
p { color: rgb(14,110,13); }
H1.HeaderClassName
{
color: #0E6E0D;
}
.AnyTagClassName
{
color: #0E6E0D;
}
</style>
background-color css
<style>
a { background-color: #0E6E0D; }
a { background-color: rgb(14,110,13); }
div.DivClassName
{
background-color: #0E6E0D;
}
.BgClassName
{
background-color: #0E6E0D;
}
</style>
border-color css
<style>
span { border-color: #0E6E0D; }
span { border-color: rgb(14,110,13); }
td.TdClassName
{
border-color: #0E6E0D;
}
.TagClassName
{
border-color: #0E6E0D;
}
</style>