Shades of Jewel #116743
Tints of Jewel #116743
RGB
CMYK
RGB Variations
Color information
#116743 (or 0x116743) is known color: Jewel. HEX triplet: 11, 67 and 43. RGB value is (17,103,67). Sum of RGB (Red+Green+Blue) = 17+103+67=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #116743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116743 is #EE98BC. Grayscale: #494949. Windows color (decimal): -15636669 or 4417297. OLE color: 4417297.
HSL color Cylindrical-coordinate representation of color #116743: hue angle of 154.88º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116743 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 67 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.60 |
| HSL | 154.88º | 0.72% | 0.24% | - |
| HSV(B) | 154.88º | 0.83% | 0.4% | - |
| XYZ | 6.09 | 10.22 | 6.96 | - |
| YUV | 73.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 67 | 0.83 | 0 | 0.35 | 0.60 | 154.88 | 0.72 | 0.24 |
| Hex | 11 | 67 | 43 | 53 | 0 | 23 | 3C | 9B | 48 | 18 |
| Octal | 21 | 147 | 103 | 123 | 0 | 43 | 74 | 233 | 110 | 30 |
| Binary | 10001 | 1100111 | 1000011 | 1010011 | 0 | 100011 | 111100 | 10011011 | 1001000 | 11000 |
Color Harmonies of #116743
Complementary color
Monochromatic Colors of #116743
Black with #116743
Text Example
Text Example
White with #116743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116743; }
p { color: rgb(17,103,67); }
H1.HeaderClassName
{
color: #116743;
}
.AnyTagClassName
{
color: #116743;
}
</style>
background-color css
<style>
a { background-color: #116743; }
a { background-color: rgb(17,103,67); }
div.DivClassName
{
background-color: #116743;
}
.BgClassName
{
background-color: #116743;
}
</style>
border-color css
<style>
span { border-color: #116743; }
span { border-color: rgb(17,103,67); }
td.TdClassName
{
border-color: #116743;
}
.TagClassName
{
border-color: #116743;
}
</style>