Color Hex Logo

#7ba063 Color Hex

#7BA063
(123,160,99)
0 Favorites   0 Comments

Color spaces of #7ba063

RGB 12316099
HSL0.270.240.51
HSV96°38°63°
CMYK 0.230.000.38   0.37
XYZ22.991330.253416.4321
Yxy30.25340.33000.4342
Hunter Lab55.0031-21.642420.7894
CIE-Lab61.8722-24.117827.7810

#7ba063 color RGB value is (123,160,99).

#7ba063 hex color red value is 123, green value is 160 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #7ba063 hue: 0.27 , saturation: 0.24 and the lightness value of 7ba063 is 0.51.

The process color (four color CMYK) of #7ba063 color hex is 0.23, 0.00, 0.38, 0.37. Web safe color of #7ba063 is #669966. Color #7ba063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10100000 01100011
Octal 173 240 143
Decimal 123 160 99
Hex 7B A0 63

RGB Percentages of Color #7ba063

%32.20
%41.88
%25.92

CMYK Percentages of Color #7ba063

%23
%0
%38
%37

Triadic Colors of #7ba063

#7ba063 #637ba0 #a0637b

Analogous Colors of #7ba063

#7ba063 #63a06a #9aa063

Monochromatic Colors of #7ba063

#7ba063

Complementary Color

#7ba063 #8863a0

#7ba063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ba063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ba063 Color CSS Codes

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

#7ba063 Text Font Color

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

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


#7ba063 Background Color

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

This div background color is #7ba063


#7ba063 Border Color

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

This div border color is #7ba063


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,160,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ba063; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ba063;
  -webkit-box-shadow: 1px 1px 3px 2px #7ba063;
  box-shadow:         1px 1px 3px 2px #7ba063; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,160,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ba063


Comments

No comments written yet.

Please login to write comment.