Color Hex Logo

#729651 Color Hex

#729651
(114,150,81)
0 Favorites   0 Comments

Color spaces of #729651

RGB 11415081
HSL0.250.300.45
HSV91°46°59°
CMYK 0.240.000.46   0.41
XYZ19.331025.984211.7812
Yxy25.98420.33860.4551
Hunter Lab50.9747-21.513621.9793
CIE-Lab58.0220-25.019132.3212

#729651 color RGB value is (114,150,81).

#729651 hex color red value is 114, green value is 150 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #729651 hue: 0.25 , saturation: 0.30 and the lightness value of 729651 is 0.45.

The process color (four color CMYK) of #729651 color hex is 0.24, 0.00, 0.46, 0.41. Web safe color of #729651 is #669966. Color #729651 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010110 01010001
Octal 162 226 121
Decimal 114 150 81
Hex 72 96 51

RGB Percentages of Color #729651

%33.04
%43.48
%23.48

CMYK Percentages of Color #729651

%24
%0
%46
%41

Triadic Colors of #729651

#729651 #517296 #965172

Analogous Colors of #729651

#729651 #519653 #959651

Monochromatic Colors of #729651

#729651

Complementary Color

#729651 #755196

#729651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729651 Color CSS Codes

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

#729651 Text Font Color

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

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


#729651 Background Color

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

This div background color is #729651


#729651 Border Color

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

This div border color is #729651


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,150,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729651; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729651;
  -webkit-box-shadow: 1px 1px 3px 2px #729651;
  box-shadow:         1px 1px 3px 2px #729651; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729651


Comments

No comments written yet.

Please login to write comment.