Color Hex Logo

#7b9029 Color Hex

#7B9029
(123,144,41)
0 Favorites   0 Comments

Color spaces of #7b9029

RGB 12314441
HSL0.200.560.36
HSV72°72°56°
CMYK 0.150.000.72   0.44
XYZ18.541924.31765.8143
Yxy24.31760.38090.4996
Hunter Lab49.3129-19.180627.5283
CIE-Lab56.4044-22.103149.5211

#7b9029 color RGB value is (123,144,41).

#7b9029 hex color red value is 123, green value is 144 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #7b9029 hue: 0.20 , saturation: 0.56 and the lightness value of 7b9029 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010000 00101001
Octal 173 220 51
Decimal 123 144 41
Hex 7B 90 29

RGB Percentages of Color #7b9029

%39.94
%46.75
%13.31

CMYK Percentages of Color #7b9029

%15
%0
%72
%44

Triadic Colors of #7b9029

#7b9029 #297b90 #90297b

Analogous Colors of #7b9029

#7b9029 #489029 #907229

Monochromatic Colors of #7b9029

#7b9029

Complementary Color

#7b9029 #3e2990

#7b9029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9029 Color CSS Codes

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

#7b9029 Text Font Color

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

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


#7b9029 Background Color

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

This div background color is #7b9029


#7b9029 Border Color

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

This div border color is #7b9029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9029


Comments

No comments written yet.

Please login to write comment.