Shades of Green #0E670E
Tints of Green #0E670E
RGB
CMYK
RGB Variations
Color information
#0E670E (or 0x0E670E) is known color: Green. HEX triplet: 0E, 67 and 0E. RGB value is (14,103,14). Sum of RGB (Red+Green+Blue) = 14+103+14=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #0E670E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E670E is #F198F1. Grayscale: #424242. Windows color (decimal): -15833330 or 943886. OLE color: 943886.
HSL color Cylindrical-coordinate representation of color #0E670E: hue angle of 120º 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 #0E670E is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 14 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.60 |
| HSL | 120º | 0.76% | 0.23% | - |
| HSV(B) | 120º | 0.86% | 0.4% | - |
| XYZ | 5.11 | 9.83 | 2.04 | - |
| YUV | 66.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 14 | 0.86 | 0 | 0.86 | 0.60 | 120 | 0.76 | 0.23 |
| Hex | E | 67 | E | 56 | 0 | 56 | 3C | 78 | 4C | 17 |
| Octal | 16 | 147 | 16 | 126 | 0 | 126 | 74 | 170 | 114 | 27 |
| Binary | 1110 | 1100111 | 1110 | 1010110 | 0 | 1010110 | 111100 | 1111000 | 1001100 | 10111 |
Color Harmonies of #0E670E
Complementary color
Monochromatic Colors of #0E670E
Black with #0E670E
Text Example
Text Example
White with #0E670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E670E; }
p { color: rgb(14,103,14); }
H1.HeaderClassName
{
color: #0E670E;
}
.AnyTagClassName
{
color: #0E670E;
}
</style>
background-color css
<style>
a { background-color: #0E670E; }
a { background-color: rgb(14,103,14); }
div.DivClassName
{
background-color: #0E670E;
}
.BgClassName
{
background-color: #0E670E;
}
</style>
border-color css
<style>
span { border-color: #0E670E; }
span { border-color: rgb(14,103,14); }
td.TdClassName
{
border-color: #0E670E;
}
.TagClassName
{
border-color: #0E670E;
}
</style>