Color Hex Logo

#729a6e Color Hex

#729A6E
(114,154,110)
0 Favorites   0 Comments

Color spaces of #729a6e

RGB 114154110
HSL0.320.180.52
HSV115°29°60°
CMYK 0.260.000.29   0.40
XYZ21.309527.814418.9974
Yxy27.81440.31280.4083
Hunter Lab52.7394-20.170415.5605
CIE-Lab59.7207-22.633218.7959

#729a6e color RGB value is (114,154,110).

#729a6e hex color red value is 114, green value is 154 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #729a6e hue: 0.32 , saturation: 0.18 and the lightness value of 729a6e is 0.52.

The process color (four color CMYK) of #729a6e color hex is 0.26, 0.00, 0.29, 0.40. Web safe color of #729a6e is #669966. Color #729a6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 01101110
Octal 162 232 156
Decimal 114 154 110
Hex 72 9A 6E

RGB Percentages of Color #729a6e

%30.16
%40.74
%29.10

CMYK Percentages of Color #729a6e

%26
%0
%29
%40

Triadic Colors of #729a6e

#729a6e #6e729a #9a6e72

Analogous Colors of #729a6e

#729a6e #6e9a80 #889a6e

Monochromatic Colors of #729a6e

#729a6e

Complementary Color

#729a6e #966e9a

#729a6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729a6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#729a6e Color CSS Codes

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

#729a6e Text Font Color

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

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


#729a6e Background Color

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

This div background color is #729a6e


#729a6e Border Color

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

This div border color is #729a6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,154,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729a6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729a6e;
  -webkit-box-shadow: 1px 1px 3px 2px #729a6e;
  box-shadow:         1px 1px 3px 2px #729a6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,154,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729a6e


Comments

No comments written yet.

Please login to write comment.