Color Hex Logo

#06976d Color Hex

#06976D
(6,151,109)
0 Favorites   0 Comments

Color spaces of #06976d

RGB 6151109
HSL0.450.920.31
HSV163°96°59°
CMYK 0.960.000.28   0.41
XYZ13.902023.276118.2280
Yxy23.27610.25090.4201
Hunter Lab48.2453-32.994111.3708
CIE-Lab55.3556-44.126512.7995

#06976d color RGB value is (6,151,109).

#06976d hex color red value is 6, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #06976d hue: 0.45 , saturation: 0.92 and the lightness value of 06976d is 0.31.

The process color (four color CMYK) of #06976d color hex is 0.96, 0.00, 0.28, 0.41. Web safe color of #06976d is #009966. Color #06976d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010111 01101101
Octal 6 227 155
Decimal 6 151 109
Hex 6 97 6D

RGB Percentages of Color #06976d

%2.26
%56.77
%40.98

CMYK Percentages of Color #06976d

%96
%0
%28
%41

Triadic Colors of #06976d

#06976d #6d0697 #976d06

Analogous Colors of #06976d

#06976d #067997 #069725

Monochromatic Colors of #06976d

#06976d

Complementary Color

#06976d #970630

#06976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06976d Color CSS Codes

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

#06976d Text Font Color

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

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


#06976d Background Color

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

This div background color is #06976d


#06976d Border Color

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

This div border color is #06976d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,151,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06976d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06976d;
  -webkit-box-shadow: 1px 1px 3px 2px #06976d;
  box-shadow:         1px 1px 3px 2px #06976d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06976d


Comments

No comments written yet.

Please login to write comment.