Shades of Jewel #105745
Tints of Jewel #105745
RGB
CMYK
RGB Variations
Color information
#105745 (or 0x105745) is known color: Jewel. HEX triplet: 10, 57 and 45. RGB value is (16,87,69). Sum of RGB (Red+Green+Blue) = 16+87+69=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #105745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105745 is #EFA8BA. Grayscale: #3F3F3F. Windows color (decimal): -15706299 or 4544272. OLE color: 4544272.
HSL color Cylindrical-coordinate representation of color #105745: hue angle of 164.79º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105745 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 87 | 69 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.66 |
| HSL | 164.79º | 0.69% | 0.2% | - |
| HSV(B) | 164.79º | 0.82% | 0.34% | - |
| XYZ | 4.7 | 7.36 | 6.8 | - |
| YUV | 63.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 69 | 0.82 | 0 | 0.21 | 0.66 | 164.79 | 0.69 | 0.2 |
| Hex | 10 | 57 | 45 | 52 | 0 | 15 | 42 | A5 | 45 | 14 |
| Octal | 20 | 127 | 105 | 122 | 0 | 25 | 102 | 245 | 105 | 24 |
| Binary | 10000 | 1010111 | 1000101 | 1010010 | 0 | 10101 | 1000010 | 10100101 | 1000101 | 10100 |
Color Harmonies of #105745
Complementary color
Monochromatic Colors of #105745
Black with #105745
Text Example
Text Example
White with #105745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105745; }
p { color: rgb(16,87,69); }
H1.HeaderClassName
{
color: #105745;
}
.AnyTagClassName
{
color: #105745;
}
</style>
background-color css
<style>
a { background-color: #105745; }
a { background-color: rgb(16,87,69); }
div.DivClassName
{
background-color: #105745;
}
.BgClassName
{
background-color: #105745;
}
</style>
border-color css
<style>
span { border-color: #105745; }
span { border-color: rgb(16,87,69); }
td.TdClassName
{
border-color: #105745;
}
.TagClassName
{
border-color: #105745;
}
</style>