#01684E

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

Shades of Watercourse #01684E

Tints of Watercourse #01684E

Color information

#01684E (or 0x01684E) is unknown color: approx Watercourse. HEX triplet: 01, 68 and 4E. RGB value is (1,104,78). Sum of RGB (Red+Green+Blue) = 1+104+78=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #01684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01684E is #FE97B1. Grayscale: #464646. Windows color (decimal): -16684978 or 5138433. OLE color: 5138433.

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

Color convert

RGB110478-
CMYK0.9900.250.59
HSL164.85º98.1%20.59%-
HSV(B)164.85º99.04%40.78%-
XYZ6.3410.468.89-
YUV70.24132.3878.61-

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) = 56.83%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=0.55%
G=56.83%
B=42.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104780.9900.250.59164.8598.120.59
Hex1684E630193Ba56215
Octal11501161430317324514225
Binary111010001001110110001101100111101110100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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