#0A6749

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

Shades of Watercourse #0A6749

Tints of Watercourse #0A6749

Color information

#0A6749 (or 0x0A6749) is unknown color: approx Watercourse. HEX triplet: 0A, 67 and 49. RGB value is (10,103,73). Sum of RGB (Red+Green+Blue) = 10+103+73=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6749 is #F598B6. Grayscale: #474747. Windows color (decimal): -16095415 or 4810506. OLE color: 4810506.

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

Color convert

RGB1010373-
CMYK0.9000.290.60
HSL160.65º82.3%22.16%-
HSV(B)160.65º90.29%40.39%-
XYZ6.1810.257.96-
YUV71.77128.6983.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 103 (40.62% from 255) = 55.38%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=5.38%
G=55.38%
B=39.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10103730.9000.290.60160.6582.322.16
HexA67495A01D3Ca15216
Octal121471111320357424112226
Binary101011001111001001101101001110111110010100001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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