Shades of Green #0E670C
Tints of Green #0E670C
RGB
CMYK
RGB Variations
Color information
#0E670C (or 0x0E670C) is known color: Green. HEX triplet: 0E, 67 and 0C. RGB value is (14,103,12). Sum of RGB (Red+Green+Blue) = 14+103+12=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 103 (40.62% from 255 or 79.84% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 103 - color contains mainly: green. Hex color #0E670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E670C is #F198F3. Grayscale: #424242. Windows color (decimal): -15833332 or 812814. OLE color: 812814.
HSL color Cylindrical-coordinate representation of color #0E670C: hue angle of 118.68º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E670C is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 12 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.60 |
| HSL | 118.68º | 0.79% | 0.23% | - |
| HSV(B) | 118.68º | 0.88% | 0.4% | - |
| XYZ | 5.1 | 9.82 | 1.97 | - |
| YUV | 66.02 | 97.51 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 12 | 0.86 | 0 | 0.88 | 0.60 | 118.68 | 0.79 | 0.23 |
| Hex | E | 67 | C | 56 | 0 | 58 | 3C | 77 | 4F | 17 |
| Octal | 16 | 147 | 14 | 126 | 0 | 130 | 74 | 167 | 117 | 27 |
| Binary | 1110 | 1100111 | 1100 | 1010110 | 0 | 1011000 | 111100 | 1110111 | 1001111 | 10111 |
Color Harmonies of #0E670C
Complementary color
Monochromatic Colors of #0E670C
Black with #0E670C
Text Example
Text Example
White with #0E670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E670C; }
p { color: rgb(14,103,12); }
H1.HeaderClassName
{
color: #0E670C;
}
.AnyTagClassName
{
color: #0E670C;
}
</style>
background-color css
<style>
a { background-color: #0E670C; }
a { background-color: rgb(14,103,12); }
div.DivClassName
{
background-color: #0E670C;
}
.BgClassName
{
background-color: #0E670C;
}
</style>
border-color css
<style>
span { border-color: #0E670C; }
span { border-color: rgb(14,103,12); }
td.TdClassName
{
border-color: #0E670C;
}
.TagClassName
{
border-color: #0E670C;
}
</style>