Color Hex Logo

#7b940a Color Hex

#7B940A
(123,148,10)
0 Favorites   0 Comments

Color spaces of #7b940a

RGB 12314810
HSL0.200.870.31
HSV71°93°58°
CMYK 0.170.000.93   0.42
XYZ18.813125.41274.2007
Yxy25.41270.38850.5248
Hunter Lab50.4110-21.604130.3471
CIE-Lab57.4753-25.312259.1018

#7b940a color RGB value is (123,148,10).

#7b940a hex color red value is 123, green value is 148 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #7b940a hue: 0.20 , saturation: 0.87 and the lightness value of 7b940a is 0.31.

The process color (four color CMYK) of #7b940a color hex is 0.17, 0.00, 0.93, 0.42. Web safe color of #7b940a is #669900. Color #7b940a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010100 00001010
Octal 173 224 12
Decimal 123 148 10
Hex 7B 94 A

RGB Percentages of Color #7b940a

%43.77
%52.67
%3.56

CMYK Percentages of Color #7b940a

%17
%0
%93
%42

Triadic Colors of #7b940a

#7b940a #0a7b94 #940a7b

Analogous Colors of #7b940a

#7b940a #36940a #94680a

Monochromatic Colors of #7b940a

#7b940a

Complementary Color

#7b940a #230a94

#7b940a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b940a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b940a Color CSS Codes

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

#7b940a Text Font Color

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

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


#7b940a Background Color

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

This div background color is #7b940a


#7b940a Border Color

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

This div border color is #7b940a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b940a


Comments

No comments written yet.

Please login to write comment.