Color Hex Logo

#729260 Color Hex

#729260
(114,146,96)
0 Favorites   0 Comments

Color spaces of #729260

RGB 11414696
HSL0.270.210.47
HSV98°34°57°
CMYK 0.220.000.34   0.43
XYZ19.329624.979714.8691
Yxy24.97970.32660.4221
Hunter Lab49.9797-18.429817.3468
CIE-Lab57.0556-20.860622.9657

#729260 color RGB value is (114,146,96).

#729260 hex color red value is 114, green value is 146 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #729260 hue: 0.27 , saturation: 0.21 and the lightness value of 729260 is 0.47.

The process color (four color CMYK) of #729260 color hex is 0.22, 0.00, 0.34, 0.43. Web safe color of #729260 is #669966. Color #729260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010010 01100000
Octal 162 222 140
Decimal 114 146 96
Hex 72 92 60

RGB Percentages of Color #729260

%32.02
%41.01
%26.97

CMYK Percentages of Color #729260

%22
%0
%34
%43

Triadic Colors of #729260

#729260 #607292 #926072

Analogous Colors of #729260

#729260 #609267 #8b9260

Monochromatic Colors of #729260

#729260

Complementary Color

#729260 #806092

#729260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729260 Color CSS Codes

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

#729260 Text Font Color

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

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


#729260 Background Color

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

This div background color is #729260


#729260 Border Color

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

This div border color is #729260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729260


Comments

No comments written yet.

Please login to write comment.