Shades of Jewel #116A44
Tints of Jewel #116A44
RGB
CMYK
RGB Variations
Color information
#116A44 (or 0x116A44) is known color: Jewel. HEX triplet: 11, 6A and 44. RGB value is (17,106,68). Sum of RGB (Red+Green+Blue) = 17+106+68=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #116A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A44 is #EE95BB. Grayscale: #4B4B4B. Windows color (decimal): -15635900 or 4483601. OLE color: 4483601.
HSL color Cylindrical-coordinate representation of color #116A44: hue angle of 154.38º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A44 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 68 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.58 |
| HSL | 154.38º | 0.72% | 0.24% | - |
| HSV(B) | 154.38º | 0.84% | 0.42% | - |
| XYZ | 6.43 | 10.84 | 7.22 | - |
| YUV | 75.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 68 | 0.84 | 0 | 0.36 | 0.58 | 154.38 | 0.72 | 0.24 |
| Hex | 11 | 6A | 44 | 54 | 0 | 24 | 3A | 9A | 48 | 18 |
| Octal | 21 | 152 | 104 | 124 | 0 | 44 | 72 | 232 | 110 | 30 |
| Binary | 10001 | 1101010 | 1000100 | 1010100 | 0 | 100100 | 111010 | 10011010 | 1001000 | 11000 |
Color Harmonies of #116A44
Complementary color
Monochromatic Colors of #116A44
Black with #116A44
Text Example
Text Example
White with #116A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A44; }
p { color: rgb(17,106,68); }
H1.HeaderClassName
{
color: #116A44;
}
.AnyTagClassName
{
color: #116A44;
}
</style>
background-color css
<style>
a { background-color: #116A44; }
a { background-color: rgb(17,106,68); }
div.DivClassName
{
background-color: #116A44;
}
.BgClassName
{
background-color: #116A44;
}
</style>
border-color css
<style>
span { border-color: #116A44; }
span { border-color: rgb(17,106,68); }
td.TdClassName
{
border-color: #116A44;
}
.TagClassName
{
border-color: #116A44;
}
</style>