COLOR #74A26F

HEX: #74A26F
RGB: (116,162,111)

Color info

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

RGB color model

#74A26F color RGB value is (116,162,111).

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

RGB channels and saturation

R 116 of 255 = 45%
G 162 of 255 = 64%
B 111 of 255 = 44%

116
162
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 162 + 111 = 389 (100%)
R 116 of 389 ~ 29.82%
G 162 of 389 ~ 41.65%
B 111 of 389 ~ 28.53%

%29.82
%41.65
%28.53

CMYK color model

#74A26F color CMYK value is (28,0,31,36).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 31.48%
  • key color value is 36.47%
CMYK:
(28,0,31,36)
C28M0Y31K36 
(28%,0%,31%,36%)
(0.28/0.00/0.31/0.36)	

CMYK percentages

%28.4
%0
%31.48
%36.47

Codes

Color #74A26F in popluar color models

74A26F
RGB116162111
HSL114°21.52%53.53%
HSB/HSV114°31.48%63.53%
CMYK28.40%0.00%31.48%
36.47%

Color #74A26F in popluar number systems.

HEX74A26F
Decimal116162111
Binary1110100101000101101111
Octal164242157

Shades and tints

Shades of #74A26F

#74A26F
(116,162,111)
#6A9465
(106,148,101)
#60865B
(96,134,91)
#567851
(86,120,81)
#4C6A47
(76,106,71)
#425C3D
(66,92,61)
#384E33
(56,78,51)
#2E4029
(46,64,41)
#24321F
(36,50,31)
#1A2415
(26,36,21)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #74A26F

#74A26F
(116,162,111)
#80AA7C
(128,170,124)
#8CB289
(140,178,137)
#98BA96
(152,186,150)
#A4C2A3
(164,194,163)
#B0CAB0
(176,202,176)
#BCD2BD
(188,210,189)
#C8DACA
(200,218,202)
#D4E2D7
(212,226,215)
#E0EAE4
(224,234,228)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A26F; }

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

This text font color is #74A26F.


Background Color

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

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

This div background color is #74A26F.


Border color

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

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

This div border color is #74A26F.


Opacity

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

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

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

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

This text has shadow with #74A26F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A26F on black background.


Color preview on white background

This text has color #74A26F on white background.



Black color preview on #74A26F background

This text has black color on #74A26F background.


White color preview on #74A26F background

This text has white color on #74A26F background.