#116B45

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

Shades of Jewel #116B45

Tints of Jewel #116B45

Color information

#116B45 (or 0x116B45) is unknown color: approx Jewel. HEX triplet: 11, 6B and 45. RGB value is (17,107,69). Sum of RGB (Red+Green+Blue) = 17+107+69=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #116B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B45 is #EE94BA. Grayscale: #4B4B4B. Windows color (decimal): -15635643 or 4549393. OLE color: 4549393.

HSL color Cylindrical-coordinate representation of color #116B45: hue angle of 154.67º degrees, saturation: 0.73, 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 #116B45 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB1710769-
CMYK0.8400.360.58
HSL154.67º72.58%24.31%-
HSV(B)154.67º84.11%41.96%-
XYZ6.5611.067.42-
YUV75.76124.1886.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=8.81%
G=55.44%
B=35.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17107690.8400.360.58154.6772.5824.31
Hex116B45540243A9b4918
Octal211531051240447223311130
Binary10001110101110001011010100010010011101010011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,107,69); }

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

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

 a { background-color: rgb(17,107,69); }

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

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

 span { border-color: rgb(17,107,69); }

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