Shades of Green #0E6616
Tints of Green #0E6616
RGB
CMYK
RGB Variations
Color information
#0E6616 (or 0x0E6616) is known color: Green. HEX triplet: 0E, 66 and 16. RGB value is (14,102,22). Sum of RGB (Red+Green+Blue) = 14+102+22=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6616 is #F199E9. Grayscale: #424242. Windows color (decimal): -15833578 or 1467918. OLE color: 1467918.
HSL color Cylindrical-coordinate representation of color #0E6616: hue angle of 125.45º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6616 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 22 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.6 |
| HSL | 125.45º | 0.76% | 0.23% | - |
| HSV(B) | 125.45º | 0.86% | 0.4% | - |
| XYZ | 5.08 | 9.65 | 2.35 | - |
| YUV | 66.57 | 102.85 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 22 | 0.86 | 0 | 0.78 | 0.6 | 125.45 | 0.76 | 0.23 |
| Hex | E | 66 | 16 | 56 | 0 | 4E | 3C | 7D | 4C | 17 |
| Octal | 16 | 146 | 26 | 126 | 0 | 116 | 74 | 175 | 114 | 27 |
| Binary | 1110 | 1100110 | 10110 | 1010110 | 0 | 1001110 | 111100 | 1111101 | 1001100 | 10111 |
Color Harmonies of #0E6616
Complementary color
Monochromatic Colors of #0E6616
Black with #0E6616
Text Example
Text Example
White with #0E6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6616; }
p { color: rgb(14,102,22); }
H1.HeaderClassName
{
color: #0E6616;
}
.AnyTagClassName
{
color: #0E6616;
}
</style>
background-color css
<style>
a { background-color: #0E6616; }
a { background-color: rgb(14,102,22); }
div.DivClassName
{
background-color: #0E6616;
}
.BgClassName
{
background-color: #0E6616;
}
</style>
border-color css
<style>
span { border-color: #0E6616; }
span { border-color: rgb(14,102,22); }
td.TdClassName
{
border-color: #0E6616;
}
.TagClassName
{
border-color: #0E6616;
}
</style>