#00684C

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

Shades of Watercourse #00684C

Tints of Watercourse #00684C

Color information

#00684C (or 0x00684C) is unknown color: approx Watercourse. HEX triplet: 00, 68 and 4C. RGB value is (0,104,76). Sum of RGB (Red+Green+Blue) = 0+104+76=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #00684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00684C is #FF97B3. Grayscale: #454545. Windows color (decimal): -16750516 or 5007360. OLE color: 5007360.

HSL color Cylindrical-coordinate representation of color #00684C: hue angle of 163.85º 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 #00684C is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB010476-
CMYK100.270.59
HSL163.85º100%20.39%-
HSV(B)163.85º100%40.78%-
XYZ6.2510.428.52-
YUV69.71131.5478.28-

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.78%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=0%
G=57.78%
B=42.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010476100.270.59163.8510020.39
Hex0684C6401B3Ba46414
Octal01501141440337324414424
Binary011010001001100110010001101111101110100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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