Shades of Jewel #105947
Tints of Jewel #105947
RGB
CMYK
RGB Variations
Color information
#105947 (or 0x105947) is known color: Jewel. HEX triplet: 10, 59 and 47. RGB value is (16,89,71). Sum of RGB (Red+Green+Blue) = 16+89+71=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #105947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105947 is #EFA6B8. Grayscale: #414141. Windows color (decimal): -15705785 or 4675856. OLE color: 4675856.
HSL color Cylindrical-coordinate representation of color #105947: hue angle of 165.21º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105947 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 89 | 71 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.65 |
| HSL | 165.21º | 0.7% | 0.21% | - |
| HSV(B) | 165.21º | 0.82% | 0.35% | - |
| XYZ | 4.92 | 7.71 | 7.19 | - |
| YUV | 65.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 71 | 0.82 | 0 | 0.20 | 0.65 | 165.21 | 0.7 | 0.21 |
| Hex | 10 | 59 | 47 | 52 | 0 | 14 | 41 | A5 | 46 | 15 |
| Octal | 20 | 131 | 107 | 122 | 0 | 24 | 101 | 245 | 106 | 25 |
| Binary | 10000 | 1011001 | 1000111 | 1010010 | 0 | 10100 | 1000001 | 10100101 | 1000110 | 10101 |
Color Harmonies of #105947
Complementary color
Monochromatic Colors of #105947
Black with #105947
Text Example
Text Example
White with #105947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105947; }
p { color: rgb(16,89,71); }
H1.HeaderClassName
{
color: #105947;
}
.AnyTagClassName
{
color: #105947;
}
</style>
background-color css
<style>
a { background-color: #105947; }
a { background-color: rgb(16,89,71); }
div.DivClassName
{
background-color: #105947;
}
.BgClassName
{
background-color: #105947;
}
</style>
border-color css
<style>
span { border-color: #105947; }
span { border-color: rgb(16,89,71); }
td.TdClassName
{
border-color: #105947;
}
.TagClassName
{
border-color: #105947;
}
</style>