#0a684f

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

Shades of Watercourse #0A684F

Tints of Watercourse #0A684F

Color information

#0A684F (or 0x0A684F) is unknown color: approx Watercourse. HEX triplet: 0A, 68 and 4F. RGB value is (10,104,79). Sum of RGB (Red+Green+Blue) = 10+104+79=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #0A684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A684F is #F597B0. Grayscale: #494949. Windows color (decimal): -16095153 or 5203978. OLE color: 5203978.

HSL color Cylindrical-coordinate representation of color #0A684F: hue angle of 164.04º 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 #0A684F is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1010479-
CMYK0.9000.240.59
HSL164.04º82.46%22.35%-
HSV(B)164.04º90.38%40.78%-
XYZ6.4910.539.09-
YUV73.04131.3683.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.18%
GREEN value IS 104 (41.02% from 255) = 53.89%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=5.18%
G=53.89%
B=40.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104790.9000.240.59164.0482.4622.35
HexA684F5A0183Ba45216
Octal121501171320307324412226
Binary101011010001001111101101001100011101110100100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a684f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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