Shades of Jewel #105B4A
Tints of Jewel #105B4A
RGB
CMYK
RGB Variations
Color information
#105B4A (or 0x105B4A) is known color: Jewel. HEX triplet: 10, 5B and 4A. RGB value is (16,91,74). Sum of RGB (Red+Green+Blue) = 16+91+74=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #105B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105B4A is #EFA4B5. Grayscale: #424242. Windows color (decimal): -15705270 or 4872976. OLE color: 4872976.
HSL color Cylindrical-coordinate representation of color #105B4A: hue angle of 166.4º 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 #105B4A is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 74 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.64 |
| HSL | 166.4º | 0.7% | 0.21% | - |
| HSV(B) | 166.4º | 0.82% | 0.36% | - |
| XYZ | 5.19 | 8.09 | 7.77 | - |
| YUV | 66.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 74 | 0.82 | 0 | 0.19 | 0.64 | 166.4 | 0.7 | 0.21 |
| Hex | 10 | 5B | 4A | 52 | 0 | 13 | 40 | A6 | 46 | 15 |
| Octal | 20 | 133 | 112 | 122 | 0 | 23 | 100 | 246 | 106 | 25 |
| Binary | 10000 | 1011011 | 1001010 | 1010010 | 0 | 10011 | 1000000 | 10100110 | 1000110 | 10101 |
Color Harmonies of #105B4A
Complementary color
Monochromatic Colors of #105B4A
Black with #105B4A
Text Example
Text Example
White with #105B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B4A; }
p { color: rgb(16,91,74); }
H1.HeaderClassName
{
color: #105B4A;
}
.AnyTagClassName
{
color: #105B4A;
}
</style>
background-color css
<style>
a { background-color: #105B4A; }
a { background-color: rgb(16,91,74); }
div.DivClassName
{
background-color: #105B4A;
}
.BgClassName
{
background-color: #105B4A;
}
</style>
border-color css
<style>
span { border-color: #105B4A; }
span { border-color: rgb(16,91,74); }
td.TdClassName
{
border-color: #105B4A;
}
.TagClassName
{
border-color: #105B4A;
}
</style>