#117156

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

Shades of Watercourse #117156

Tints of Watercourse #117156

Color information

#117156 (or 0x117156) is unknown color: approx Watercourse. HEX triplet: 11, 71 and 56. RGB value is (17,113,86). Sum of RGB (Red+Green+Blue) = 17+113+86=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #117156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117156 is #EE8EA9. Grayscale: #515151. Windows color (decimal): -15634090 or 5665041. OLE color: 5665041.

HSL color Cylindrical-coordinate representation of color #117156: hue angle of 163.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117156 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1711386-
CMYK0.8500.240.56
HSL163.12º73.85%25.49%-
HSV(B)163.12º84.96%44.31%-
XYZ7.8212.610.82-
YUV81.22130.782.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=7.87%
G=52.31%
B=39.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113860.8500.240.56163.1273.8525.49
Hex1171565501838a34a19
Octal211611261250307024311231
Binary1000111100011010110101010101100011100010100011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117156; }

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

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

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

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

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

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

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

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