#0A6756

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

Shades of Watercourse #0A6756

Tints of Watercourse #0A6756

Color information

#0A6756 (or 0x0A6756) is unknown color: approx Watercourse. HEX triplet: 0A, 67 and 56. RGB value is (10,103,86). Sum of RGB (Red+Green+Blue) = 10+103+86=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6756 is #F598A9. Grayscale: #494949. Windows color (decimal): -16095402 or 5662474. OLE color: 5662474.

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

Color convert

RGB1010386-
CMYK0.9000.170.60
HSL169.03º82.3%22.16%-
HSV(B)169.03º90.29%40.39%-
XYZ6.6610.4410.47-
YUV73.26135.1982.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 103 (40.62% from 255) = 51.76%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=5.03%
G=51.76%
B=43.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10103860.9000.170.60169.0382.322.16
HexA67565A0113Ca95216
Octal121471261320217425112226
Binary101011001111010110101101001000111110010101001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,103,86); }

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

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

 a { background-color: rgb(10,103,86); }

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

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

 span { border-color: rgb(10,103,86); }

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