COLOR #74A45B

HEX: #74A45B RGB: (116,164,91)

Color info

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

RGB color model

#74A45B color RGB value is (116,164,91).

RGB: (116,164,91) (45%, 64%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 164 of 255 = 64%
B 91 of 255 = 36%

116
164
91

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

Portions of RGB colors in percentages

R + G + B = 116 + 164 + 91 = 371 (100%)
R 116 of 371 ~ 31.27%
G 164 of 371 ~ 44.2%
B 91 of 371 ~ 24.53'%

%31.27
%44.2
%24.53

CMYK color model

#74A45B color CMYK value is (29,0,45,36).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 44.51%
  • key color value is 35.69%
CMYK: (29,0,45,36) C29M0Y45K36 (29%,0%,45%,36%) (0.29/0.00/0.45/0.36) 

CMYK percentages

%29.27
%0
%44.51
%35.69

Codes

Color #74A45B in popluar color models

74 A4 5B
RGB 116 164 91
HSL 99° 28.63% 50.00%
HSB/HSV 99° 44.51% 64.31%
CMYK 29.27% 0.00% 44.51%
35.69%

Color #74A45B in popluar number systems.

HEX 74 A4 5B
Decimal 116 164 91
Binary 1110100 10100100 1011011
Octal 164 244 133

Shades and tints

Shades of #74A45B

#74A45B
(116,164,91)
#6A9653
(106,150,83)
#60884B
(96,136,75)
#567A43
(86,122,67)
#4C6C3B
(76,108,59)
#425E33
(66,94,51)
#38502B
(56,80,43)
#2E4223
(46,66,35)
#24341B
(36,52,27)
#1A2613
(26,38,19)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #74A45B

#74A45B
(116,164,91)
#80AC69
(128,172,105)
#8CB477
(140,180,119)
#98BC85
(152,188,133)
#A4C493
(164,196,147)
#B0CCA1
(176,204,161)
#BCD4AF
(188,212,175)
#C8DCBD
(200,220,189)
#D4E4CB
(212,228,203)
#E0ECD9
(224,236,217)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A45B color. Also use rgb(116,164,91) instead hex code.

Text Font Color

.myTextColor { color: #74A45B; }

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

This text font color is #74A45B.

Background Color

.myBgColor { background-color: #74A45B; }

<div style="background-color:#74A45B">Inner text</div>

This div background color is #74A45B.

Border color

.myBorderColor { border: 1px solid #74A45B; }

<div style="border:3px solid #74A45B">Div</div>

This div border color is #74A45B.

Opacity

.myOpacity80 { color: #74A45B; opacity: 0.8; }

<p style="color:#74A45B;opacity:0.8;">80%</p>

Text with #74A45B 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 #74A45B;}

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

This text has shadow with #74A45B color.


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

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

This text has shadow with #74A45B primary color and red secondary color.


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

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

This text has shadow with #74A45B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74A45B.

Preview

Color preview on black background

This text has color #74A45B on black background.


Color preview on white background

This text has color #74A45B on white background.


Black color preview on #74A45B background

This text has black color on #74A45B background.


White color preview on #74A45B background

This text has white color on #74A45B background.


Related colors

Complementary color

Complementary color for #hex is #8B5BA4.


I love getcolorcode.com

Triadic colors

1 #5B74A4 and #A45B74 with #74A45B are triadic colors.

2 #5BA474 and #A4745B with #74A45B are triadic colors.