Shades of Jewel #105A46
Tints of Jewel #105A46
RGB
CMYK
RGB Variations
Color information
#105A46 (or 0x105A46) is known color: Jewel. HEX triplet: 10, 5A and 46. RGB value is (16,90,70). Sum of RGB (Red+Green+Blue) = 16+90+70=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #105A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A46 is #EFA5B9. Grayscale: #414141. Windows color (decimal): -15705530 or 4610576. OLE color: 4610576.
HSL color Cylindrical-coordinate representation of color #105A46: hue angle of 163.78º 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 #105A46 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 70 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.65 |
| HSL | 163.78º | 0.7% | 0.21% | - |
| HSV(B) | 163.78º | 0.82% | 0.35% | - |
| XYZ | 4.98 | 7.86 | 7.05 | - |
| YUV | 65.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 70 | 0.82 | 0 | 0.22 | 0.65 | 163.78 | 0.7 | 0.21 |
| Hex | 10 | 5A | 46 | 52 | 0 | 16 | 41 | A4 | 46 | 15 |
| Octal | 20 | 132 | 106 | 122 | 0 | 26 | 101 | 244 | 106 | 25 |
| Binary | 10000 | 1011010 | 1000110 | 1010010 | 0 | 10110 | 1000001 | 10100100 | 1000110 | 10101 |
Color Harmonies of #105A46
Complementary color
Monochromatic Colors of #105A46
Black with #105A46
Text Example
Text Example
White with #105A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A46; }
p { color: rgb(16,90,70); }
H1.HeaderClassName
{
color: #105A46;
}
.AnyTagClassName
{
color: #105A46;
}
</style>
background-color css
<style>
a { background-color: #105A46; }
a { background-color: rgb(16,90,70); }
div.DivClassName
{
background-color: #105A46;
}
.BgClassName
{
background-color: #105A46;
}
</style>
border-color css
<style>
span { border-color: #105A46; }
span { border-color: rgb(16,90,70); }
td.TdClassName
{
border-color: #105A46;
}
.TagClassName
{
border-color: #105A46;
}
</style>