#067345

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

Shades of Watercourse #067345

Tints of Watercourse #067345

Color information

#067345 (or 0x067345) is unknown color: approx Watercourse. HEX triplet: 06, 73 and 45. RGB value is (6,115,69). Sum of RGB (Red+Green+Blue) = 6+115+69=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #067345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067345 is #F98CBA. Grayscale: #4D4D4D. Windows color (decimal): -16354491 or 4551430. OLE color: 4551430.

HSL color Cylindrical-coordinate representation of color #067345: hue angle of 154.68º 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 #067345 is Cyan = 0.95, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB611569-
CMYK0.9500.40.55
HSL154.68º90.08%23.73%-
HSV(B)154.68º94.78%45.1%-
XYZ7.2812.737.7-
YUV77.16123.3977.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 115 (45.31% from 255) = 60.53%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=3.16%
G=60.53%
B=36.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115690.9500.40.55154.6890.0823.73
Hex673455F028379b5a18
Octal61631051370506723313230
Binary110111001110001011011111010100011011110011011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067345; }

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

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

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

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

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

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

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

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