Color Hex Logo

#7b9619 Color Hex

#7B9619
(123,150,25)
0 Favorites   0 Comments

Color spaces of #7b9619

RGB 12315025
HSL0.200.710.34
HSV73°83°59°
CMYK 0.180.000.83   0.41
XYZ19.250226.09384.9417
Yxy26.09380.38280.5189
Hunter Lab51.0821-22.126230.0217
CIE-Lab58.1260-25.877356.4630

#7b9619 color RGB value is (123,150,25).

#7b9619 hex color red value is 123, green value is 150 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #7b9619 hue: 0.20 , saturation: 0.71 and the lightness value of 7b9619 is 0.34.

The process color (four color CMYK) of #7b9619 color hex is 0.18, 0.00, 0.83, 0.41. Web safe color of #7b9619 is #669900. Color #7b9619 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010110 00011001
Octal 173 226 31
Decimal 123 150 25
Hex 7B 96 19

RGB Percentages of Color #7b9619

%41.28
%50.34
%8.39

CMYK Percentages of Color #7b9619

%18
%0
%83
%41

Triadic Colors of #7b9619

#7b9619 #197b96 #96197b

Analogous Colors of #7b9619

#7b9619 #3d9619 #967319

Monochromatic Colors of #7b9619

#7b9619

Complementary Color

#7b9619 #341996

#7b9619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9619 Color CSS Codes

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

#7b9619 Text Font Color

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

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


#7b9619 Background Color

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

This div background color is #7b9619


#7b9619 Border Color

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

This div border color is #7b9619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9619


Comments

No comments written yet.

Please login to write comment.