Color Hex Logo

#729007 Color Hex

#729007
(114,144,7)
0 Favorites   0 Comments

Color spaces of #729007

RGB 1141447
HSL0.200.910.30
HSV73°95°56°
CMYK 0.210.000.95   0.44
XYZ16.951023.53933.8511
Yxy23.53930.38230.5309
Hunter Lab48.5173-22.540929.2559
CIE-Lab55.6235-27.280257.8383

#729007 color RGB value is (114,144,7).

#729007 hex color red value is 114, green value is 144 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #729007 hue: 0.20 , saturation: 0.91 and the lightness value of 729007 is 0.30.

The process color (four color CMYK) of #729007 color hex is 0.21, 0.00, 0.95, 0.44. Web safe color of #729007 is #669900. Color #729007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010000 00000111
Octal 162 220 7
Decimal 114 144 7
Hex 72 90 7

RGB Percentages of Color #729007

%43.02
%54.34
%2.64

CMYK Percentages of Color #729007

%21
%0
%95
%44

Triadic Colors of #729007

#729007 #077290 #900772

Analogous Colors of #729007

#729007 #2e9007 #906a07

Monochromatic Colors of #729007

#729007

Complementary Color

#729007 #250790

#729007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#729007 Color CSS Codes

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

#729007 Text Font Color

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

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


#729007 Background Color

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

This div background color is #729007


#729007 Border Color

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

This div border color is #729007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729007


Comments

No comments written yet.

Please login to write comment.