COLOR #749756

HEX: #749756
RGB: (116,151,86)

Color info

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

RGB color model

#749756 color RGB value is (116,151,86).

  • red value is 116;
  • green value is 151;
  • blue value is 86.
RGB:
(116,151,86)
(45%,59%,34%)

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 86 of 255 = 34%

116
151
86

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

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 86 = 353 (100%)
R 116 of 353 ~ 32.86%
G 151 of 353 ~ 42.78%
B 86 of 353 ~ 24.36%

%32.86
%42.78
%24.36

CMYK color model

#749756 color CMYK value is (23,0,43,41).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 43.05%
  • key color value is 40.78%
CMYK:
(23,0,43,41)
C23M0Y43K41 
(23%,0%,43%,41%)
(0.23/0.00/0.43/0.41)	

CMYK percentages

%23.18
%0
%43.05
%40.78

Codes

Color #749756 in popluar color models

749756
RGB11615186
HSL92°27.43%46.47%
HSB/HSV92°43.05%59.22%
CMYK23.18%0.00%43.05%
40.78%

Color #749756 in popluar number systems.

HEX749756
Decimal11615186
Binary1110100100101111010110
Octal164227126

Shades and tints

Shades of #749756

#749756
(116,151,86)
#6A8A4F
(106,138,79)
#607D48
(96,125,72)
#567041
(86,112,65)
#4C633A
(76,99,58)
#425633
(66,86,51)
#38492C
(56,73,44)
#2E3C25
(46,60,37)
#242F1E
(36,47,30)
#1A2217
(26,34,23)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #749756

#749756
(116,151,86)
#80A065
(128,160,101)
#8CA974
(140,169,116)
#98B283
(152,178,131)
#A4BB92
(164,187,146)
#B0C4A1
(176,196,161)
#BCCDB0
(188,205,176)
#C8D6BF
(200,214,191)
#D4DFCE
(212,223,206)
#E0E8DD
(224,232,221)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749756 color. Also use rgb(116,151,86) instead hex code.

Text Font Color

.myTextColor { color: #749756; }

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

This text font color is #749756.


Background Color

.myBgColor { background-color: #749756; }

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

This div background color is #749756.


Border color

.myBorderColor { border: 1px solid #749756; }

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

This div border color is #749756.


Opacity

.myOpacity80 { color: #749756; opacity: 0.8; }

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

Text with #749756 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 #749756;}

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

This text has shadow with #749756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749756 on black background.


Color preview on white background

This text has color #749756 on white background.



Black color preview on #749756 background

This text has black color on #749756 background.


White color preview on #749756 background

This text has white color on #749756 background.