Shades of Jewel #106144
Tints of Jewel #106144
RGB
CMYK
RGB Variations
Color information
#106144 (or 0x106144) is known color: Jewel. HEX triplet: 10, 61 and 44. RGB value is (16,97,68). Sum of RGB (Red+Green+Blue) = 16+97+68=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #106144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106144 is #EF9EBB. Grayscale: #454545. Windows color (decimal): -15703740 or 4481296. OLE color: 4481296.
HSL color Cylindrical-coordinate representation of color #106144: hue angle of 158.52º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106144 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 68 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.62 |
| HSL | 158.52º | 0.72% | 0.22% | - |
| HSV(B) | 158.52º | 0.84% | 0.38% | - |
| XYZ | 5.53 | 9.08 | 6.93 | - |
| YUV | 69.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 68 | 0.84 | 0 | 0.30 | 0.62 | 158.52 | 0.72 | 0.22 |
| Hex | 10 | 61 | 44 | 54 | 0 | 1E | 3E | 9F | 48 | 16 |
| Octal | 20 | 141 | 104 | 124 | 0 | 36 | 76 | 237 | 110 | 26 |
| Binary | 10000 | 1100001 | 1000100 | 1010100 | 0 | 11110 | 111110 | 10011111 | 1001000 | 10110 |
Color Harmonies of #106144
Complementary color
Monochromatic Colors of #106144
Black with #106144
Text Example
Text Example
White with #106144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106144; }
p { color: rgb(16,97,68); }
H1.HeaderClassName
{
color: #106144;
}
.AnyTagClassName
{
color: #106144;
}
</style>
background-color css
<style>
a { background-color: #106144; }
a { background-color: rgb(16,97,68); }
div.DivClassName
{
background-color: #106144;
}
.BgClassName
{
background-color: #106144;
}
</style>
border-color css
<style>
span { border-color: #106144; }
span { border-color: rgb(16,97,68); }
td.TdClassName
{
border-color: #106144;
}
.TagClassName
{
border-color: #106144;
}
</style>