Shades of Jewel #105B46
Tints of Jewel #105B46
RGB
CMYK
RGB Variations
Color information
#105B46 (or 0x105B46) is known color: Jewel. HEX triplet: 10, 5B and 46. RGB value is (16,91,70). Sum of RGB (Red+Green+Blue) = 16+91+70=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #105B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105B46 is #EFA4B9. Grayscale: #424242. Windows color (decimal): -15705274 or 4610832. OLE color: 4610832.
HSL color Cylindrical-coordinate representation of color #105B46: hue angle of 163.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B46 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 70 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.64 |
| HSL | 163.2º | 0.7% | 0.21% | - |
| HSV(B) | 163.2º | 0.82% | 0.36% | - |
| XYZ | 5.06 | 8.03 | 7.08 | - |
| YUV | 66.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 70 | 0.82 | 0 | 0.23 | 0.64 | 163.2 | 0.7 | 0.21 |
| Hex | 10 | 5B | 46 | 52 | 0 | 17 | 40 | A3 | 46 | 15 |
| Octal | 20 | 133 | 106 | 122 | 0 | 27 | 100 | 243 | 106 | 25 |
| Binary | 10000 | 1011011 | 1000110 | 1010010 | 0 | 10111 | 1000000 | 10100011 | 1000110 | 10101 |
Color Harmonies of #105B46
Complementary color
Monochromatic Colors of #105B46
Black with #105B46
Text Example
Text Example
White with #105B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B46; }
p { color: rgb(16,91,70); }
H1.HeaderClassName
{
color: #105B46;
}
.AnyTagClassName
{
color: #105B46;
}
</style>
background-color css
<style>
a { background-color: #105B46; }
a { background-color: rgb(16,91,70); }
div.DivClassName
{
background-color: #105B46;
}
.BgClassName
{
background-color: #105B46;
}
</style>
border-color css
<style>
span { border-color: #105B46; }
span { border-color: rgb(16,91,70); }
td.TdClassName
{
border-color: #105B46;
}
.TagClassName
{
border-color: #105B46;
}
</style>