Shades of Green #106717
Tints of Green #106717
RGB
CMYK
RGB Variations
Color information
#106717 (or 0x106717) is known color: Green. HEX triplet: 10, 67 and 17. RGB value is (16,103,23). Sum of RGB (Red+Green+Blue) = 16+103+23=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #106717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106717 is #EF98E8. Grayscale: #444444. Windows color (decimal): -15702249 or 1533712. OLE color: 1533712.
HSL color Cylindrical-coordinate representation of color #106717: hue angle of 124.83º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106717 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 103 | 23 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.60 |
| HSL | 124.83º | 0.73% | 0.23% | - |
| HSV(B) | 124.83º | 0.84% | 0.4% | - |
| XYZ | 5.22 | 9.87 | 2.44 | - |
| YUV | 67.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 23 | 0.84 | 0 | 0.78 | 0.60 | 124.83 | 0.73 | 0.23 |
| Hex | 10 | 67 | 17 | 54 | 0 | 4E | 3C | 7D | 49 | 17 |
| Octal | 20 | 147 | 27 | 124 | 0 | 116 | 74 | 175 | 111 | 27 |
| Binary | 10000 | 1100111 | 10111 | 1010100 | 0 | 1001110 | 111100 | 1111101 | 1001001 | 10111 |
Color Harmonies of #106717
Complementary color
Monochromatic Colors of #106717
Black with #106717
Text Example
Text Example
White with #106717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106717; }
p { color: rgb(16,103,23); }
H1.HeaderClassName
{
color: #106717;
}
.AnyTagClassName
{
color: #106717;
}
</style>
background-color css
<style>
a { background-color: #106717; }
a { background-color: rgb(16,103,23); }
div.DivClassName
{
background-color: #106717;
}
.BgClassName
{
background-color: #106717;
}
</style>
border-color css
<style>
span { border-color: #106717; }
span { border-color: rgb(16,103,23); }
td.TdClassName
{
border-color: #106717;
}
.TagClassName
{
border-color: #106717;
}
</style>