Shades of Green #10640E
Tints of Green #10640E
RGB
CMYK
RGB Variations
Color information
#10640E (or 0x10640E) is known color: Green. HEX triplet: 10, 64 and 0E. RGB value is (16,100,14). Sum of RGB (Red+Green+Blue) = 16+100+14=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 100 (39.45% from 255 or 76.92% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 100 - color contains mainly: green. Hex color #10640E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10640E is #EF9BF1. Grayscale: #414141. Windows color (decimal): -15703026 or 943120. OLE color: 943120.
HSL color Cylindrical-coordinate representation of color #10640E: hue angle of 118.6º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10640E is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 100 | 14 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.61 |
| HSL | 118.6º | 0.75% | 0.22% | - |
| HSV(B) | 118.6º | 0.86% | 0.39% | - |
| XYZ | 4.85 | 9.26 | 1.95 | - |
| YUV | 65.08 | 99.17 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 14 | 0.84 | 0 | 0.86 | 0.61 | 118.6 | 0.75 | 0.22 |
| Hex | 10 | 64 | E | 54 | 0 | 56 | 3D | 77 | 4B | 16 |
| Octal | 20 | 144 | 16 | 124 | 0 | 126 | 75 | 167 | 113 | 26 |
| Binary | 10000 | 1100100 | 1110 | 1010100 | 0 | 1010110 | 111101 | 1110111 | 1001011 | 10110 |
Color Harmonies of #10640E
Complementary color
Monochromatic Colors of #10640E
Black with #10640E
Text Example
Text Example
White with #10640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10640E; }
p { color: rgb(16,100,14); }
H1.HeaderClassName
{
color: #10640E;
}
.AnyTagClassName
{
color: #10640E;
}
</style>
background-color css
<style>
a { background-color: #10640E; }
a { background-color: rgb(16,100,14); }
div.DivClassName
{
background-color: #10640E;
}
.BgClassName
{
background-color: #10640E;
}
</style>
border-color css
<style>
span { border-color: #10640E; }
span { border-color: rgb(16,100,14); }
td.TdClassName
{
border-color: #10640E;
}
.TagClassName
{
border-color: #10640E;
}
</style>