COLOR #749C6E

HEX: #749C6E
RGB: (116,156,110)

Color info

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

RGB color model

#749C6E color RGB value is (116,156,110).

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

RGB channels and saturation

R 116 of 255 = 45%
G 156 of 255 = 61%
B 110 of 255 = 43%

116
156
110

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

Portions of RGB colors in percentages

R + G + B =
116 + 156 + 110 = 382 (100%)
R 116 of 382 ~ 30.37%
G 156 of 382 ~ 40.84%
B 110 of 382 ~ 28.8%

%30.37
%40.84
%28.8

CMYK color model

#749C6E color CMYK value is (26,0,29,39).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(26,0,29,39)
C26M0Y29K39 
(26%,0%,29%,39%)
(0.26/0.00/0.29/0.39)	

CMYK percentages

%25.64
%0
%29.49
%38.82

Codes

Color #749C6E in popluar color models

749C6E
RGB116156110
HSL112°18.85%52.16%
HSB/HSV112°29.49%61.18%
CMYK25.64%0.00%29.49%
38.82%

Color #749C6E in popluar number systems.

HEX749C6E
Decimal116156110
Binary1110100100111001101110
Octal164234156

Shades and tints

Shades of #749C6E

#749C6E
(116,156,110)
#6A8E64
(106,142,100)
#60805A
(96,128,90)
#567250
(86,114,80)
#4C6446
(76,100,70)
#42563C
(66,86,60)
#384832
(56,72,50)
#2E3A28
(46,58,40)
#242C1E
(36,44,30)
#1A1E14
(26,30,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #749C6E

#749C6E
(116,156,110)
#80A57B
(128,165,123)
#8CAE88
(140,174,136)
#98B795
(152,183,149)
#A4C0A2
(164,192,162)
#B0C9AF
(176,201,175)
#BCD2BC
(188,210,188)
#C8DBC9
(200,219,201)
#D4E4D6
(212,228,214)
#E0EDE3
(224,237,227)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749C6E; }

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

This text font color is #749C6E.


Background Color

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

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

This div background color is #749C6E.


Border color

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

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

This div border color is #749C6E.


Opacity

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

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

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

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

This text has shadow with #749C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749C6E on black background.


Color preview on white background

This text has color #749C6E on white background.



Black color preview on #749C6E background

This text has black color on #749C6E background.


White color preview on #749C6E background

This text has white color on #749C6E background.