Color Hex Logo

#728607 Color Hex

#728607
(114,134,7)
0 Favorites   0 Comments

Color spaces of #728607

RGB 1141347
HSL0.190.900.28
HSV69°95°53°
CMYK 0.150.000.95   0.47
XYZ15.502920.64293.3684
Yxy20.64290.39230.5224
Hunter Lab45.4345-18.603527.4085
CIE-Lab52.5564-22.313955.4164

#728607 color RGB value is (114,134,7).

#728607 hex color red value is 114, green value is 134 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #728607 hue: 0.19 , saturation: 0.90 and the lightness value of 728607 is 0.28.

The process color (four color CMYK) of #728607 color hex is 0.15, 0.00, 0.95, 0.47. Web safe color of #728607 is #669900. Color #728607 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 00000111
Octal 162 206 7
Decimal 114 134 7
Hex 72 86 7

RGB Percentages of Color #728607

%44.71
%52.55
%2.75

CMYK Percentages of Color #728607

%15
%0
%95
%47

Triadic Colors of #728607

#728607 #077286 #860772

Analogous Colors of #728607

#728607 #338607 #865b07

Monochromatic Colors of #728607

#728607

Complementary Color

#728607 #1b0786

#728607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728607 Color CSS Codes

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

#728607 Text Font Color

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

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


#728607 Background Color

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

This div background color is #728607


#728607 Border Color

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

This div border color is #728607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728607


Comments

No comments written yet.

Please login to write comment.