Shades of Green #0E6F04
Tints of Green #0E6F04
RGB
CMYK
RGB Variations
Color information
#0E6F04 (or 0x0E6F04) is known color: Green. HEX triplet: 0E, 6F and 04. RGB value is (14,111,4). Sum of RGB (Red+Green+Blue) = 14+111+4=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 111 (43.75% from 255 or 86.05% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 111 - color contains mainly: green. Hex color #0E6F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6F04 is #F190FB. Grayscale: #464646. Windows color (decimal): -15831292 or 290574. OLE color: 290574.
HSL color Cylindrical-coordinate representation of color #0E6F04: hue angle of 114.39º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E6F04 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 111 | 4 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.56 |
| HSL | 114.39º | 0.93% | 0.23% | - |
| HSV(B) | 114.39º | 0.96% | 0.44% | - |
| XYZ | 5.89 | 11.47 | 2.02 | - |
| YUV | 69.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 4 | 0.87 | 0 | 0.96 | 0.56 | 114.39 | 0.93 | 0.23 |
| Hex | E | 6F | 4 | 57 | 0 | 60 | 38 | 72 | 5D | 17 |
| Octal | 16 | 157 | 4 | 127 | 0 | 140 | 70 | 162 | 135 | 27 |
| Binary | 1110 | 1101111 | 100 | 1010111 | 0 | 1100000 | 111000 | 1110010 | 1011101 | 10111 |
Color Harmonies of #0E6F04
Complementary color
Monochromatic Colors of #0E6F04
Black with #0E6F04
Text Example
Text Example
White with #0E6F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6F04; }
p { color: rgb(14,111,4); }
H1.HeaderClassName
{
color: #0E6F04;
}
.AnyTagClassName
{
color: #0E6F04;
}
</style>
background-color css
<style>
a { background-color: #0E6F04; }
a { background-color: rgb(14,111,4); }
div.DivClassName
{
background-color: #0E6F04;
}
.BgClassName
{
background-color: #0E6F04;
}
</style>
border-color css
<style>
span { border-color: #0E6F04; }
span { border-color: rgb(14,111,4); }
td.TdClassName
{
border-color: #0E6F04;
}
.TagClassName
{
border-color: #0E6F04;
}
</style>