COLOR #74A26D

HEX: #74A26D RGB: (116,162,109)

Color info

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

RGB color model

#74A26D color RGB value is (116,162,109).

RGB: (116,162,109) (45%, 64%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 162 of 255 = 64%
B 109 of 255 = 43%

116
162
109

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

Portions of RGB colors in percentages

R + G + B = 116 + 162 + 109 = 387 (100%)
R 116 of 387 ~ 29.97%
G 162 of 387 ~ 41.86%
B 109 of 387 ~ 28.17'%

%29.97
%41.86
%28.17

CMYK color model

#74A26D color CMYK value is (28,0,33,36).

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

CMYK: (28,0,33,36)
C28M0Y33K36 (28%, 0%, 33%, 36%)
(0.28 / 0.00 / 0.33 / 0.36)

CMYK percentages

%28.4
%0
%32.72
%36.47

Codes

Color #74A26D in popluar color models

74 A2 6D
RGB 116 162 109
HSL 112° 22.18% 53.14%
HSB/HSV 112° 32.72% 63.53%
CMYK 28.40% 0.00% 32.72%
36.47%

Color #74A26D in popluar number systems.

HEX 74 A2 6D
Decimal 116 162 109
Binary 1110100 10100010 1101101
Octal 164 242 155

Shades and tints

Shades of #74A26D

#74A26D
(116,162,109)
#6A9464
(106,148,100)
#60865B
(96,134,91)
#567852
(86,120,82)
#4C6A49
(76,106,73)
#425C40
(66,92,64)
#384E37
(56,78,55)
#2E402E
(46,64,46)
#243225
(36,50,37)
#1A241C
(26,36,28)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #74A26D

#74A26D
(116,162,109)
#80AA7A
(128,170,122)
#8CB287
(140,178,135)
#98BA94
(152,186,148)
#A4C2A1
(164,194,161)
#B0CAAE
(176,202,174)
#BCD2BB
(188,210,187)
#C8DAC8
(200,218,200)
#D4E2D5
(212,226,213)
#E0EAE2
(224,234,226)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A26D; }

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

This text font color is #74A26D.

Background Color

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

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

This div background color is #74A26D.

Border color

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

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

This div border color is #74A26D.

Opacity

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

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

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

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

This text has shadow with #74A26D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A26D.

Preview

Color preview on black background

This text has color #74A26D on black background.


Color preview on white background

This text has color #74A26D on white background.


Black color preview on #74A26D background

This text has black color on #74A26D background.


White color preview on #74A26D background

This text has white color on #74A26D background.


Related colors

Complementary color

Complementary color for #hex is #8B5D92.


I love getcolorcode.com

Triadic colors

1 #6D74A2 and #A26D74 with #74A26D are triadic colors.

2 #6DA274 and #A2746D with #74A26D are triadic colors.