Shades of Jewel #106C46
Tints of Jewel #106C46
RGB
CMYK
RGB Variations
Color information
#106C46 (or 0x106C46) is known color: Jewel. HEX triplet: 10, 6C and 46. RGB value is (16,108,70). Sum of RGB (Red+Green+Blue) = 16+108+70=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #106C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C46 is #EF93B9. Grayscale: #4C4C4C. Windows color (decimal): -15700922 or 4615184. OLE color: 4615184.
HSL color Cylindrical-coordinate representation of color #106C46: hue angle of 155.22º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106C46 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 108 | 70 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.58 |
| HSL | 155.22º | 0.74% | 0.24% | - |
| HSV(B) | 155.22º | 0.85% | 0.42% | - |
| XYZ | 6.68 | 11.28 | 7.62 | - |
| YUV | 76.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 70 | 0.85 | 0 | 0.35 | 0.58 | 155.22 | 0.74 | 0.24 |
| Hex | 10 | 6C | 46 | 55 | 0 | 23 | 3A | 9B | 4A | 18 |
| Octal | 20 | 154 | 106 | 125 | 0 | 43 | 72 | 233 | 112 | 30 |
| Binary | 10000 | 1101100 | 1000110 | 1010101 | 0 | 100011 | 111010 | 10011011 | 1001010 | 11000 |
Color Harmonies of #106C46
Complementary color
Monochromatic Colors of #106C46
Black with #106C46
Text Example
Text Example
White with #106C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C46; }
p { color: rgb(16,108,70); }
H1.HeaderClassName
{
color: #106C46;
}
.AnyTagClassName
{
color: #106C46;
}
</style>
background-color css
<style>
a { background-color: #106C46; }
a { background-color: rgb(16,108,70); }
div.DivClassName
{
background-color: #106C46;
}
.BgClassName
{
background-color: #106C46;
}
</style>
border-color css
<style>
span { border-color: #106C46; }
span { border-color: rgb(16,108,70); }
td.TdClassName
{
border-color: #106C46;
}
.TagClassName
{
border-color: #106C46;
}
</style>