#01684D

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

Shades of Watercourse #01684D

Tints of Watercourse #01684D

Color information

#01684D (or 0x01684D) is unknown color: approx Watercourse. HEX triplet: 01, 68 and 4D. RGB value is (1,104,77). Sum of RGB (Red+Green+Blue) = 1+104+77=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #01684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01684D is #FE97B2. Grayscale: #464646. Windows color (decimal): -16684979 or 5072897. OLE color: 5072897.

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

Color convert

RGB110477-
CMYK0.9900.260.59
HSL164.27º98.1%20.59%-
HSV(B)164.27º99.04%40.78%-
XYZ6.310.448.7-
YUV70.12131.8878.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 104 (41.02% from 255) = 57.14%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=0.55%
G=57.14%
B=42.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104770.9900.260.59164.2798.120.59
Hex1684D6301A3Ba46215
Octal11501151430327324414225
Binary111010001001101110001101101011101110100100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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