#066149

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

Shades of Watercourse #066149

Tints of Watercourse #066149

Color information

#066149 (or 0x066149) is unknown color: approx Watercourse. HEX triplet: 06, 61 and 49. RGB value is (6,97,73). Sum of RGB (Red+Green+Blue) = 6+97+73=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #066149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066149 is #F99EB6. Grayscale: #434343. Windows color (decimal): -16359095 or 4808966. OLE color: 4808966.

HSL color Cylindrical-coordinate representation of color #066149: hue angle of 164.18º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066149 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB69773-
CMYK0.9400.250.62
HSL164.18º88.35%20.2%-
HSV(B)164.18º93.81%38.04%-
XYZ5.559.077.76-
YUV67.05131.3584.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=3.41%
G=55.11%
B=41.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697730.9400.250.62164.1888.3520.2
Hex661495E0193Ea45814
Octal61411111360317624413024
Binary11011000011001001101111001100111111010100100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066149; }

 p { color: rgb(6,97,73); }

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

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

 a { background-color: rgb(6,97,73); }

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

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

 span { border-color: rgb(6,97,73); }

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