#116D56

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

Shades of Watercourse #116D56

Tints of Watercourse #116D56

Color information

#116D56 (or 0x116D56) is unknown color: approx Watercourse. HEX triplet: 11, 6D and 56. RGB value is (17,109,86). Sum of RGB (Red+Green+Blue) = 17+109+86=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #116D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D56 is #EE92A9. Grayscale: #4E4E4E. Windows color (decimal): -15635114 or 5664017. OLE color: 5664017.

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

Color convert

RGB1710986-
CMYK0.8400.210.57
HSL165º73.02%24.71%-
HSV(B)165º84.4%42.75%-
XYZ7.3811.7310.68-
YUV78.87132.0283.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=8.02%
G=51.42%
B=40.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109860.8400.210.5716573.0224.71
Hex116D565401539a54919
Octal211551261240257124511131
Binary1000111011011010110101010001010111100110100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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