#106D56

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

Shades of Watercourse #106D56

Tints of Watercourse #106D56

Color information

#106D56 (or 0x106D56) is unknown color: approx Watercourse. HEX triplet: 10, 6D and 56. RGB value is (16,109,86). Sum of RGB (Red+Green+Blue) = 16+109+86=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #106D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D56 is #EF92A9. Grayscale: #4E4E4E. Windows color (decimal): -15700650 or 5664016. OLE color: 5664016.

HSL color Cylindrical-coordinate representation of color #106D56: hue angle of 165.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D56 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB1610986-
CMYK0.8500.210.57
HSL165.16º74.4%24.51%-
HSV(B)165.16º85.32%42.75%-
XYZ7.3611.7210.68-
YUV78.57132.1983.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 109 (42.97% from 255) = 51.66%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=7.58%
G=51.66%
B=40.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16109860.8500.210.57165.1674.424.51
Hex106D565501539a54a19
Octal201551261250257124511231
Binary1000011011011010110101010101010111100110100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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