Color Hex Logo

#7ba05a Color Hex

#7BA05A
(123,160,90)
0 Favorites   0 Comments

Color spaces of #7ba05a

RGB 12316090
HSL0.250.280.49
HSV92°44°63°
CMYK 0.230.000.44   0.37
XYZ22.584630.090814.2906
Yxy30.09080.33730.4493
Hunter Lab54.8551-22.505522.9526
CIE-Lab61.7325-25.363232.3826

#7ba05a color RGB value is (123,160,90).

#7ba05a hex color red value is 123, green value is 160 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7ba05a hue: 0.25 , saturation: 0.28 and the lightness value of 7ba05a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10100000 01011010
Octal 173 240 132
Decimal 123 160 90
Hex 7B A0 5A

RGB Percentages of Color #7ba05a

%32.98
%42.90
%24.13

CMYK Percentages of Color #7ba05a

%23
%0
%44
%37

Triadic Colors of #7ba05a

#7ba05a #5a7ba0 #a05a7b

Analogous Colors of #7ba05a

#7ba05a #5aa05c #9ea05a

Monochromatic Colors of #7ba05a

#7ba05a

Complementary Color

#7ba05a #7f5aa0

#7ba05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ba05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ba05a Color CSS Codes

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

#7ba05a Text Font Color

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

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


#7ba05a Background Color

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

This div background color is #7ba05a


#7ba05a Border Color

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

This div border color is #7ba05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ba05a


Comments

No comments written yet.

Please login to write comment.