COLOR #74A25E

HEX: #74A25E RGB: (116,162,94)

Color info

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

RGB color model

#74A25E color RGB value is (116,162,94).

RGB: (116,162,94) (45%, 64%, 37%)

RGB channels and saturation

R 116 of 255 = 45%
G 162 of 255 = 64%
B 94 of 255 = 37%

116
162
94

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

Portions of RGB colors in percentages

R + G + B = 116 + 162 + 94 = 372 (100%)
R 116 of 372 ~ 31.18%
G 162 of 372 ~ 43.55%
B 94 of 372 ~ 25.27'%

%31.18
%43.55
%25.27

CMYK color model

#74A25E color CMYK value is (28,0,42,36).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 36.47%

CMYK: (28,0,42,36)
C28M0Y42K36 (28%, 0%, 42%, 36%)
(0.28 / 0.00 / 0.42 / 0.36)

CMYK percentages

%28.4
%0
%41.98
%36.47

Codes

Color #74A25E in popluar color models

74 A2 5E
RGB 116 162 94
HSL 101° 26.77% 50.20%
HSB/HSV 101° 41.98% 63.53%
CMYK 28.40% 0.00% 41.98%
36.47%

Color #74A25E in popluar number systems.

HEX 74 A2 5E
Decimal 116 162 94
Binary 1110100 10100010 1011110
Octal 164 242 136

Shades and tints

Shades of #74A25E

#74A25E
(116,162,94)
#6A9456
(106,148,86)
#60864E
(96,134,78)
#567846
(86,120,70)
#4C6A3E
(76,106,62)
#425C36
(66,92,54)
#384E2E
(56,78,46)
#2E4026
(46,64,38)
#24321E
(36,50,30)
#1A2416
(26,36,22)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #74A25E

#74A25E
(116,162,94)
#80AA6C
(128,170,108)
#8CB27A
(140,178,122)
#98BA88
(152,186,136)
#A4C296
(164,194,150)
#B0CAA4
(176,202,164)
#BCD2B2
(188,210,178)
#C8DAC0
(200,218,192)
#D4E2CE
(212,226,206)
#E0EADC
(224,234,220)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A25E color. Also use rgb(116,162,94) instead hex code.

Text Font Color

.myTextColor { color: #74A25E; }

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

This text font color is #74A25E.

Background Color

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

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

This div background color is #74A25E.

Border color

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

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

This div border color is #74A25E.

Opacity

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

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

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

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

This text has shadow with #74A25E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A25E.

Preview

Color preview on black background

This text has color #74A25E on black background.


Color preview on white background

This text has color #74A25E on white background.


Black color preview on #74A25E background

This text has black color on #74A25E background.


White color preview on #74A25E background

This text has white color on #74A25E background.


Related colors

Complementary color

Complementary color for #hex is #8B5DA1.


I love getcolorcode.com

Triadic colors

1 #5E74A2 and #A25E74 with #74A25E are triadic colors.

2 #5EA274 and #A2745E with #74A25E are triadic colors.