Shades of Jewel #106E4D
Tints of Jewel #106E4D
RGB
CMYK
RGB Variations
Color information
#106E4D (or 0x106E4D) is known color: Jewel. HEX triplet: 10, 6E and 4D. RGB value is (16,110,77). Sum of RGB (Red+Green+Blue) = 16+110+77=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #106E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E4D is #EF91B2. Grayscale: #4E4E4E. Windows color (decimal): -15700403 or 5074448. OLE color: 5074448.
HSL color Cylindrical-coordinate representation of color #106E4D: hue angle of 158.94º 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 #106E4D is Cyan = 0.85, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 110 | 77 | - |
| CMYK | 0.85 | 0 | 0.3 | 0.57 |
| HSL | 158.94º | 0.75% | 0.25% | - |
| HSV(B) | 158.94º | 0.85% | 0.43% | - |
| XYZ | 7.13 | 11.8 | 8.92 | - |
| YUV | 78.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 77 | 0.85 | 0 | 0.3 | 0.57 | 158.94 | 0.75 | 0.25 |
| Hex | 10 | 6E | 4D | 55 | 0 | 1E | 39 | 9F | 4B | 19 |
| Octal | 20 | 156 | 115 | 125 | 0 | 36 | 71 | 237 | 113 | 31 |
| Binary | 10000 | 1101110 | 1001101 | 1010101 | 0 | 11110 | 111001 | 10011111 | 1001011 | 11001 |
Color Harmonies of #106E4D
Complementary color
Monochromatic Colors of #106E4D
Black with #106E4D
Text Example
Text Example
White with #106E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E4D; }
p { color: rgb(16,110,77); }
H1.HeaderClassName
{
color: #106E4D;
}
.AnyTagClassName
{
color: #106E4D;
}
</style>
background-color css
<style>
a { background-color: #106E4D; }
a { background-color: rgb(16,110,77); }
div.DivClassName
{
background-color: #106E4D;
}
.BgClassName
{
background-color: #106E4D;
}
</style>
border-color css
<style>
span { border-color: #106E4D; }
span { border-color: rgb(16,110,77); }
td.TdClassName
{
border-color: #106E4D;
}
.TagClassName
{
border-color: #106E4D;
}
</style>