Color Hex Logo

#7b913f Color Hex

#7B913F
(123,145,63)
0 Favorites   0 Comments

Color spaces of #7b913f

RGB 12314563
HSL0.210.390.41
HSV76°57°57°
CMYK 0.150.000.57   0.43
XYZ19.191024.82068.4820
Yxy24.82060.36560.4728
Hunter Lab49.8203-18.426524.7800
CIE-Lab56.9002-20.895140.2733

#7b913f color RGB value is (123,145,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010001 00111111
Octal 173 221 77
Decimal 123 145 63
Hex 7B 91 3F

RGB Percentages of Color #7b913f

%37.16
%43.81
%19.03

CMYK Percentages of Color #7b913f

%15
%0
%57
%43

Triadic Colors of #7b913f

#7b913f #3f7b91 #913f7b

Analogous Colors of #7b913f

#7b913f #52913f #917e3f

Monochromatic Colors of #7b913f

#7b913f

Complementary Color

#7b913f #553f91

#7b913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b913f Color CSS Codes

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

#7b913f Text Font Color

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

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


#7b913f Background Color

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

This div background color is #7b913f


#7b913f Border Color

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

This div border color is #7b913f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b913f


Comments

No comments written yet.

Please login to write comment.