Shades of Jewel #106145
Tints of Jewel #106145
RGB
CMYK
RGB Variations
Color information
#106145 (or 0x106145) is known color: Jewel. HEX triplet: 10, 61 and 45. RGB value is (16,97,69). Sum of RGB (Red+Green+Blue) = 16+97+69=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #106145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106145 is #EF9EBA. Grayscale: #454545. Windows color (decimal): -15703739 or 4546832. OLE color: 4546832.
HSL color Cylindrical-coordinate representation of color #106145: hue angle of 159.26º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106145 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 69 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.62 |
| HSL | 159.26º | 0.72% | 0.22% | - |
| HSV(B) | 159.26º | 0.84% | 0.38% | - |
| XYZ | 5.56 | 9.09 | 7.09 | - |
| YUV | 69.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 69 | 0.84 | 0 | 0.29 | 0.62 | 159.26 | 0.72 | 0.22 |
| Hex | 10 | 61 | 45 | 54 | 0 | 1D | 3E | 9F | 48 | 16 |
| Octal | 20 | 141 | 105 | 124 | 0 | 35 | 76 | 237 | 110 | 26 |
| Binary | 10000 | 1100001 | 1000101 | 1010100 | 0 | 11101 | 111110 | 10011111 | 1001000 | 10110 |
Color Harmonies of #106145
Complementary color
Monochromatic Colors of #106145
Black with #106145
Text Example
Text Example
White with #106145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106145; }
p { color: rgb(16,97,69); }
H1.HeaderClassName
{
color: #106145;
}
.AnyTagClassName
{
color: #106145;
}
</style>
background-color css
<style>
a { background-color: #106145; }
a { background-color: rgb(16,97,69); }
div.DivClassName
{
background-color: #106145;
}
.BgClassName
{
background-color: #106145;
}
</style>
border-color css
<style>
span { border-color: #106145; }
span { border-color: rgb(16,97,69); }
td.TdClassName
{
border-color: #106145;
}
.TagClassName
{
border-color: #106145;
}
</style>