#067356

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

Shades of Watercourse #067356

Tints of Watercourse #067356

Color information

#067356 (or 0x067356) is unknown color: approx Watercourse. HEX triplet: 06, 73 and 56. RGB value is (6,115,86). Sum of RGB (Red+Green+Blue) = 6+115+86=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #067356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067356 is #F98CA9. Grayscale: #4F4F4F. Windows color (decimal): -16354474 or 5665542. OLE color: 5665542.

HSL color Cylindrical-coordinate representation of color #067356: hue angle of 164.04º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067356 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB611586-
CMYK0.9500.250.55
HSL164.04º90.08%23.73%-
HSV(B)164.04º94.78%45.1%-
XYZ7.8912.9710.89-
YUV79.1131.8975.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 115 (45.31% from 255) = 55.56%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=2.90%
G=55.56%
B=41.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115860.9500.250.55164.0490.0823.73
Hex673565F01937a45a18
Octal61631261370316724413230
Binary11011100111010110101111101100111011110100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067356; }

 p { color: rgb(6,115,86); }

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

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

 a { background-color: rgb(6,115,86); }

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

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

 span { border-color: rgb(6,115,86); }

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