Shades of Jewel #116A45
Tints of Jewel #116A45
RGB
CMYK
RGB Variations
Color information
#116A45 (or 0x116A45) is known color: Jewel. HEX triplet: 11, 6A and 45. RGB value is (17,106,69). Sum of RGB (Red+Green+Blue) = 17+106+69=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #116A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A45 is #EE95BA. Grayscale: #4B4B4B. Windows color (decimal): -15635899 or 4549137. OLE color: 4549137.
HSL color Cylindrical-coordinate representation of color #116A45: hue angle of 155.06º 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 #116A45 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 69 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.58 |
| HSL | 155.06º | 0.72% | 0.24% | - |
| HSV(B) | 155.06º | 0.84% | 0.42% | - |
| XYZ | 6.46 | 10.86 | 7.39 | - |
| YUV | 75.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 69 | 0.84 | 0 | 0.35 | 0.58 | 155.06 | 0.72 | 0.24 |
| Hex | 11 | 6A | 45 | 54 | 0 | 23 | 3A | 9B | 48 | 18 |
| Octal | 21 | 152 | 105 | 124 | 0 | 43 | 72 | 233 | 110 | 30 |
| Binary | 10001 | 1101010 | 1000101 | 1010100 | 0 | 100011 | 111010 | 10011011 | 1001000 | 11000 |
Color Harmonies of #116A45
Complementary color
Monochromatic Colors of #116A45
Black with #116A45
Text Example
Text Example
White with #116A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A45; }
p { color: rgb(17,106,69); }
H1.HeaderClassName
{
color: #116A45;
}
.AnyTagClassName
{
color: #116A45;
}
</style>
background-color css
<style>
a { background-color: #116A45; }
a { background-color: rgb(17,106,69); }
div.DivClassName
{
background-color: #116A45;
}
.BgClassName
{
background-color: #116A45;
}
</style>
border-color css
<style>
span { border-color: #116A45; }
span { border-color: rgb(17,106,69); }
td.TdClassName
{
border-color: #116A45;
}
.TagClassName
{
border-color: #116A45;
}
</style>