Color Hex Logo

#7b9038 Color Hex

#7B9038
(123,144,56)
0 Favorites   0 Comments

Color spaces of #7b9038

RGB 12314456
HSL0.210.440.39
HSV74°61°56°
CMYK 0.150.000.61   0.44
XYZ18.855424.44307.4656
Yxy24.44300.37140.4815
Hunter Lab49.4399-18.443325.6549
CIE-Lab56.5286-21.013443.1907

#7b9038 color RGB value is (123,144,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010000 00111000
Octal 173 220 70
Decimal 123 144 56
Hex 7B 90 38

RGB Percentages of Color #7b9038

%38.08
%44.58
%17.34

CMYK Percentages of Color #7b9038

%15
%0
%61
%44

Triadic Colors of #7b9038

#7b9038 #387b90 #90387b

Analogous Colors of #7b9038

#7b9038 #4f9038 #907938

Monochromatic Colors of #7b9038

#7b9038

Complementary Color

#7b9038 #4d3890

#7b9038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9038 Color CSS Codes

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

#7b9038 Text Font Color

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

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


#7b9038 Background Color

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

This div background color is #7b9038


#7b9038 Border Color

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

This div border color is #7b9038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9038


Comments

No comments written yet.

Please login to write comment.