Color Hex Logo

#067660 Color Hex

#067660
(6,118,96)
0 Favorites   0 Comments

Color spaces of #067660

RGB 611896
HSL0.470.900.24
HSV168°95°46°
CMYK 0.950.000.19   0.54
XYZ8.664913.840113.2811
Yxy13.84010.24210.3867
Hunter Lab37.2023-23.52904.8753
CIE-Lab44.0027-33.60014.2660

#067660 color RGB value is (6,118,96).

#067660 hex color red value is 6, green value is 118 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #067660 hue: 0.47 , saturation: 0.90 and the lightness value of 067660 is 0.24.

The process color (four color CMYK) of #067660 color hex is 0.95, 0.00, 0.19, 0.54. Web safe color of #067660 is #006666. Color #067660 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110110 01100000
Octal 6 166 140
Decimal 6 118 96
Hex 6 76 60

RGB Percentages of Color #067660

%2.73
%53.64
%43.64

CMYK Percentages of Color #067660

%95
%0
%19
%54

Triadic Colors of #067660

#067660 #600676 #766006

Analogous Colors of #067660

#067660 #065476 #067628

Monochromatic Colors of #067660

#067660

Complementary Color

#067660 #76061c

#067660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067660 Color CSS Codes

.mybgcolor {background-color:#067660; } 
.myforecolor {color:#067660; }
.mybordercolor {border:3px solid #067660; }

#067660 Text Font Color

<p style="color:#067660">Text here</p>

This sample text font color is #067660
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#067660 Background Color

<div style="background-color:#067660">
Div content here</div>

This div background color is #067660


#067660 Border Color

<div style="border:3px solid #067660">
Div here</div>

This div border color is #067660


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,118,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067660; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067660;
  -webkit-box-shadow: 1px 1px 3px 2px #067660;
  box-shadow:         1px 1px 3px 2px #067660; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,118,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #067660">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #067660;
  -webkit-box-shadow: 1px 1px 3px 2px #067660;
  box-shadow:         1px 1px 3px 2px #067660;">
Div content here</div>

This div box has shadow with color #067660


Comments

No comments written yet.

Please login to write comment.