Shades of Jewel #107047
Tints of Jewel #107047
RGB
CMYK
RGB Variations
Color information
#107047 (or 0x107047) is known color: Jewel. HEX triplet: 10, 70 and 47. RGB value is (16,112,71). Sum of RGB (Red+Green+Blue) = 16+112+71=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #107047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107047 is #EF8FB8. Grayscale: #4E4E4E. Windows color (decimal): -15699897 or 4681744. OLE color: 4681744.
HSL color Cylindrical-coordinate representation of color #107047: hue angle of 154.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107047 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 71 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.56 |
| HSL | 154.38º | 0.75% | 0.25% | - |
| HSV(B) | 154.38º | 0.86% | 0.44% | - |
| XYZ | 7.15 | 12.15 | 7.93 | - |
| YUV | 78.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 71 | 0.86 | 0 | 0.37 | 0.56 | 154.38 | 0.75 | 0.25 |
| Hex | 10 | 70 | 47 | 56 | 0 | 25 | 38 | 9A | 4B | 19 |
| Octal | 20 | 160 | 107 | 126 | 0 | 45 | 70 | 232 | 113 | 31 |
| Binary | 10000 | 1110000 | 1000111 | 1010110 | 0 | 100101 | 111000 | 10011010 | 1001011 | 11001 |
Color Harmonies of #107047
Complementary color
Monochromatic Colors of #107047
Black with #107047
Text Example
Text Example
White with #107047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107047; }
p { color: rgb(16,112,71); }
H1.HeaderClassName
{
color: #107047;
}
.AnyTagClassName
{
color: #107047;
}
</style>
background-color css
<style>
a { background-color: #107047; }
a { background-color: rgb(16,112,71); }
div.DivClassName
{
background-color: #107047;
}
.BgClassName
{
background-color: #107047;
}
</style>
border-color css
<style>
span { border-color: #107047; }
span { border-color: rgb(16,112,71); }
td.TdClassName
{
border-color: #107047;
}
.TagClassName
{
border-color: #107047;
}
</style>