COLOR #74B16F

HEX: #74B16F
RGB: (116,177,111)

Color info

#74B16F contains mainly green color. Web safe color of #74B16F is #669966 (or #696).

RGB color model

#74B16F color RGB value is (116,177,111).

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

RGB channels and saturation

R 116 of 255 = 45%
G 177 of 255 = 69%
B 111 of 255 = 44%

116
177
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 177 + 111 = 404 (100%)
R 116 of 404 ~ 28.71%
G 177 of 404 ~ 43.81%
B 111 of 404 ~ 27.48%

%28.71
%43.81
%27.48

CMYK color model

#74B16F color CMYK value is (34,0,37,31).

  • cyan value is 34.46%
  • magenta value is 0.00%
  • yellow value is 37.29%
  • key color value is 30.59%
CMYK:
(34,0,37,31)
C34M0Y37K31 
(34%,0%,37%,31%)
(0.34/0.00/0.37/0.31)	

CMYK percentages

%34.46
%0
%37.29
%30.59

Codes

Color #74B16F in popluar color models

74B16F
RGB116177111
HSL115°29.73%56.47%
HSB/HSV115°37.29%69.41%
CMYK34.46%0.00%37.29%
30.59%

Color #74B16F in popluar number systems.

HEX74B16F
Decimal116177111
Binary1110100101100011101111
Octal164261157

Shades and tints

Shades of #74B16F

#74B16F
(116,177,111)
#6AA165
(106,161,101)
#60915B
(96,145,91)
#568151
(86,129,81)
#4C7147
(76,113,71)
#42613D
(66,97,61)
#385133
(56,81,51)
#2E4129
(46,65,41)
#24311F
(36,49,31)
#1A2115
(26,33,21)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #74B16F

#74B16F
(116,177,111)
#80B87C
(128,184,124)
#8CBF89
(140,191,137)
#98C696
(152,198,150)
#A4CDA3
(164,205,163)
#B0D4B0
(176,212,176)
#BCDBBD
(188,219,189)
#C8E2CA
(200,226,202)
#D4E9D7
(212,233,215)
#E0F0E4
(224,240,228)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B16F; }

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

This text font color is #74B16F.


Background Color

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

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

This div background color is #74B16F.


Border color

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

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

This div border color is #74B16F.


Opacity

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

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

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

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

This text has shadow with #74B16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B16F on black background.


Color preview on white background

This text has color #74B16F on white background.



Black color preview on #74B16F background

This text has black color on #74B16F background.


White color preview on #74B16F background

This text has white color on #74B16F background.