Color Hex Logo

#749919 Color Hex

#749919
(116,153,25)
0 Favorites   0 Comments

Color spaces of #749919

RGB 11615325
HSL0.210.720.35
HSV77°84°60°
CMYK 0.240.000.84   0.40
XYZ18.769226.56575.0581
Yxy26.56570.37250.5272
Hunter Lab51.5419-25.196930.2609
CIE-Lab58.5702-30.258156.6731

#749919 color RGB value is (116,153,25).

#749919 hex color red value is 116, green value is 153 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #749919 hue: 0.21 , saturation: 0.72 and the lightness value of 749919 is 0.35.

The process color (four color CMYK) of #749919 color hex is 0.24, 0.00, 0.84, 0.40. Web safe color of #749919 is #669900. Color #749919 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 00011001
Octal 164 231 31
Decimal 116 153 25
Hex 74 99 19

RGB Percentages of Color #749919

%39.46
%52.04
%8.50

CMYK Percentages of Color #749919

%24
%0
%84
%40

Triadic Colors of #749919

#749919 #197499 #991974

Analogous Colors of #749919

#749919 #349919 #997e19

Monochromatic Colors of #749919

#749919

Complementary Color

#749919 #3e1999

#749919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749919 Color CSS Codes

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

#749919 Text Font Color

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

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


#749919 Background Color

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

This div background color is #749919


#749919 Border Color

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

This div border color is #749919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749919


Comments

No comments written yet.

Please login to write comment.