Color Hex Logo

#749860 Color Hex

#749860
(116,152,96)
0 Favorites   0 Comments

Color spaces of #749860

RGB 11615296
HSL0.270.230.49
HSV99°37°60°
CMYK 0.240.000.37   0.40
XYZ20.542027.014015.1979
Yxy27.01400.32730.4305
Hunter Lab51.9750-20.407919.0456
CIE-Lab58.9873-23.163425.5425

#749860 color RGB value is (116,152,96).

#749860 hex color red value is 116, green value is 152 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #749860 hue: 0.27 , saturation: 0.23 and the lightness value of 749860 is 0.49.

The process color (four color CMYK) of #749860 color hex is 0.24, 0.00, 0.37, 0.40. Web safe color of #749860 is #669966. Color #749860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011000 01100000
Octal 164 230 140
Decimal 116 152 96
Hex 74 98 60

RGB Percentages of Color #749860

%31.87
%41.76
%26.37

CMYK Percentages of Color #749860

%24
%0
%37
%40

Triadic Colors of #749860

#749860 #607498 #986074

Analogous Colors of #749860

#749860 #609868 #909860

Monochromatic Colors of #749860

#749860

Complementary Color

#749860 #846098

#749860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749860 Color CSS Codes

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

#749860 Text Font Color

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

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


#749860 Background Color

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

This div background color is #749860


#749860 Border Color

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

This div border color is #749860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749860


Comments

No comments written yet.

Please login to write comment.