#016856

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

Shades of Watercourse #016856

Tints of Watercourse #016856

Color information

#016856 (or 0x016856) is unknown color: approx Watercourse. HEX triplet: 01, 68 and 56. RGB value is (1,104,86). Sum of RGB (Red+Green+Blue) = 1+104+86=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #016856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016856 is #FE97A9. Grayscale: #474747. Windows color (decimal): -16684970 or 5662721. OLE color: 5662721.

HSL color Cylindrical-coordinate representation of color #016856: hue angle of 169.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016856 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB110486-
CMYK0.9900.170.59
HSL169.51º98.1%20.59%-
HSV(B)169.51º99.04%40.78%-
XYZ6.6410.5810.5-
YUV71.15136.3877.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=0.52%
G=54.45%
B=45.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104860.9900.170.59169.5198.120.59
Hex16856630113Baa6215
Octal11501261430217325214225
Binary111010001010110110001101000111101110101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016856; }

 p { color: rgb(1,104,86); }

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

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

 a { background-color: rgb(1,104,86); }

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

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

 span { border-color: rgb(1,104,86); }

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