Shades of Jewel #106C4D
Tints of Jewel #106C4D
RGB
CMYK
RGB Variations
Color information
#106C4D (or 0x106C4D) is known color: Jewel. HEX triplet: 10, 6C and 4D. RGB value is (16,108,77). Sum of RGB (Red+Green+Blue) = 16+108+77=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #106C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C4D is #EF93B2. Grayscale: #4C4C4C. Windows color (decimal): -15700915 or 5073936. OLE color: 5073936.
HSL color Cylindrical-coordinate representation of color #106C4D: hue angle of 159.78º 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 #106C4D is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 108 | 77 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.58 |
| HSL | 159.78º | 0.74% | 0.24% | - |
| HSV(B) | 159.78º | 0.85% | 0.42% | - |
| XYZ | 6.92 | 11.37 | 8.85 | - |
| YUV | 76.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 77 | 0.85 | 0 | 0.29 | 0.58 | 159.78 | 0.74 | 0.24 |
| Hex | 10 | 6C | 4D | 55 | 0 | 1D | 3A | A0 | 4A | 18 |
| Octal | 20 | 154 | 115 | 125 | 0 | 35 | 72 | 240 | 112 | 30 |
| Binary | 10000 | 1101100 | 1001101 | 1010101 | 0 | 11101 | 111010 | 10100000 | 1001010 | 11000 |
Color Harmonies of #106C4D
Complementary color
Monochromatic Colors of #106C4D
Black with #106C4D
Text Example
Text Example
White with #106C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C4D; }
p { color: rgb(16,108,77); }
H1.HeaderClassName
{
color: #106C4D;
}
.AnyTagClassName
{
color: #106C4D;
}
</style>
background-color css
<style>
a { background-color: #106C4D; }
a { background-color: rgb(16,108,77); }
div.DivClassName
{
background-color: #106C4D;
}
.BgClassName
{
background-color: #106C4D;
}
</style>
border-color css
<style>
span { border-color: #106C4D; }
span { border-color: rgb(16,108,77); }
td.TdClassName
{
border-color: #106C4D;
}
.TagClassName
{
border-color: #106C4D;
}
</style>