Color Hex Logo

#06766f Color Hex

#06766F
(6,118,111)
0 Favorites   0 Comments

Color spaces of #06766f

RGB 6118111
HSL0.490.900.24
HSV176°95°46°
CMYK 0.950.000.06   0.54
XYZ9.422814.143317.2722
Yxy14.14330.23070.3463
Hunter Lab37.6076-21.0890-0.9051
CIE-Lab44.4377-29.0966-4.0631

#06766f color RGB value is (6,118,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110110 01101111
Octal 6 166 157
Decimal 6 118 111
Hex 6 76 6F

RGB Percentages of Color #06766f

%2.55
%50.21
%47.23

CMYK Percentages of Color #06766f

%95
%0
%6
%54

Triadic Colors of #06766f

#06766f #6f0676 #766f06

Analogous Colors of #06766f

#06766f #064576 #067637

Monochromatic Colors of #06766f

#06766f

Complementary Color

#06766f #76060d

#06766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06766f Color CSS Codes

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

#06766f Text Font Color

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

This sample text font color is #06766f
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.


#06766f Background Color

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

This div background color is #06766f


#06766f Border Color

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

This div border color is #06766f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06766f


Comments

No comments written yet.

Please login to write comment.