Color Hex Logo

#729478 Color Hex

#729478
(114,148,120)
0 Favorites   0 Comments

Color spaces of #729478

RGB 114148120
HSL0.360.140.51
HSV131°23°58°
CMYK 0.230.000.19   0.42
XYZ20.919526.113321.7071
Yxy26.11330.30430.3799
Hunter Lab51.1012-16.353810.5852
CIE-Lab58.1444-17.703510.9991

#729478 color RGB value is (114,148,120).

#729478 hex color red value is 114, green value is 148 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #729478 hue: 0.36 , saturation: 0.14 and the lightness value of 729478 is 0.51.

The process color (four color CMYK) of #729478 color hex is 0.23, 0.00, 0.19, 0.42. Web safe color of #729478 is #669966. Color #729478 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010100 01111000
Octal 162 224 170
Decimal 114 148 120
Hex 72 94 78

RGB Percentages of Color #729478

%29.84
%38.74
%31.41

CMYK Percentages of Color #729478

%23
%0
%19
%42

Triadic Colors of #729478

#729478 #787294 #947872

Analogous Colors of #729478

#729478 #729489 #7d9472

Monochromatic Colors of #729478

#729478

Complementary Color

#729478 #94728e

#729478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729478 Color CSS Codes

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

#729478 Text Font Color

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

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


#729478 Background Color

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

This div background color is #729478


#729478 Border Color

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

This div border color is #729478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729478


Comments

No comments written yet.

Please login to write comment.