COLOR #749C62

HEX: #749C62
RGB: (116,156,98)

Color info

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

RGB color model

#749C62 color RGB value is (116,156,98).

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

RGB channels and saturation

R 116 of 255 = 45%
G 156 of 255 = 61%
B 98 of 255 = 38%

116
156
98

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

Portions of RGB colors in percentages

R + G + B =
116 + 156 + 98 = 370 (100%)
R 116 of 370 ~ 31.35%
G 156 of 370 ~ 42.16%
B 98 of 370 ~ 26.49%

%31.35
%42.16
%26.49

CMYK color model

#749C62 color CMYK value is (26,0,37,39).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 37.18%
  • key color value is 38.82%
CMYK:
(26,0,37,39)
C26M0Y37K39 
(26%,0%,37%,39%)
(0.26/0.00/0.37/0.39)	

CMYK percentages

%25.64
%0
%37.18
%38.82

Codes

Color #749C62 in popluar color models

749C62
RGB11615698
HSL101°22.83%49.80%
HSB/HSV101°37.18%61.18%
CMYK25.64%0.00%37.18%
38.82%

Color #749C62 in popluar number systems.

HEX749C62
Decimal11615698
Binary1110100100111001100010
Octal164234142

Shades and tints

Shades of #749C62

#749C62
(116,156,98)
#6A8E5A
(106,142,90)
#608052
(96,128,82)
#56724A
(86,114,74)
#4C6442
(76,100,66)
#42563A
(66,86,58)
#384832
(56,72,50)
#2E3A2A
(46,58,42)
#242C22
(36,44,34)
#1A1E1A
(26,30,26)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #749C62

#749C62
(116,156,98)
#80A570
(128,165,112)
#8CAE7E
(140,174,126)
#98B78C
(152,183,140)
#A4C09A
(164,192,154)
#B0C9A8
(176,201,168)
#BCD2B6
(188,210,182)
#C8DBC4
(200,219,196)
#D4E4D2
(212,228,210)
#E0EDE0
(224,237,224)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749C62; }

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

This text font color is #749C62.


Background Color

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

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

This div background color is #749C62.


Border color

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

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

This div border color is #749C62.


Opacity

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

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

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

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

This text has shadow with #749C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749C62 on black background.


Color preview on white background

This text has color #749C62 on white background.



Black color preview on #749C62 background

This text has black color on #749C62 background.


White color preview on #749C62 background

This text has white color on #749C62 background.