Shades of Jewel #116D46
Tints of Jewel #116D46
RGB
CMYK
RGB Variations
Color information
#116D46 (or 0x116D46) is known color: Jewel. HEX triplet: 11, 6D and 46. RGB value is (17,109,70). Sum of RGB (Red+Green+Blue) = 17+109+70=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #116D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D46 is #EE92B9. Grayscale: #4D4D4D. Windows color (decimal): -15635130 or 4615441. OLE color: 4615441.
HSL color Cylindrical-coordinate representation of color #116D46: hue angle of 154.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D46 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 70 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.57 |
| HSL | 154.57º | 0.73% | 0.25% | - |
| HSV(B) | 154.57º | 0.84% | 0.43% | - |
| XYZ | 6.81 | 11.5 | 7.66 | - |
| YUV | 77.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 70 | 0.84 | 0 | 0.36 | 0.57 | 154.57 | 0.73 | 0.25 |
| Hex | 11 | 6D | 46 | 54 | 0 | 24 | 39 | 9B | 49 | 19 |
| Octal | 21 | 155 | 106 | 124 | 0 | 44 | 71 | 233 | 111 | 31 |
| Binary | 10001 | 1101101 | 1000110 | 1010100 | 0 | 100100 | 111001 | 10011011 | 1001001 | 11001 |
Color Harmonies of #116D46
Complementary color
Monochromatic Colors of #116D46
Black with #116D46
Text Example
Text Example
White with #116D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D46; }
p { color: rgb(17,109,70); }
H1.HeaderClassName
{
color: #116D46;
}
.AnyTagClassName
{
color: #116D46;
}
</style>
background-color css
<style>
a { background-color: #116D46; }
a { background-color: rgb(17,109,70); }
div.DivClassName
{
background-color: #116D46;
}
.BgClassName
{
background-color: #116D46;
}
</style>
border-color css
<style>
span { border-color: #116D46; }
span { border-color: rgb(17,109,70); }
td.TdClassName
{
border-color: #116D46;
}
.TagClassName
{
border-color: #116D46;
}
</style>