Shades of Green #0E6600
Tints of Green #0E6600
RGB
CMYK
RGB Variations
Color information
#0E6600 (or 0x0E6600) is known color: Green. HEX triplet: 0E, 66 and 00. RGB value is (14,102,0). Sum of RGB (Red+Green+Blue) = 14+102+0=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 102 (40.23% from 255 or 87.93% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6600 is #F199FF. Grayscale: #404040. Windows color (decimal): -15833600 or 26126. OLE color: 26126.
HSL color Cylindrical-coordinate representation of color #0E6600: hue angle of 111.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E6600 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.6 |
| HSL | 111.76º | 1% | 0.2% | - |
| HSV(B) | 111.76º | 1% | 0.4% | - |
| XYZ | 4.93 | 9.6 | 1.59 | - |
| YUV | 64.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 0 | 0.86 | 0 | 1 | 0.6 | 111.76 | 1 | 0.2 |
| Hex | E | 66 | 0 | 56 | 0 | 64 | 3C | 70 | 64 | 14 |
| Octal | 16 | 146 | 0 | 126 | 0 | 144 | 74 | 160 | 144 | 24 |
| Binary | 1110 | 1100110 | 0 | 1010110 | 0 | 1100100 | 111100 | 1110000 | 1100100 | 10100 |
Color Harmonies of #0E6600
Complementary color
Monochromatic Colors of #0E6600
Black with #0E6600
Text Example
Text Example
White with #0E6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6600; }
p { color: rgb(14,102,0); }
H1.HeaderClassName
{
color: #0E6600;
}
.AnyTagClassName
{
color: #0E6600;
}
</style>
background-color css
<style>
a { background-color: #0E6600; }
a { background-color: rgb(14,102,0); }
div.DivClassName
{
background-color: #0E6600;
}
.BgClassName
{
background-color: #0E6600;
}
</style>
border-color css
<style>
span { border-color: #0E6600; }
span { border-color: rgb(14,102,0); }
td.TdClassName
{
border-color: #0E6600;
}
.TagClassName
{
border-color: #0E6600;
}
</style>