Color Hex Logo

#7b990f Color Hex

#7B990F
(123,153,15)
0 Favorites   0 Comments

Color spaces of #7b990f

RGB 12315315
HSL0.200.820.33
HSV73°90°60°
CMYK 0.200.000.90   0.40
XYZ19.645827.02794.6334
Yxy27.02790.38290.5268
Hunter Lab51.9884-23.526631.1077
CIE-Lab59.0001-27.647459.4858

#7b990f color RGB value is (123,153,15).

#7b990f hex color red value is 123, green value is 153 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #7b990f hue: 0.20 , saturation: 0.82 and the lightness value of 7b990f is 0.33.

The process color (four color CMYK) of #7b990f color hex is 0.20, 0.00, 0.90, 0.40. Web safe color of #7b990f is #669900. Color #7b990f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011001 00001111
Octal 173 231 17
Decimal 123 153 15
Hex 7B 99 F

RGB Percentages of Color #7b990f

%42.27
%52.58
%5.15

CMYK Percentages of Color #7b990f

%20
%0
%90
%40

Triadic Colors of #7b990f

#7b990f #0f7b99 #990f7b

Analogous Colors of #7b990f

#7b990f #36990f #99720f

Monochromatic Colors of #7b990f

#7b990f

Complementary Color

#7b990f #2d0f99

#7b990f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b990f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b990f Color CSS Codes

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

#7b990f Text Font Color

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

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


#7b990f Background Color

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

This div background color is #7b990f


#7b990f Border Color

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

This div border color is #7b990f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b990f


Comments

No comments written yet.

Please login to write comment.