Shades of Jewel #106C41
Tints of Jewel #106C41
RGB
CMYK
RGB Variations
Color information
#106C41 (or 0x106C41) is known color: Jewel. HEX triplet: 10, 6C and 41. RGB value is (16,108,65). Sum of RGB (Red+Green+Blue) = 16+108+65=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #106C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C41 is #EF93BE. Grayscale: #4B4B4B. Windows color (decimal): -15700927 or 4287504. OLE color: 4287504.
HSL color Cylindrical-coordinate representation of color #106C41: hue angle of 151.96º 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 #106C41 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 108 | 65 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.58 |
| HSL | 151.96º | 0.74% | 0.24% | - |
| HSV(B) | 151.96º | 0.85% | 0.42% | - |
| XYZ | 6.53 | 11.22 | 6.82 | - |
| YUV | 75.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 65 | 0.85 | 0 | 0.40 | 0.58 | 151.96 | 0.74 | 0.24 |
| Hex | 10 | 6C | 41 | 55 | 0 | 28 | 3A | 98 | 4A | 18 |
| Octal | 20 | 154 | 101 | 125 | 0 | 50 | 72 | 230 | 112 | 30 |
| Binary | 10000 | 1101100 | 1000001 | 1010101 | 0 | 101000 | 111010 | 10011000 | 1001010 | 11000 |
Color Harmonies of #106C41
Complementary color
Monochromatic Colors of #106C41
Black with #106C41
Text Example
Text Example
White with #106C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C41; }
p { color: rgb(16,108,65); }
H1.HeaderClassName
{
color: #106C41;
}
.AnyTagClassName
{
color: #106C41;
}
</style>
background-color css
<style>
a { background-color: #106C41; }
a { background-color: rgb(16,108,65); }
div.DivClassName
{
background-color: #106C41;
}
.BgClassName
{
background-color: #106C41;
}
</style>
border-color css
<style>
span { border-color: #106C41; }
span { border-color: rgb(16,108,65); }
td.TdClassName
{
border-color: #106C41;
}
.TagClassName
{
border-color: #106C41;
}
</style>