Shades of Green #0E6700
Tints of Green #0E6700
RGB
CMYK
RGB Variations
Color information
#0E6700 (or 0x0E6700) is known color: Green. HEX triplet: 0E, 67 and 00. RGB value is (14,103,0). Sum of RGB (Red+Green+Blue) = 14+103+0=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 103 (40.62% from 255 or 88.03% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6700 is #F198FF. Grayscale: #404040. Windows color (decimal): -15833344 or 26382. OLE color: 26382.
HSL color Cylindrical-coordinate representation of color #0E6700: hue angle of 111.84º 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 #0E6700 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.60 |
| HSL | 111.84º | 1% | 0.2% | - |
| HSV(B) | 111.84º | 1% | 0.4% | - |
| XYZ | 5.03 | 9.79 | 1.63 | - |
| YUV | 64.65 | 91.51 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 0 | 0.86 | 0 | 1 | 0.60 | 111.84 | 1 | 0.2 |
| Hex | E | 67 | 0 | 56 | 0 | 64 | 3C | 70 | 64 | 14 |
| Octal | 16 | 147 | 0 | 126 | 0 | 144 | 74 | 160 | 144 | 24 |
| Binary | 1110 | 1100111 | 0 | 1010110 | 0 | 1100100 | 111100 | 1110000 | 1100100 | 10100 |
Color Harmonies of #0E6700
Complementary color
Monochromatic Colors of #0E6700
Black with #0E6700
Text Example
Text Example
White with #0E6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6700; }
p { color: rgb(14,103,0); }
H1.HeaderClassName
{
color: #0E6700;
}
.AnyTagClassName
{
color: #0E6700;
}
</style>
background-color css
<style>
a { background-color: #0E6700; }
a { background-color: rgb(14,103,0); }
div.DivClassName
{
background-color: #0E6700;
}
.BgClassName
{
background-color: #0E6700;
}
</style>
border-color css
<style>
span { border-color: #0E6700; }
span { border-color: rgb(14,103,0); }
td.TdClassName
{
border-color: #0E6700;
}
.TagClassName
{
border-color: #0E6700;
}
</style>