#0A684D

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

Shades of Watercourse #0A684D

Tints of Watercourse #0A684D

Color information

#0A684D (or 0x0A684D) is unknown color: approx Watercourse. HEX triplet: 0A, 68 and 4D. RGB value is (10,104,77). Sum of RGB (Red+Green+Blue) = 10+104+77=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #0A684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A684D is #F597B2. Grayscale: #484848. Windows color (decimal): -16095155 or 5072906. OLE color: 5072906.

HSL color Cylindrical-coordinate representation of color #0A684D: hue angle of 162.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A684D is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1010477-
CMYK0.9000.260.59
HSL162.77º82.46%22.35%-
HSV(B)162.77º90.38%40.78%-
XYZ6.4210.58.71-
YUV72.82130.3683.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=5.24%
G=54.45%
B=40.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104770.9000.260.59162.7782.4622.35
HexA684D5A01A3Ba35216
Octal121501151320327324312226
Binary101011010001001101101101001101011101110100011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A684D; }

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

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

<style>
 a { background-color: #0A684D; }

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

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

<style>
 span { border-color: #0A684D; }

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

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