Color Hex Logo

#749b20 Color Hex

#749B20
(116,155,32)
0 Favorites   0 Comments

Color spaces of #749b20

RGB 11615532
HSL0.220.660.37
HSV79°79°61°
CMYK 0.250.000.79   0.39
XYZ19.184527.26005.6171
Yxy27.26000.36850.5236
Hunter Lab52.2111-25.781230.1691
CIE-Lab59.2142-30.902455.2269

#749b20 color RGB value is (116,155,32).

#749b20 hex color red value is 116, green value is 155 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #749b20 hue: 0.22 , saturation: 0.66 and the lightness value of 749b20 is 0.37.

The process color (four color CMYK) of #749b20 color hex is 0.25, 0.00, 0.79, 0.39. Web safe color of #749b20 is #669933. Color #749b20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 00100000
Octal 164 233 40
Decimal 116 155 32
Hex 74 9B 20

RGB Percentages of Color #749b20

%38.28
%51.16
%10.56

CMYK Percentages of Color #749b20

%25
%0
%79
%39

Triadic Colors of #749b20

#749b20 #20749b #9b2074

Analogous Colors of #749b20

#749b20 #379b20 #9b8520

Monochromatic Colors of #749b20

#749b20

Complementary Color

#749b20 #47209b

#749b20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749b20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749b20 Color CSS Codes

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

#749b20 Text Font Color

<p style="color:#749b20">Text here</p>

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


#749b20 Background Color

<div style="background-color:#749b20">
Div content here</div>

This div background color is #749b20


#749b20 Border Color

<div style="border:3px solid #749b20">
Div here</div>

This div border color is #749b20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,155,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749b20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749b20;
  -webkit-box-shadow: 1px 1px 3px 2px #749b20;
  box-shadow:         1px 1px 3px 2px #749b20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,155,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749b20


Comments

No comments written yet.

Please login to write comment.