Shades of Jewel #106D3F
Tints of Jewel #106D3F
RGB
CMYK
RGB Variations
Color information
#106D3F (or 0x106D3F) is known color: Jewel. HEX triplet: 10, 6D and 3F. RGB value is (16,109,63). Sum of RGB (Red+Green+Blue) = 16+109+63=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #106D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D3F is #EF92C0. Grayscale: #4C4C4C. Windows color (decimal): -15700673 or 4156688. OLE color: 4156688.
HSL color Cylindrical-coordinate representation of color #106D3F: hue angle of 150.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D3F is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 63 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.57 |
| HSL | 150.32º | 0.74% | 0.25% | - |
| HSV(B) | 150.32º | 0.85% | 0.43% | - |
| XYZ | 6.58 | 11.41 | 6.56 | - |
| YUV | 75.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 63 | 0.85 | 0 | 0.42 | 0.57 | 150.32 | 0.74 | 0.25 |
| Hex | 10 | 6D | 3F | 55 | 0 | 2A | 39 | 96 | 4A | 19 |
| Octal | 20 | 155 | 77 | 125 | 0 | 52 | 71 | 226 | 112 | 31 |
| Binary | 10000 | 1101101 | 111111 | 1010101 | 0 | 101010 | 111001 | 10010110 | 1001010 | 11001 |
Color Harmonies of #106D3F
Complementary color
Monochromatic Colors of #106D3F
Black with #106D3F
Text Example
Text Example
White with #106D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D3F; }
p { color: rgb(16,109,63); }
H1.HeaderClassName
{
color: #106D3F;
}
.AnyTagClassName
{
color: #106D3F;
}
</style>
background-color css
<style>
a { background-color: #106D3F; }
a { background-color: rgb(16,109,63); }
div.DivClassName
{
background-color: #106D3F;
}
.BgClassName
{
background-color: #106D3F;
}
</style>
border-color css
<style>
span { border-color: #106D3F; }
span { border-color: rgb(16,109,63); }
td.TdClassName
{
border-color: #106D3F;
}
.TagClassName
{
border-color: #106D3F;
}
</style>