#01664E

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

Shades of Watercourse #01664E

Tints of Watercourse #01664E

Color information

#01664E (or 0x01664E) is unknown color: approx Watercourse. HEX triplet: 01, 66 and 4E. RGB value is (1,102,78). Sum of RGB (Red+Green+Blue) = 1+102+78=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #01664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01664E is #FE99B1. Grayscale: #454545. Windows color (decimal): -16685490 or 5137921. OLE color: 5137921.

HSL color Cylindrical-coordinate representation of color #01664E: hue angle of 165.74º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01664E is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB110278-
CMYK0.9900.240.6
HSL165.74º98.06%20.2%-
HSV(B)165.74º99.02%40%-
XYZ6.1410.068.83-
YUV69.06133.0479.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=0.55%
G=56.35%
B=43.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102780.9900.240.6165.7498.0620.2
Hex1664E630183Ca66214
Octal11461161430307424614224
Binary111001101001110110001101100011110010100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01664E; }

 p { color: rgb(1,102,78); }

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

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

 a { background-color: rgb(1,102,78); }

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

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

 span { border-color: rgb(1,102,78); }

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