#00684D

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

Shades of Watercourse #00684D

Tints of Watercourse #00684D

Color information

#00684D (or 0x00684D) is unknown color: approx Watercourse. HEX triplet: 00, 68 and 4D. RGB value is (0,104,77). Sum of RGB (Red+Green+Blue) = 0+104+77=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #00684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00684D is #FF97B2. Grayscale: #454545. Windows color (decimal): -16750515 or 5072896. OLE color: 5072896.

HSL color Cylindrical-coordinate representation of color #00684D: hue angle of 164.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00684D is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB010477-
CMYK100.260.59
HSL164.42º100%20.39%-
HSV(B)164.42º100%40.78%-
XYZ6.2910.448.7-
YUV69.83132.0478.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=0%
G=57.46%
B=42.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010477100.260.59164.4210020.39
Hex0684D6401A3Ba46414
Octal01501151440327324414424
Binary011010001001101110010001101011101110100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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