#066146

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

Shades of Watercourse #066146

Tints of Watercourse #066146

Color information

#066146 (or 0x066146) is unknown color: approx Watercourse. HEX triplet: 06, 61 and 46. RGB value is (6,97,70). Sum of RGB (Red+Green+Blue) = 6+97+70=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #066146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066146 is #F99EB9. Grayscale: #424242. Windows color (decimal): -16359098 or 4612358. OLE color: 4612358.

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

Color convert

RGB69770-
CMYK0.9400.280.62
HSL162.2º88.35%20.2%-
HSV(B)162.2º93.81%38.04%-
XYZ5.469.037.25-
YUV66.71129.8584.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=3.47%
G=56.07%
B=40.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697700.9400.280.62162.288.3520.2
Hex661465E01C3Ea25814
Octal61411061360347624213024
Binary11011000011000110101111001110011111010100010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066146; }

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

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

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

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

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

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

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

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