Shades of Green #0E6712
Tints of Green #0E6712
RGB
CMYK
RGB Variations
Color information
#0E6712 (or 0x0E6712) is known color: Green. HEX triplet: 0E, 67 and 12. RGB value is (14,103,18). Sum of RGB (Red+Green+Blue) = 14+103+18=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 103 (40.62% from 255 or 76.30% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6712 is #F198ED. Grayscale: #424242. Windows color (decimal): -15833326 or 1206030. OLE color: 1206030.
HSL color Cylindrical-coordinate representation of color #0E6712: hue angle of 122.7º 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 #0E6712 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 18 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.60 |
| HSL | 122.7º | 0.76% | 0.23% | - |
| HSV(B) | 122.7º | 0.86% | 0.4% | - |
| XYZ | 5.14 | 9.84 | 2.2 | - |
| YUV | 66.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 18 | 0.86 | 0 | 0.83 | 0.60 | 122.7 | 0.76 | 0.23 |
| Hex | E | 67 | 12 | 56 | 0 | 53 | 3C | 7B | 4C | 17 |
| Octal | 16 | 147 | 22 | 126 | 0 | 123 | 74 | 173 | 114 | 27 |
| Binary | 1110 | 1100111 | 10010 | 1010110 | 0 | 1010011 | 111100 | 1111011 | 1001100 | 10111 |
Color Harmonies of #0E6712
Complementary color
Monochromatic Colors of #0E6712
Black with #0E6712
Text Example
Text Example
White with #0E6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6712; }
p { color: rgb(14,103,18); }
H1.HeaderClassName
{
color: #0E6712;
}
.AnyTagClassName
{
color: #0E6712;
}
</style>
background-color css
<style>
a { background-color: #0E6712; }
a { background-color: rgb(14,103,18); }
div.DivClassName
{
background-color: #0E6712;
}
.BgClassName
{
background-color: #0E6712;
}
</style>
border-color css
<style>
span { border-color: #0E6712; }
span { border-color: rgb(14,103,18); }
td.TdClassName
{
border-color: #0E6712;
}
.TagClassName
{
border-color: #0E6712;
}
</style>