#067146

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

Shades of Watercourse #067146

Tints of Watercourse #067146

Color information

#067146 (or 0x067146) is unknown color: approx Watercourse. HEX triplet: 06, 71 and 46. RGB value is (6,113,70). Sum of RGB (Red+Green+Blue) = 6+113+70=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #067146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067146 is #F98EB9. Grayscale: #4C4C4C. Windows color (decimal): -16355002 or 4616454. OLE color: 4616454.

HSL color Cylindrical-coordinate representation of color #067146: hue angle of 155.89º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067146 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB611370-
CMYK0.9500.380.56
HSL155.89º89.92%23.33%-
HSV(B)155.89º94.69%44.31%-
XYZ7.0912.297.79-
YUV76.1124.5578-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 113 (44.53% from 255) = 59.79%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=3.17%
G=59.79%
B=37.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113700.9500.380.56155.8989.9223.33
Hex671465F026389c5a17
Octal61611061370467023413227
Binary110111000110001101011111010011011100010011100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067146; }

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

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

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

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

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

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

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

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