Color Hex Logo

#7b900c Color Hex

#7B900C
(123,144,12)
0 Favorites   0 Comments

Color spaces of #7b900c

RGB 12314412
HSL0.190.850.31
HSV70°92°56°
CMYK 0.150.000.92   0.44
XYZ18.208024.18404.0561
Yxy24.18400.39200.5207
Hunter Lab49.1772-19.970129.5339
CIE-Lab56.2715-23.281757.8108

#7b900c color RGB value is (123,144,12).

#7b900c hex color red value is 123, green value is 144 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #7b900c hue: 0.19 , saturation: 0.85 and the lightness value of 7b900c is 0.31.

The process color (four color CMYK) of #7b900c color hex is 0.15, 0.00, 0.92, 0.44. Web safe color of #7b900c is #669900. Color #7b900c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010000 00001100
Octal 173 220 14
Decimal 123 144 12
Hex 7B 90 C

RGB Percentages of Color #7b900c

%44.09
%51.61
%4.30

CMYK Percentages of Color #7b900c

%15
%0
%92
%44

Triadic Colors of #7b900c

#7b900c #0c7b90 #900c7b

Analogous Colors of #7b900c

#7b900c #39900c #90630c

Monochromatic Colors of #7b900c

#7b900c

Complementary Color

#7b900c #210c90

#7b900c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b900c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b900c Color CSS Codes

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

#7b900c Text Font Color

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

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


#7b900c Background Color

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

This div background color is #7b900c


#7b900c Border Color

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

This div border color is #7b900c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b900c


Comments

No comments written yet.

Please login to write comment.