#066046

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

Shades of Watercourse #066046

Tints of Watercourse #066046

Color information

#066046 (or 0x066046) is unknown color: approx Watercourse. HEX triplet: 06, 60 and 46. RGB value is (6,96,70). Sum of RGB (Red+Green+Blue) = 6+96+70=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #066046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066046 is #F99FB9. Grayscale: #424242. Windows color (decimal): -16359354 or 4612102. OLE color: 4612102.

HSL color Cylindrical-coordinate representation of color #066046: hue angle of 162.67º 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 #066046 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB69670-
CMYK0.9400.270.62
HSL162.67º88.24%20%-
HSV(B)162.67º93.75%37.65%-
XYZ5.368.857.22-
YUV66.13130.1885.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=3.49%
G=55.81%
B=40.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696700.9400.270.62162.6788.2420
Hex660465E01B3Ea35814
Octal61401061360337624313024
Binary11011000001000110101111001101111111010100011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066046; }

 p { color: rgb(6,96,70); }

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

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

 a { background-color: rgb(6,96,70); }

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

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

 span { border-color: rgb(6,96,70); }

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