#116D4A

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

Shades of Jewel #116D4A

Tints of Jewel #116D4A

Color information

#116D4A (or 0x116D4A) is unknown color: approx Jewel. HEX triplet: 11, 6D and 4A. RGB value is (17,109,74). Sum of RGB (Red+Green+Blue) = 17+109+74=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 109 (42.97% from 255 or 54.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 109 - color contains mainly: green. Hex color #116D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D4A is #EE92B5. Grayscale: #4D4D4D. Windows color (decimal): -15635126 or 4877585. OLE color: 4877585.

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

Color convert

RGB1710974-
CMYK0.8400.320.57
HSL157.17º73.02%24.71%-
HSV(B)157.17º84.4%42.75%-
XYZ6.9411.558.34-
YUV77.5126.0284.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 109 (42.97% from 255) = 54.5%
BLUE value IS 74 (29.30% from 255) = 37%
R=8.5%
G=54.5%
B=37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109740.8400.320.57157.1773.0224.71
Hex116D4A54020399d4919
Octal211551121240407123511131
Binary10001110110110010101010100010000011100110011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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