#116D45

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

Shades of Jewel #116D45

Tints of Jewel #116D45

Color information

#116D45 (or 0x116D45) is unknown color: approx Jewel. HEX triplet: 11, 6D and 45. RGB value is (17,109,69). Sum of RGB (Red+Green+Blue) = 17+109+69=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #116D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D45 is #EE92BA. Grayscale: #4D4D4D. Windows color (decimal): -15635131 or 4549905. OLE color: 4549905.

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

Color convert

RGB1710969-
CMYK0.8400.370.57
HSL153.91º73.02%24.71%-
HSV(B)153.91º84.4%42.75%-
XYZ6.7711.497.49-
YUV76.93123.5285.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 109 (42.97% from 255) = 55.90%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=8.72%
G=55.90%
B=35.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109690.8400.370.57153.9173.0224.71
Hex116D4554025399a4919
Octal211551051240457123211131
Binary10001110110110001011010100010010111100110011010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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