#01664F

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

Shades of Watercourse #01664F

Tints of Watercourse #01664F

Color information

#01664F (or 0x01664F) is unknown color: approx Watercourse. HEX triplet: 01, 66 and 4F. RGB value is (1,102,79). Sum of RGB (Red+Green+Blue) = 1+102+79=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #01664F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01664F is #FE99B0. Grayscale: #454545. Windows color (decimal): -16685489 or 5203457. OLE color: 5203457.

HSL color Cylindrical-coordinate representation of color #01664F: hue angle of 166.34º 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 #01664F is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB110279-
CMYK0.9900.230.6
HSL166.34º98.06%20.2%-
HSV(B)166.34º99.02%40%-
XYZ6.1810.079.02-
YUV69.18133.5479.37-

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.04%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=0.55%
G=56.04%
B=43.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102790.9900.230.6166.3498.0620.2
Hex1664F630173Ca66214
Octal11461171430277424614224
Binary111001101001111110001101011111110010100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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