Color Hex Logo

#7b913e Color Hex

#7B913E
(123,145,62)
0 Favorites   0 Comments

Color spaces of #7b913e

RGB 12314562
HSL0.210.400.41
HSV76°57°57°
CMYK 0.150.000.57   0.43
XYZ19.163324.80968.3361
Yxy24.80960.36630.4743
Hunter Lab49.8092-18.491224.9437
CIE-Lab56.8894-20.989840.7473

#7b913e color RGB value is (123,145,62).

#7b913e hex color red value is 123, green value is 145 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7b913e hue: 0.21 , saturation: 0.40 and the lightness value of 7b913e is 0.41.

The process color (four color CMYK) of #7b913e color hex is 0.15, 0.00, 0.57, 0.43. Web safe color of #7b913e is #669933. Color #7b913e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010001 00111110
Octal 173 221 76
Decimal 123 145 62
Hex 7B 91 3E

RGB Percentages of Color #7b913e

%37.27
%43.94
%18.79

CMYK Percentages of Color #7b913e

%15
%0
%57
%43

Triadic Colors of #7b913e

#7b913e #3e7b91 #913e7b

Analogous Colors of #7b913e

#7b913e #52913e #917e3e

Monochromatic Colors of #7b913e

#7b913e

Complementary Color

#7b913e #543e91

#7b913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b913e Color CSS Codes

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

#7b913e Text Font Color

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

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


#7b913e Background Color

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

This div background color is #7b913e


#7b913e Border Color

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

This div border color is #7b913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b913e


Comments

No comments written yet.

Please login to write comment.