Color Hex Logo

#728064 Color Hex

#728064
(114,128,100)
0 Favorites   0 Comments

Color spaces of #728064

RGB 114128100
HSL0.250.120.45
HSV90°22°50°
CMYK 0.110.000.22   0.50
XYZ16.958919.935915.0108
Yxy19.93590.32670.3841
Hunter Lab44.6496-10.338711.3220
CIE-Lab51.7647-10.603313.5172

#728064 color RGB value is (114,128,100).

#728064 hex color red value is 114, green value is 128 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #728064 hue: 0.25 , saturation: 0.12 and the lightness value of 728064 is 0.45.

The process color (four color CMYK) of #728064 color hex is 0.11, 0.00, 0.22, 0.50. Web safe color of #728064 is #669966. Color #728064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000000 01100100
Octal 162 200 144
Decimal 114 128 100
Hex 72 80 64

RGB Percentages of Color #728064

%33.33
%37.43
%29.24

CMYK Percentages of Color #728064

%11
%0
%22
%50

Triadic Colors of #728064

#728064 #647280 #806472

Analogous Colors of #728064

#728064 #648064 #808064

Monochromatic Colors of #728064

#728064

Complementary Color

#728064 #726480

#728064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728064 Color CSS Codes

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

#728064 Text Font Color

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

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


#728064 Background Color

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

This div background color is #728064


#728064 Border Color

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

This div border color is #728064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728064


Comments

No comments written yet.

Please login to write comment.