COLOR #749C6B

HEX: #749C6B
RGB: (116,156,107)

Color info

#749C6B contains red, green and blue colors in about the same proportion. Web safe color of #749C6B is #669966 (or #696).

RGB color model

#749C6B color RGB value is (116,156,107).

  • red value is 116;
  • green value is 156;
  • blue value is 107.
RGB:
(116,156,107)
(45%,61%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 156 of 255 = 61%
B 107 of 255 = 42%

116
156
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 156 + 107 = 379 (100%)
R 116 of 379 ~ 30.61%
G 156 of 379 ~ 41.16%
B 107 of 379 ~ 28.23%

%30.61
%41.16
%28.23

CMYK color model

#749C6B color CMYK value is (26,0,31,39).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 31.41%
  • key color value is 38.82%
CMYK:
(26,0,31,39)
C26M0Y31K39 
(26%,0%,31%,39%)
(0.26/0.00/0.31/0.39)	

CMYK percentages

%25.64
%0
%31.41
%38.82

Codes

Color #749C6B in popluar color models

749C6B
RGB116156107
HSL109°19.84%51.57%
HSB/HSV109°31.41%61.18%
CMYK25.64%0.00%31.41%
38.82%

Color #749C6B in popluar number systems.

HEX749C6B
Decimal116156107
Binary1110100100111001101011
Octal164234153

Shades and tints

Shades of #749C6B

#749C6B
(116,156,107)
#6A8E62
(106,142,98)
#608059
(96,128,89)
#567250
(86,114,80)
#4C6447
(76,100,71)
#42563E
(66,86,62)
#384835
(56,72,53)
#2E3A2C
(46,58,44)
#242C23
(36,44,35)
#1A1E1A
(26,30,26)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #749C6B

#749C6B
(116,156,107)
#80A578
(128,165,120)
#8CAE85
(140,174,133)
#98B792
(152,183,146)
#A4C09F
(164,192,159)
#B0C9AC
(176,201,172)
#BCD2B9
(188,210,185)
#C8DBC6
(200,219,198)
#D4E4D3
(212,228,211)
#E0EDE0
(224,237,224)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749C6B color. Also use rgb(116,156,107) instead hex code.

Text Font Color

.myTextColor { color: #749C6B; }

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

This text font color is #749C6B.


Background Color

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

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

This div background color is #749C6B.


Border color

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

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

This div border color is #749C6B.


Opacity

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

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

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

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

This text has shadow with #749C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749C6B on black background.


Color preview on white background

This text has color #749C6B on white background.



Black color preview on #749C6B background

This text has black color on #749C6B background.


White color preview on #749C6B background

This text has white color on #749C6B background.