Color Hex Logo

#06772e Color Hex

#06772E
(6,119,46)
0 Favorites   0 Comments

Color spaces of #06772e

RGB 611946
HSL0.390.900.25
HSV141°95°47°
CMYK 0.950.000.61   0.53
XYZ7.165113.42964.7993
Yxy13.42960.28220.5288
Hunter Lab36.6464-29.231017.8877
CIE-Lab43.4035-44.831631.7715

#06772e color RGB value is (6,119,46).

#06772e hex color red value is 6, green value is 119 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #06772e hue: 0.39 , saturation: 0.90 and the lightness value of 06772e is 0.25.

The process color (four color CMYK) of #06772e color hex is 0.95, 0.00, 0.61, 0.53. Web safe color of #06772e is #006633. Color #06772e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110111 00101110
Octal 6 167 56
Decimal 6 119 46
Hex 6 77 2E

RGB Percentages of Color #06772e

%3.51
%69.59
%26.90

CMYK Percentages of Color #06772e

%95
%0
%61
%53

Triadic Colors of #06772e

#06772e #2e0677 #772e06

Analogous Colors of #06772e

#06772e #067767 #177706

Monochromatic Colors of #06772e

#06772e

Complementary Color

#06772e #77064f

#06772e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06772e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06772e Color CSS Codes

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

#06772e Text Font Color

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

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


#06772e Background Color

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

This div background color is #06772e


#06772e Border Color

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

This div border color is #06772e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,119,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06772e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06772e;
  -webkit-box-shadow: 1px 1px 3px 2px #06772e;
  box-shadow:         1px 1px 3px 2px #06772e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06772e


Comments

No comments written yet.

Please login to write comment.