Shades of Jewel #105F4D
Tints of Jewel #105F4D
RGB
CMYK
RGB Variations
Color information
#105F4D (or 0x105F4D) is known color: Jewel. HEX triplet: 10, 5F and 4D. RGB value is (16,95,77). Sum of RGB (Red+Green+Blue) = 16+95+77=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #105F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F4D is #EFA0B2. Grayscale: #454545. Windows color (decimal): -15704243 or 5070608. OLE color: 5070608.
HSL color Cylindrical-coordinate representation of color #105F4D: hue angle of 166.33º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F4D is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 95 | 77 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.63 |
| HSL | 166.33º | 0.71% | 0.22% | - |
| HSV(B) | 166.33º | 0.83% | 0.37% | - |
| XYZ | 5.65 | 8.83 | 8.43 | - |
| YUV | 69.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 77 | 0.83 | 0 | 0.19 | 0.63 | 166.33 | 0.71 | 0.22 |
| Hex | 10 | 5F | 4D | 53 | 0 | 13 | 3F | A6 | 47 | 16 |
| Octal | 20 | 137 | 115 | 123 | 0 | 23 | 77 | 246 | 107 | 26 |
| Binary | 10000 | 1011111 | 1001101 | 1010011 | 0 | 10011 | 111111 | 10100110 | 1000111 | 10110 |
Color Harmonies of #105F4D
Complementary color
Monochromatic Colors of #105F4D
Black with #105F4D
Text Example
Text Example
White with #105F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F4D; }
p { color: rgb(16,95,77); }
H1.HeaderClassName
{
color: #105F4D;
}
.AnyTagClassName
{
color: #105F4D;
}
</style>
background-color css
<style>
a { background-color: #105F4D; }
a { background-color: rgb(16,95,77); }
div.DivClassName
{
background-color: #105F4D;
}
.BgClassName
{
background-color: #105F4D;
}
</style>
border-color css
<style>
span { border-color: #105F4D; }
span { border-color: rgb(16,95,77); }
td.TdClassName
{
border-color: #105F4D;
}
.TagClassName
{
border-color: #105F4D;
}
</style>