#0A684B

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

Shades of Watercourse #0A684B

Tints of Watercourse #0A684B

Color information

#0A684B (or 0x0A684B) is unknown color: approx Watercourse. HEX triplet: 0A, 68 and 4B. RGB value is (10,104,75). Sum of RGB (Red+Green+Blue) = 10+104+75=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #0A684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A684B is #F597B4. Grayscale: #484848. Windows color (decimal): -16095157 or 4941834. OLE color: 4941834.

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

Color convert

RGB1010475-
CMYK0.9000.280.59
HSL161.49º82.46%22.35%-
HSV(B)161.49º90.38%40.78%-
XYZ6.3510.478.34-
YUV72.59129.3683.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=5.29%
G=55.03%
B=39.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104750.9000.280.59161.4982.4622.35
HexA684B5A01C3Ba15216
Octal121501131320347324112226
Binary101011010001001011101101001110011101110100001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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