#106B51

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

Shades of Watercourse #106B51

Tints of Watercourse #106B51

Color information

#106B51 (or 0x106B51) is unknown color: approx Watercourse. HEX triplet: 10, 6B and 51. RGB value is (16,107,81). Sum of RGB (Red+Green+Blue) = 16+107+81=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #106B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B51 is #EF94AE. Grayscale: #4C4C4C. Windows color (decimal): -15701167 or 5335824. OLE color: 5335824.

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

Color convert

RGB1610781-
CMYK0.8500.240.58
HSL162.86º73.98%24.12%-
HSV(B)162.86º85.05%41.96%-
XYZ6.9611.229.58-
YUV76.83130.3584.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 107 (42.19% from 255) = 52.45%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=7.84%
G=52.45%
B=39.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107810.8500.240.58162.8673.9824.12
Hex106B51550183Aa34a18
Octal201531211250307224311230
Binary1000011010111010001101010101100011101010100011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,107,81); }

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

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

 a { background-color: rgb(16,107,81); }

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

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

 span { border-color: rgb(16,107,81); }

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