Shades of Green #0E6703
Tints of Green #0E6703
RGB
CMYK
RGB Variations
Color information
#0E6703 (or 0x0E6703) is known color: Green. HEX triplet: 0E, 67 and 03. RGB value is (14,103,3). Sum of RGB (Red+Green+Blue) = 14+103+3=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 103 (40.62% from 255 or 85.83% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6703 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6703 is #F198FC. Grayscale: #414141. Windows color (decimal): -15833341 or 222990. OLE color: 222990.
HSL color Cylindrical-coordinate representation of color #0E6703: hue angle of 113.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E6703 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 3 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.60 |
| HSL | 113.4º | 0.94% | 0.21% | - |
| HSV(B) | 113.4º | 0.97% | 0.4% | - |
| XYZ | 5.05 | 9.8 | 1.71 | - |
| YUV | 64.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 3 | 0.86 | 0 | 0.97 | 0.60 | 113.4 | 0.94 | 0.21 |
| Hex | E | 67 | 3 | 56 | 0 | 61 | 3C | 71 | 5E | 15 |
| Octal | 16 | 147 | 3 | 126 | 0 | 141 | 74 | 161 | 136 | 25 |
| Binary | 1110 | 1100111 | 11 | 1010110 | 0 | 1100001 | 111100 | 1110001 | 1011110 | 10101 |
Color Harmonies of #0E6703
Complementary color
Monochromatic Colors of #0E6703
Black with #0E6703
Text Example
Text Example
White with #0E6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6703; }
p { color: rgb(14,103,3); }
H1.HeaderClassName
{
color: #0E6703;
}
.AnyTagClassName
{
color: #0E6703;
}
</style>
background-color css
<style>
a { background-color: #0E6703; }
a { background-color: rgb(14,103,3); }
div.DivClassName
{
background-color: #0E6703;
}
.BgClassName
{
background-color: #0E6703;
}
</style>
border-color css
<style>
span { border-color: #0E6703; }
span { border-color: rgb(14,103,3); }
td.TdClassName
{
border-color: #0E6703;
}
.TagClassName
{
border-color: #0E6703;
}
</style>