#116E42

Color #116E42 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #116E42

Tints of Jewel #116E42

Color information

#116E42 (or 0x116E42) is unknown color: approx Jewel. HEX triplet: 11, 6E and 42. RGB value is (17,110,66). Sum of RGB (Red+Green+Blue) = 17+110+66=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #116E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E42 is #EE91BD. Grayscale: #4D4D4D. Windows color (decimal): -15634878 or 4353553. OLE color: 4353553.

HSL color Cylindrical-coordinate representation of color #116E42: hue angle of 151.61º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E42 is Cyan = 0.85, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB1711066-
CMYK0.8500.40.57
HSL151.61º73.23%24.9%-
HSV(B)151.61º84.55%43.14%-
XYZ6.7911.667.05-
YUV77.18121.6985.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 110 (43.36% from 255) = 56.99%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=8.81%
G=56.99%
B=34.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110660.8500.40.57151.6173.2324.9
Hex116E425502839984919
Octal211561021250507123011131
Binary10001110111010000101010101010100011100110011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116E42; }

 p { color: rgb(17,110,66); }

 H1.HeaderClassName
 {
   color: #116E42;
 }
 .AnyTagClassName
 {
   color: #116E42;
 }
</style>
background-color css

<style>
 a { background-color: #116E42; }

 a { background-color: rgb(17,110,66); }

 div.DivClassName
 {
   background-color: #116E42;
 }
 .BgClassName
 {
   background-color: #116E42;
 }
</style>
border-color css

<style>
 span { border-color: #116E42; }

 span { border-color: rgb(17,110,66); }

 td.TdClassName
 {
   border-color: #116E42;
 }
 .TagClassName
 {
   border-color: #116E42;
 }
</style>