COLOR #74A261

HEX: #74A261
RGB: (116,162,97)

Color info

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

RGB color model

#74A261 color RGB value is (116,162,97).

  • red value is 116;
  • green value is 162;
  • blue value is 97.
RGB:
(116,162,97)
(45%,64%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 162 of 255 = 64%
B 97 of 255 = 38%

116
162
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 162 + 97 = 375 (100%)
R 116 of 375 ~ 30.93%
G 162 of 375 ~ 43.2%
B 97 of 375 ~ 25.87%

%30.93
%43.2
%25.87

CMYK color model

#74A261 color CMYK value is (28,0,40,36).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 36.47%
CMYK:
(28,0,40,36)
C28M0Y40K36 
(28%,0%,40%,36%)
(0.28/0.00/0.40/0.36)	

CMYK percentages

%28.4
%0
%40.12
%36.47

Codes

Color #74A261 in popluar color models

74A261
RGB11616297
HSL102°25.90%50.78%
HSB/HSV102°40.12%63.53%
CMYK28.40%0.00%40.12%
36.47%

Color #74A261 in popluar number systems.

HEX74A261
Decimal11616297
Binary1110100101000101100001
Octal164242141

Shades and tints

Shades of #74A261

#74A261
(116,162,97)
#6A9459
(106,148,89)
#608651
(96,134,81)
#567849
(86,120,73)
#4C6A41
(76,106,65)
#425C39
(66,92,57)
#384E31
(56,78,49)
#2E4029
(46,64,41)
#243221
(36,50,33)
#1A2419
(26,36,25)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #74A261

#74A261
(116,162,97)
#80AA6F
(128,170,111)
#8CB27D
(140,178,125)
#98BA8B
(152,186,139)
#A4C299
(164,194,153)
#B0CAA7
(176,202,167)
#BCD2B5
(188,210,181)
#C8DAC3
(200,218,195)
#D4E2D1
(212,226,209)
#E0EADF
(224,234,223)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A261; }

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

This text font color is #74A261.


Background Color

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

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

This div background color is #74A261.


Border color

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

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

This div border color is #74A261.


Opacity

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

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

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

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

This text has shadow with #74A261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A261 on black background.


Color preview on white background

This text has color #74A261 on white background.



Black color preview on #74A261 background

This text has black color on #74A261 background.


White color preview on #74A261 background

This text has white color on #74A261 background.