COLOR #749F4E

HEX: #749F4E
RGB: (116,159,78)

Color info

#749F4E contains mainly red and green colors. Web safe color of #749F4E is #669966 (or #696).

RGB color model

#749F4E color RGB value is (116,159,78).

  • red value is 116;
  • green value is 159;
  • blue value is 78.
RGB:
(116,159,78)
(45%,62%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 159 of 255 = 62%
B 78 of 255 = 31%

116
159
78

R + G + B ~ 46%. #749F4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 159 + 78 = 353 (100%)
R 116 of 353 ~ 32.86%
G 159 of 353 ~ 45.04%
B 78 of 353 ~ 22.1%

%32.86
%45.04
%22.1

CMYK color model

#749F4E color CMYK value is (27,0,51,38).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 50.94%
  • key color value is 37.65%
CMYK:
(27,0,51,38)
C27M0Y51K38 
(27%,0%,51%,38%)
(0.27/0.00/0.51/0.38)	

CMYK percentages

%27.04
%0
%50.94
%37.65

Codes

Color #749F4E in popluar color models

749F4E
RGB11615978
HSL92°34.18%46.47%
HSB/HSV92°50.94%62.35%
CMYK27.04%0.00%50.94%
37.65%

Color #749F4E in popluar number systems.

HEX749F4E
Decimal11615978
Binary1110100100111111001110
Octal164237116

Shades and tints

Shades of #749F4E

#749F4E
(116,159,78)
#6A9147
(106,145,71)
#608340
(96,131,64)
#567539
(86,117,57)
#4C6732
(76,103,50)
#42592B
(66,89,43)
#384B24
(56,75,36)
#2E3D1D
(46,61,29)
#242F16
(36,47,22)
#1A210F
(26,33,15)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #749F4E

#749F4E
(116,159,78)
#80A75E
(128,167,94)
#8CAF6E
(140,175,110)
#98B77E
(152,183,126)
#A4BF8E
(164,191,142)
#B0C79E
(176,199,158)
#BCCFAE
(188,207,174)
#C8D7BE
(200,215,190)
#D4DFCE
(212,223,206)
#E0E7DE
(224,231,222)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749F4E color. Also use rgb(116,159,78) instead hex code.

Text Font Color

.myTextColor { color: #749F4E; }

<p style="color:#749F4E">This sample text font color is #749F4E.</p>

This text font color is #749F4E.


Background Color

.myBgColor { background-color: #749F4E; }

<div style="background-color:#749F4E">Inner text</div>

This div background color is #749F4E.


Border color

.myBorderColor { border: 1px solid #749F4E; }

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

This div border color is #749F4E.


Opacity

.myOpacity80 { color: #749F4E; opacity: 0.8; }

<p style="color:#749F4E;opacity:0.8;">80%</p>

Text with #749F4E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #749F4E;}

<p style="text-shadow: 3px 3px 1px #749F4E">Text here.</p>

This text has shadow with #749F4E color.

.textShadow {text-shadow: 3px 3px 1px #749F4E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #749F4E, 5px 5px 20px red">Text here.</p>

This text has shadow with #749F4E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749F4E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#749F4E, Direction=45, Strength=4)">Text</p>

This text has shadow with #749F4E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #749F4E;
  -webkit-box-shadow:	1px 1px 3px 2px #749F4E;
  box-shadow:		1px 1px 3px 2px #749F4E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749F4E;
-webkit-box-shadow: 1px 1px 3px 2px #749F4E;
box-shadow:1px 1px 3px 2px #749F4E;">
Div content here</div>
This div box has shadow with color #749F4E.

Preview

Color preview on black background

This text has color #749F4E on black background.


Color preview on white background

This text has color #749F4E on white background.



Black color preview on #749F4E background

This text has black color on #749F4E background.


White color preview on #749F4E background

This text has white color on #749F4E background.