COLOR #74A16B

HEX: #74A16B
RGB: (116,161,107)

Color info

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

RGB color model

#74A16B color RGB value is (116,161,107).

  • red value is 116;
  • green value is 161;
  • blue value is 107.
RGB:
(116,161,107)
(45%,63%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 161 of 255 = 63%
B 107 of 255 = 42%

116
161
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 161 + 107 = 384 (100%)
R 116 of 384 ~ 30.21%
G 161 of 384 ~ 41.93%
B 107 of 384 ~ 27.86%

%30.21
%41.93
%27.86

CMYK color model

#74A16B color CMYK value is (28,0,34,37).

  • cyan value is 27.95%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 36.86%
CMYK:
(28,0,34,37)
C28M0Y34K37 
(28%,0%,34%,37%)
(0.28/0.00/0.34/0.37)	

CMYK percentages

%27.95
%0
%33.54
%36.86

Codes

Color #74A16B in popluar color models

74A16B
RGB116161107
HSL110°22.31%52.55%
HSB/HSV110°33.54%63.14%
CMYK27.95%0.00%33.54%
36.86%

Color #74A16B in popluar number systems.

HEX74A16B
Decimal116161107
Binary1110100101000011101011
Octal164241153

Shades and tints

Shades of #74A16B

#74A16B
(116,161,107)
#6A9362
(106,147,98)
#608559
(96,133,89)
#567750
(86,119,80)
#4C6947
(76,105,71)
#425B3E
(66,91,62)
#384D35
(56,77,53)
#2E3F2C
(46,63,44)
#243123
(36,49,35)
#1A231A
(26,35,26)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #74A16B

#74A16B
(116,161,107)
#80A978
(128,169,120)
#8CB185
(140,177,133)
#98B992
(152,185,146)
#A4C19F
(164,193,159)
#B0C9AC
(176,201,172)
#BCD1B9
(188,209,185)
#C8D9C6
(200,217,198)
#D4E1D3
(212,225,211)
#E0E9E0
(224,233,224)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A16B color. Also use rgb(116,161,107) instead hex code.

Text Font Color

.myTextColor { color: #74A16B; }

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

This text font color is #74A16B.


Background Color

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

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

This div background color is #74A16B.


Border color

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

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

This div border color is #74A16B.


Opacity

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

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

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

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

This text has shadow with #74A16B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A16B on black background.


Color preview on white background

This text has color #74A16B on white background.



Black color preview on #74A16B background

This text has black color on #74A16B background.


White color preview on #74A16B background

This text has white color on #74A16B background.