Color Hex Logo

#06715a Color Hex

#06715A
(6,113,90)
0 Favorites   0 Comments

Color spaces of #06715a

RGB 611390
HSL0.460.900.23
HSV167°95°44°
CMYK 0.950.000.20   0.56
XYZ7.825712.587211.6900
Yxy12.58720.24380.3921
Hunter Lab35.4784-22.71445.2991
CIE-Lab42.1346-33.06055.1756

#06715a color RGB value is (6,113,90).

#06715a hex color red value is 6, green value is 113 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #06715a hue: 0.46 , saturation: 0.90 and the lightness value of 06715a is 0.23.

The process color (four color CMYK) of #06715a color hex is 0.95, 0.00, 0.20, 0.56. Web safe color of #06715a is #006666. Color #06715a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110001 01011010
Octal 6 161 132
Decimal 6 113 90
Hex 6 71 5A

RGB Percentages of Color #06715a

%2.87
%54.07
%43.06

CMYK Percentages of Color #06715a

%95
%0
%20
%56

Triadic Colors of #06715a

#06715a #5a0671 #715a06

Analogous Colors of #06715a

#06715a #065371 #067125

Monochromatic Colors of #06715a

#06715a

Complementary Color

#06715a #71061d

#06715a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06715a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06715a Color CSS Codes

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

#06715a Text Font Color

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

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


#06715a Background Color

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

This div background color is #06715a


#06715a Border Color

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

This div border color is #06715a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,113,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06715a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06715a;
  -webkit-box-shadow: 1px 1px 3px 2px #06715a;
  box-shadow:         1px 1px 3px 2px #06715a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06715a


Comments

No comments written yet.

Please login to write comment.