Shades of Jewel #106E4A
Tints of Jewel #106E4A
RGB
CMYK
RGB Variations
Color information
#106E4A (or 0x106E4A) is known color: Jewel. HEX triplet: 10, 6E and 4A. RGB value is (16,110,74). Sum of RGB (Red+Green+Blue) = 16+110+74=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 110 (43.36% from 255 or 55% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 110 - color contains mainly: green. Hex color #106E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106E4A is #EF91B5. Grayscale: #4D4D4D. Windows color (decimal): -15700406 or 4877840. OLE color: 4877840.
HSL color Cylindrical-coordinate representation of color #106E4A: hue angle of 157.02º 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 #106E4A is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 110 | 74 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.57 |
| HSL | 157.02º | 0.75% | 0.25% | - |
| HSV(B) | 157.02º | 0.85% | 0.43% | - |
| XYZ | 7.03 | 11.76 | 8.38 | - |
| YUV | 77.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 74 | 0.85 | 0 | 0.33 | 0.57 | 157.02 | 0.75 | 0.25 |
| Hex | 10 | 6E | 4A | 55 | 0 | 21 | 39 | 9D | 4B | 19 |
| Octal | 20 | 156 | 112 | 125 | 0 | 41 | 71 | 235 | 113 | 31 |
| Binary | 10000 | 1101110 | 1001010 | 1010101 | 0 | 100001 | 111001 | 10011101 | 1001011 | 11001 |
Color Harmonies of #106E4A
Complementary color
Monochromatic Colors of #106E4A
Black with #106E4A
Text Example
Text Example
White with #106E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E4A; }
p { color: rgb(16,110,74); }
H1.HeaderClassName
{
color: #106E4A;
}
.AnyTagClassName
{
color: #106E4A;
}
</style>
background-color css
<style>
a { background-color: #106E4A; }
a { background-color: rgb(16,110,74); }
div.DivClassName
{
background-color: #106E4A;
}
.BgClassName
{
background-color: #106E4A;
}
</style>
border-color css
<style>
span { border-color: #106E4A; }
span { border-color: rgb(16,110,74); }
td.TdClassName
{
border-color: #106E4A;
}
.TagClassName
{
border-color: #106E4A;
}
</style>