#016855

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

Shades of Watercourse #016855

Tints of Watercourse #016855

Color information

#016855 (or 0x016855) is unknown color: approx Watercourse. HEX triplet: 01, 68 and 55. RGB value is (1,104,85). Sum of RGB (Red+Green+Blue) = 1+104+85=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #016855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016855 is #FE97AA. Grayscale: #474747. Windows color (decimal): -16684971 or 5597185. OLE color: 5597185.

HSL color Cylindrical-coordinate representation of color #016855: hue angle of 168.93º 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 #016855 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB110485-
CMYK0.9900.180.59
HSL168.93º98.1%20.59%-
HSV(B)168.93º99.04%40.78%-
XYZ6.610.5610.29-
YUV71.04135.8878.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=0.53%
G=54.74%
B=44.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104850.9900.180.59168.9398.120.59
Hex16855630123Ba96215
Octal11501251430227325114225
Binary111010001010101110001101001011101110101001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016855; }

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

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

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

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

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

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

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

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