#106D57

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

Shades of Watercourse #106D57

Tints of Watercourse #106D57

Color information

#106D57 (or 0x106D57) is unknown color: approx Watercourse. HEX triplet: 10, 6D and 57. RGB value is (16,109,87). Sum of RGB (Red+Green+Blue) = 16+109+87=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #106D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D57 is #EF92A8. Grayscale: #4E4E4E. Windows color (decimal): -15700649 or 5729552. OLE color: 5729552.

HSL color Cylindrical-coordinate representation of color #106D57: hue angle of 165.81º 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 #106D57 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB1610987-
CMYK0.8500.200.57
HSL165.81º74.4%24.51%-
HSV(B)165.81º85.32%42.75%-
XYZ7.411.7410.89-
YUV78.68132.6983.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=7.55%
G=51.42%
B=41.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16109870.8500.200.57165.8174.424.51
Hex106D575501439a64a19
Octal201551271250247124611231
Binary1000011011011010111101010101010011100110100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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