#01694C

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

Shades of Watercourse #01694C

Tints of Watercourse #01694C

Color information

#01694C (or 0x01694C) is unknown color: approx Watercourse. HEX triplet: 01, 69 and 4C. RGB value is (1,105,76). Sum of RGB (Red+Green+Blue) = 1+105+76=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #01694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01694C is #FE96B3. Grayscale: #464646. Windows color (decimal): -16684724 or 5007617. OLE color: 5007617.

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

Color convert

RGB110576-
CMYK0.9900.280.59
HSL163.27º98.11%20.78%-
HSV(B)163.27º99.05%41.18%-
XYZ6.3710.638.55-
YUV70.6131.0478.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=0.55%
G=57.69%
B=41.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105760.9900.280.59163.2798.1120.78
Hex1694C6301C3Ba36215
Octal11511141430347324314225
Binary111010011001100110001101110011101110100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01694C; }

 p { color: rgb(1,105,76); }

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

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

 a { background-color: rgb(1,105,76); }

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

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

 span { border-color: rgb(1,105,76); }

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