#116D4C

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

Shades of Jewel #116D4C

Tints of Jewel #116D4C

Color information

#116D4C (or 0x116D4C) is unknown color: approx Jewel. HEX triplet: 11, 6D and 4C. RGB value is (17,109,76). Sum of RGB (Red+Green+Blue) = 17+109+76=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #116D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D4C is #EE92B3. Grayscale: #4D4D4D. Windows color (decimal): -15635124 or 5008657. OLE color: 5008657.

HSL color Cylindrical-coordinate representation of color #116D4C: hue angle of 158.48º 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 #116D4C is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB1710976-
CMYK0.8400.300.57
HSL158.48º73.02%24.71%-
HSV(B)158.48º84.4%42.75%-
XYZ711.588.7-
YUV77.73127.0284.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 109 (42.97% from 255) = 53.96%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=8.42%
G=53.96%
B=37.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109760.8400.300.57158.4873.0224.71
Hex116D4C5401E399e4919
Octal211551141240367123611131
Binary1000111011011001100101010001111011100110011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,76); }

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

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

 a { background-color: rgb(17,109,76); }

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

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

 span { border-color: rgb(17,109,76); }

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