Shades of Jewel #106E47
Tints of Jewel #106E47
RGB
CMYK
RGB Variations
Color information
#106E47 (or 0x106E47) is known color: Jewel. HEX triplet: 10, 6E and 47. RGB value is (16,110,71). Sum of RGB (Red+Green+Blue) = 16+110+71=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #106E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106E47 is #EF91B8. Grayscale: #4D4D4D. Windows color (decimal): -15700409 or 4681232. OLE color: 4681232.
HSL color Cylindrical-coordinate representation of color #106E47: hue angle of 155.11º degrees, saturation: 0.75, 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 #106E47 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 110 | 71 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.57 |
| HSL | 155.11º | 0.75% | 0.25% | - |
| HSV(B) | 155.11º | 0.85% | 0.43% | - |
| XYZ | 6.93 | 11.72 | 7.86 | - |
| YUV | 77.45 | 124.36 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 71 | 0.85 | 0 | 0.35 | 0.57 | 155.11 | 0.75 | 0.25 |
| Hex | 10 | 6E | 47 | 55 | 0 | 23 | 39 | 9B | 4B | 19 |
| Octal | 20 | 156 | 107 | 125 | 0 | 43 | 71 | 233 | 113 | 31 |
| Binary | 10000 | 1101110 | 1000111 | 1010101 | 0 | 100011 | 111001 | 10011011 | 1001011 | 11001 |
Color Harmonies of #106E47
Complementary color
Monochromatic Colors of #106E47
Black with #106E47
Text Example
Text Example
White with #106E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E47; }
p { color: rgb(16,110,71); }
H1.HeaderClassName
{
color: #106E47;
}
.AnyTagClassName
{
color: #106E47;
}
</style>
background-color css
<style>
a { background-color: #106E47; }
a { background-color: rgb(16,110,71); }
div.DivClassName
{
background-color: #106E47;
}
.BgClassName
{
background-color: #106E47;
}
</style>
border-color css
<style>
span { border-color: #106E47; }
span { border-color: rgb(16,110,71); }
td.TdClassName
{
border-color: #106E47;
}
.TagClassName
{
border-color: #106E47;
}
</style>