COLOR #74964E

HEX: #74964E RGB: (116,150,78)

Color info

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

RGB color model

#74964E color RGB value is (116,150,78).

RGB: (116,150,78) (45%, 59%, 31%)

RGB channels and saturation

R 116 of 255 = 45%
G 150 of 255 = 59%
B 78 of 255 = 31%

116
150
78

R + G + B ~ 45%. #74964E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 150 + 78 = 344 (100%)
R 116 of 344 ~ 33.72%
G 150 of 344 ~ 43.6%
B 78 of 344 ~ 22.67'%

%33.72
%43.6
%22.67

CMYK color model

#74964E color CMYK value is (23,0,48,41).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 41.18%

CMYK: (23,0,48,41)
C23M0Y48K41 (23%, 0%, 48%, 41%)
(0.23 / 0.00 / 0.48 / 0.41)

CMYK percentages

%22.67
%0
%48
%41.18

Codes

Color #74964E in popluar color models

74 96 4E
RGB 116 150 78
HSL 88° 31.58% 44.71%
HSB/HSV 88° 48.00% 58.82%
CMYK 22.67% 0.00% 48.00%
41.18%

Color #74964E in popluar number systems.

HEX 74 96 4E
Decimal 116 150 78
Binary 1110100 10010110 1001110
Octal 164 226 116

Shades and tints

Shades of #74964E

#74964E
(116,150,78)
#6A8947
(106,137,71)
#607C40
(96,124,64)
#566F39
(86,111,57)
#4C6232
(76,98,50)
#42552B
(66,85,43)
#384824
(56,72,36)
#2E3B1D
(46,59,29)
#242E16
(36,46,22)
#1A210F
(26,33,15)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #74964E

#74964E
(116,150,78)
#809F5E
(128,159,94)
#8CA86E
(140,168,110)
#98B17E
(152,177,126)
#A4BA8E
(164,186,142)
#B0C39E
(176,195,158)
#BCCCAE
(188,204,174)
#C8D5BE
(200,213,190)
#D4DECE
(212,222,206)
#E0E7DE
(224,231,222)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74964E color. Also use rgb(116,150,78) instead hex code.

Text Font Color

.myTextColor { color: #74964E; }

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

This text font color is #74964E.

Background Color

.myBgColor { background-color: #74964E; }

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

This div background color is #74964E.

Border color

.myBorderColor { border: 1px solid #74964E; }

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

This div border color is #74964E.

Opacity

.myOpacity80 { color: #74964E; opacity: 0.8; }

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

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

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

This text has shadow with #74964E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74964E.

Preview

Color preview on black background

This text has color #74964E on black background.


Color preview on white background

This text has color #74964E on white background.


Black color preview on #74964E background

This text has black color on #74964E background.


White color preview on #74964E background

This text has white color on #74964E background.


Related colors

Complementary color

Complementary color for #hex is #8B69B1.


I love getcolorcode.com

Triadic colors

1 #4E7496 and #964E74 with #74964E are triadic colors.

2 #4E9674 and #96744E with #74964E are triadic colors.