Color Hex Logo

#729214 Color Hex

#729214
(114,146,20)
0 Favorites   0 Comments

Color spaces of #729214

RGB 11414620
HSL0.210.760.33
HSV75°86°57°
CMYK 0.220.000.86   0.43
XYZ17.344624.18574.4160
Yxy24.18570.37750.5264
Hunter Lab49.1790-23.109229.1014
CIE-Lab56.2732-27.918955.8938

#729214 color RGB value is (114,146,20).

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

The process color (four color CMYK) of #729214 color hex is 0.22, 0.00, 0.86, 0.43. Web safe color of #729214 is #669900. Color #729214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010010 00010100
Octal 162 222 24
Decimal 114 146 20
Hex 72 92 14

RGB Percentages of Color #729214

%40.71
%52.14
%7.14

CMYK Percentages of Color #729214

%22
%0
%86
%43

Triadic Colors of #729214

#729214 #147292 #921472

Analogous Colors of #729214

#729214 #339214 #927314

Monochromatic Colors of #729214

#729214

Complementary Color

#729214 #341492

#729214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729214 Color CSS Codes

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

#729214 Text Font Color

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

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


#729214 Background Color

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

This div background color is #729214


#729214 Border Color

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

This div border color is #729214


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,146,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 #729214">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729214


Comments

No comments written yet.

Please login to write comment.