COLOR #749E60

HEX: #749E60 RGB: (116,158,96)

Color info

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

RGB color model

#749E60 color RGB value is (116,158,96).

RGB: (116,158,96) (45%, 62%, 38%)

RGB channels and saturation

R 116 of 255 = 45%
G 158 of 255 = 62%
B 96 of 255 = 38%

116
158
96

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

Portions of RGB colors in percentages

R + G + B = 116 + 158 + 96 = 370 (100%)
R 116 of 370 ~ 31.35%
G 158 of 370 ~ 42.7%
B 96 of 370 ~ 25.95'%

%31.35
%42.7
%25.95

CMYK color model

#749E60 color CMYK value is (27,0,39,38).

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 38.04%

CMYK: (27,0,39,38)
C27M0Y39K38 (27%, 0%, 39%, 38%)
(0.27 / 0.00 / 0.39 / 0.38)

CMYK percentages

%26.58
%0
%39.24
%38.04

Codes

Color #749E60 in popluar color models

74 9E 60
RGB 116 158 96
HSL 101° 24.41% 49.80%
HSB/HSV 101° 39.24% 61.96%
CMYK 26.58% 0.00% 39.24%
38.04%

Color #749E60 in popluar number systems.

HEX 74 9E 60
Decimal 116 158 96
Binary 1110100 10011110 1100000
Octal 164 236 140

Shades and tints

Shades of #749E60

#749E60
(116,158,96)
#6A9058
(106,144,88)
#608250
(96,130,80)
#567448
(86,116,72)
#4C6640
(76,102,64)
#425838
(66,88,56)
#384A30
(56,74,48)
#2E3C28
(46,60,40)
#242E20
(36,46,32)
#1A2018
(26,32,24)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #749E60

#749E60
(116,158,96)
#80A66E
(128,166,110)
#8CAE7C
(140,174,124)
#98B68A
(152,182,138)
#A4BE98
(164,190,152)
#B0C6A6
(176,198,166)
#BCCEB4
(188,206,180)
#C8D6C2
(200,214,194)
#D4DED0
(212,222,208)
#E0E6DE
(224,230,222)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749E60 color. Also use rgb(116,158,96) instead hex code.

Text Font Color

.myTextColor { color: #749E60; }

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

This text font color is #749E60.

Background Color

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

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

This div background color is #749E60.

Border color

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

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

This div border color is #749E60.

Opacity

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

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

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

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

This text has shadow with #749E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #749E60.

Preview

Color preview on black background

This text has color #749E60 on black background.


Color preview on white background

This text has color #749E60 on white background.


Black color preview on #749E60 background

This text has black color on #749E60 background.


White color preview on #749E60 background

This text has white color on #749E60 background.


Related colors

Complementary color

Complementary color for #hex is #8B619F.


I love getcolorcode.com

Triadic colors

1 #60749E and #9E6074 with #749E60 are triadic colors.

2 #609E74 and #9E7460 with #749E60 are triadic colors.