Color Hex Logo

#729514 Color Hex

#729514
(114,149,20)
0 Favorites   0 Comments

Color spaces of #729514

RGB 11414920
HSL0.210.760.33
HSV76°87°58°
CMYK 0.230.000.87   0.42
XYZ17.813125.12284.5722
Yxy25.12280.37490.5288
Hunter Lab50.1226-24.277529.6774
CIE-Lab57.1949-29.360656.6820

#729514 color RGB value is (114,149,20).

#729514 hex color red value is 114, green value is 149 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #729514 hue: 0.21 , saturation: 0.76 and the lightness value of 729514 is 0.33.

The process color (four color CMYK) of #729514 color hex is 0.23, 0.00, 0.87, 0.42. Web safe color of #729514 is #669900. Color #729514 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010101 00010100
Octal 162 225 24
Decimal 114 149 20
Hex 72 95 14

RGB Percentages of Color #729514

%40.28
%52.65
%7.07

CMYK Percentages of Color #729514

%23
%0
%87
%42

Triadic Colors of #729514

#729514 #147295 #951472

Analogous Colors of #729514

#729514 #319514 #957814

Monochromatic Colors of #729514

#729514

Complementary Color

#729514 #371495

#729514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729514 Color CSS Codes

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

#729514 Text Font Color

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

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


#729514 Background Color

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

This div background color is #729514


#729514 Border Color

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

This div border color is #729514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729514


Comments

No comments written yet.

Please login to write comment.