Shades of Green #106F0E
Tints of Green #106F0E
RGB
CMYK
RGB Variations
Color information
#106F0E (or 0x106F0E) is known color: Green. HEX triplet: 10, 6F and 0E. RGB value is (16,111,14). Sum of RGB (Red+Green+Blue) = 16+111+14=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #106F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106F0E is #EF90F1. Grayscale: #474747. Windows color (decimal): -15700210 or 945936. OLE color: 945936.
HSL color Cylindrical-coordinate representation of color #106F0E: hue angle of 118.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #106F0E is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 111 | 14 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.56 |
| HSL | 118.76º | 0.78% | 0.25% | - |
| HSV(B) | 118.76º | 0.87% | 0.44% | - |
| XYZ | 5.98 | 11.51 | 2.32 | - |
| YUV | 71.54 | 95.53 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 14 | 0.86 | 0 | 0.87 | 0.56 | 118.76 | 0.78 | 0.25 |
| Hex | 10 | 6F | E | 56 | 0 | 57 | 38 | 77 | 4E | 19 |
| Octal | 20 | 157 | 16 | 126 | 0 | 127 | 70 | 167 | 116 | 31 |
| Binary | 10000 | 1101111 | 1110 | 1010110 | 0 | 1010111 | 111000 | 1110111 | 1001110 | 11001 |
Color Harmonies of #106F0E
Complementary color
Monochromatic Colors of #106F0E
Black with #106F0E
Text Example
Text Example
White with #106F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F0E; }
p { color: rgb(16,111,14); }
H1.HeaderClassName
{
color: #106F0E;
}
.AnyTagClassName
{
color: #106F0E;
}
</style>
background-color css
<style>
a { background-color: #106F0E; }
a { background-color: rgb(16,111,14); }
div.DivClassName
{
background-color: #106F0E;
}
.BgClassName
{
background-color: #106F0E;
}
</style>
border-color css
<style>
span { border-color: #106F0E; }
span { border-color: rgb(16,111,14); }
td.TdClassName
{
border-color: #106F0E;
}
.TagClassName
{
border-color: #106F0E;
}
</style>