#01694D

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

Shades of Watercourse #01694D

Tints of Watercourse #01694D

Color information

#01694D (or 0x01694D) is unknown color: approx Watercourse. HEX triplet: 01, 69 and 4D. RGB value is (1,105,77). Sum of RGB (Red+Green+Blue) = 1+105+77=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #01694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01694D is #FE96B2. Grayscale: #464646. Windows color (decimal): -16684723 or 5073153. OLE color: 5073153.

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

Color convert

RGB110577-
CMYK0.9900.270.59
HSL163.85º98.11%20.78%-
HSV(B)163.85º99.05%41.18%-
XYZ6.410.658.74-
YUV70.71131.5478.28-

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.38%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=0.55%
G=57.38%
B=42.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105770.9900.270.59163.8598.1120.78
Hex1694D6301B3Ba46215
Octal11511151430337324414225
Binary111010011001101110001101101111101110100100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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