Shades of Jewel #105642
Tints of Jewel #105642
RGB
CMYK
RGB Variations
Color information
#105642 (or 0x105642) is known color: Jewel. HEX triplet: 10, 56 and 42. RGB value is (16,86,66). Sum of RGB (Red+Green+Blue) = 16+86+66=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #105642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105642 is #EFA9BD. Grayscale: #3E3E3E. Windows color (decimal): -15706558 or 4347408. OLE color: 4347408.
HSL color Cylindrical-coordinate representation of color #105642: hue angle of 162.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105642 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 86 | 66 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.66 |
| HSL | 162.86º | 0.69% | 0.2% | - |
| HSV(B) | 162.86º | 0.81% | 0.34% | - |
| XYZ | 4.52 | 7.16 | 6.3 | - |
| YUV | 62.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 66 | 0.81 | 0 | 0.23 | 0.66 | 162.86 | 0.69 | 0.2 |
| Hex | 10 | 56 | 42 | 51 | 0 | 17 | 42 | A3 | 45 | 14 |
| Octal | 20 | 126 | 102 | 121 | 0 | 27 | 102 | 243 | 105 | 24 |
| Binary | 10000 | 1010110 | 1000010 | 1010001 | 0 | 10111 | 1000010 | 10100011 | 1000101 | 10100 |
Color Harmonies of #105642
Complementary color
Monochromatic Colors of #105642
Black with #105642
Text Example
Text Example
White with #105642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105642; }
p { color: rgb(16,86,66); }
H1.HeaderClassName
{
color: #105642;
}
.AnyTagClassName
{
color: #105642;
}
</style>
background-color css
<style>
a { background-color: #105642; }
a { background-color: rgb(16,86,66); }
div.DivClassName
{
background-color: #105642;
}
.BgClassName
{
background-color: #105642;
}
</style>
border-color css
<style>
span { border-color: #105642; }
span { border-color: rgb(16,86,66); }
td.TdClassName
{
border-color: #105642;
}
.TagClassName
{
border-color: #105642;
}
</style>