Color Hex Logo

#749109 Color Hex

#749109
(116,145,9)
0 Favorites   0 Comments

Color spaces of #749109

RGB 1161459
HSL0.200.880.30
HSV73°94°57°
CMYK 0.200.000.94   0.43
XYZ17.377223.98353.9719
Yxy23.98350.38330.5291
Hunter Lab48.9730-22.365029.4724
CIE-Lab56.0713-26.870757.9309

#749109 color RGB value is (116,145,9).

#749109 hex color red value is 116, green value is 145 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #749109 hue: 0.20 , saturation: 0.88 and the lightness value of 749109 is 0.30.

The process color (four color CMYK) of #749109 color hex is 0.20, 0.00, 0.94, 0.43. Web safe color of #749109 is #669900. Color #749109 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 00001001
Octal 164 221 11
Decimal 116 145 9
Hex 74 91 9

RGB Percentages of Color #749109

%42.96
%53.70
%3.33

CMYK Percentages of Color #749109

%20
%0
%94
%43

Triadic Colors of #749109

#749109 #097491 #910974

Analogous Colors of #749109

#749109 #309109 #916a09

Monochromatic Colors of #749109

#749109

Complementary Color

#749109 #260991

#749109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749109 Color CSS Codes

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

#749109 Text Font Color

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

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


#749109 Background Color

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

This div background color is #749109


#749109 Border Color

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

This div border color is #749109


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,145,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749109; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749109;
  -webkit-box-shadow: 1px 1px 3px 2px #749109;
  box-shadow:         1px 1px 3px 2px #749109; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749109


Comments

No comments written yet.

Please login to write comment.