Color Hex Logo

#7b9040 Color Hex

#7B9040
(123,144,64)
0 Favorites   0 Comments

Color spaces of #7b9040

RGB 12314464
HSL0.210.380.41
HSV76°56°56°
CMYK 0.150.000.56   0.44
XYZ19.067124.52768.5799
Yxy24.52760.36540.4701
Hunter Lab49.5253-17.947424.3962
CIE-Lab56.6122-20.286439.4494

#7b9040 color RGB value is (123,144,64).

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

The process color (four color CMYK) of #7b9040 color hex is 0.15, 0.00, 0.56, 0.44. Web safe color of #7b9040 is #669933. Color #7b9040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010000 01000000
Octal 173 220 100
Decimal 123 144 64
Hex 7B 90 40

RGB Percentages of Color #7b9040

%37.16
%43.50
%19.34

CMYK Percentages of Color #7b9040

%15
%0
%56
%44

Triadic Colors of #7b9040

#7b9040 #407b90 #90407b

Analogous Colors of #7b9040

#7b9040 #539040 #907d40

Monochromatic Colors of #7b9040

#7b9040

Complementary Color

#7b9040 #554090

#7b9040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9040 Color CSS Codes

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

#7b9040 Text Font Color

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

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


#7b9040 Background Color

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

This div background color is #7b9040


#7b9040 Border Color

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

This div border color is #7b9040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9040


Comments

No comments written yet.

Please login to write comment.