#01663F

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

Shades of Watercourse #01663F

Tints of Watercourse #01663F

Color information

#01663F (or 0x01663F) is unknown color: approx Watercourse. HEX triplet: 01, 66 and 3F. RGB value is (1,102,63). Sum of RGB (Red+Green+Blue) = 1+102+63=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #01663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01663F is #FE99C0. Grayscale: #434343. Windows color (decimal): -16685505 or 4154881. OLE color: 4154881.

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

Color convert

RGB110263-
CMYK0.9900.380.6
HSL156.83º98.06%20.2%-
HSV(B)156.83º99.02%40%-
XYZ5.669.876.31-
YUV67.35125.5480.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 102 (40.23% from 255) = 61.45%
BLUE value IS 63 (25% from 255) = 37.95%
R=0.60%
G=61.45%
B=37.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102630.9900.380.6156.8398.0620.2
Hex1663F630263C9d6214
Octal1146771430467423514224
Binary111001101111111100011010011011110010011101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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