Color Hex Logo

#728655 Color Hex

#728655
(114,134,85)
0 Favorites   0 Comments

Color spaces of #728655

RGB 11413485
HSL0.230.220.43
HSV84°37°53°
CMYK 0.150.000.37   0.47
XYZ17.104221.283511.8010
Yxy21.28350.34080.4241
Hunter Lab46.1340-14.555717.1276
CIE-Lab53.2584-16.240124.0547

#728655 color RGB value is (114,134,85).

#728655 hex color red value is 114, green value is 134 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #728655 hue: 0.23 , saturation: 0.22 and the lightness value of 728655 is 0.43.

The process color (four color CMYK) of #728655 color hex is 0.15, 0.00, 0.37, 0.47. Web safe color of #728655 is #669966. Color #728655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 01010101
Octal 162 206 125
Decimal 114 134 85
Hex 72 86 55

RGB Percentages of Color #728655

%34.23
%40.24
%25.53

CMYK Percentages of Color #728655

%15
%0
%37
%47

Triadic Colors of #728655

#728655 #557286 #865572

Analogous Colors of #728655

#728655 #5a8655 #868255

Monochromatic Colors of #728655

#728655

Complementary Color

#728655 #695586

#728655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728655 Color CSS Codes

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

#728655 Text Font Color

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

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


#728655 Background Color

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

This div background color is #728655


#728655 Border Color

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

This div border color is #728655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728655


Comments

No comments written yet.

Please login to write comment.