Shades of Jewel #105842
Tints of Jewel #105842
RGB
CMYK
RGB Variations
Color information
#105842 (or 0x105842) is known color: Jewel. HEX triplet: 10, 58 and 42. RGB value is (16,88,66). Sum of RGB (Red+Green+Blue) = 16+88+66=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #105842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105842 is #EFA7BD. Grayscale: #3F3F3F. Windows color (decimal): -15706046 or 4347920. OLE color: 4347920.
HSL color Cylindrical-coordinate representation of color #105842: hue angle of 161.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105842 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 66 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.65 |
| HSL | 161.67º | 0.69% | 0.2% | - |
| HSV(B) | 161.67º | 0.82% | 0.35% | - |
| XYZ | 4.69 | 7.48 | 6.35 | - |
| YUV | 63.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 66 | 0.82 | 0 | 0.25 | 0.65 | 161.67 | 0.69 | 0.2 |
| Hex | 10 | 58 | 42 | 52 | 0 | 19 | 41 | A2 | 45 | 14 |
| Octal | 20 | 130 | 102 | 122 | 0 | 31 | 101 | 242 | 105 | 24 |
| Binary | 10000 | 1011000 | 1000010 | 1010010 | 0 | 11001 | 1000001 | 10100010 | 1000101 | 10100 |
Color Harmonies of #105842
Complementary color
Monochromatic Colors of #105842
Black with #105842
Text Example
Text Example
White with #105842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105842; }
p { color: rgb(16,88,66); }
H1.HeaderClassName
{
color: #105842;
}
.AnyTagClassName
{
color: #105842;
}
</style>
background-color css
<style>
a { background-color: #105842; }
a { background-color: rgb(16,88,66); }
div.DivClassName
{
background-color: #105842;
}
.BgClassName
{
background-color: #105842;
}
</style>
border-color css
<style>
span { border-color: #105842; }
span { border-color: rgb(16,88,66); }
td.TdClassName
{
border-color: #105842;
}
.TagClassName
{
border-color: #105842;
}
</style>