Color Hex Logo

#7b9608 Color Hex

#7B9608
(123,150,8)
0 Favorites   0 Comments

Color spaces of #7b9608

RGB 1231508
HSL0.200.900.31
HSV71°95°59°
CMYK 0.180.000.95   0.41
XYZ19.118626.04124.2485
Yxy26.04120.38700.5271
Hunter Lab51.0306-22.428530.7853
CIE-Lab58.0761-26.333159.8823

#7b9608 color RGB value is (123,150,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010110 00001000
Octal 173 226 10
Decimal 123 150 8
Hex 7B 96 8

RGB Percentages of Color #7b9608

%43.77
%53.38
%2.85

CMYK Percentages of Color #7b9608

%18
%0
%95
%41

Triadic Colors of #7b9608

#7b9608 #087b96 #96087b

Analogous Colors of #7b9608

#7b9608 #349608 #966a08

Monochromatic Colors of #7b9608

#7b9608

Complementary Color

#7b9608 #230896

#7b9608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9608 Color CSS Codes

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

#7b9608 Text Font Color

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

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


#7b9608 Background Color

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

This div background color is #7b9608


#7b9608 Border Color

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

This div border color is #7b9608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9608


Comments

No comments written yet.

Please login to write comment.