COLOR #74A96A

HEX: #74A96A
RGB: (116,169,106)

Color info

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

RGB color model

#74A96A color RGB value is (116,169,106).

  • red value is 116;
  • green value is 169;
  • blue value is 106.
RGB:
(116,169,106)
(45%,66%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 169 of 255 = 66%
B 106 of 255 = 42%

116
169
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 169 + 106 = 391 (100%)
R 116 of 391 ~ 29.67%
G 169 of 391 ~ 43.22%
B 106 of 391 ~ 27.11%

%29.67
%43.22
%27.11

CMYK color model

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

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 37.28%
  • key color value is 33.73%
CMYK:
(31,0,37,34)
C31M0Y37K34 
(31%,0%,37%,34%)
(0.31/0.00/0.37/0.34)	

CMYK percentages

%31.36
%0
%37.28
%33.73

Codes

Color #74A96A in popluar color models

74A96A
RGB116169106
HSL110°26.81%53.92%
HSB/HSV110°37.28%66.27%
CMYK31.36%0.00%37.28%
33.73%

Color #74A96A in popluar number systems.

HEX74A96A
Decimal116169106
Binary1110100101010011101010
Octal164251152

Shades and tints

Shades of #74A96A

#74A96A
(116,169,106)
#6A9A61
(106,154,97)
#608B58
(96,139,88)
#567C4F
(86,124,79)
#4C6D46
(76,109,70)
#425E3D
(66,94,61)
#384F34
(56,79,52)
#2E402B
(46,64,43)
#243122
(36,49,34)
#1A2219
(26,34,25)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #74A96A

#74A96A
(116,169,106)
#80B077
(128,176,119)
#8CB784
(140,183,132)
#98BE91
(152,190,145)
#A4C59E
(164,197,158)
#B0CCAB
(176,204,171)
#BCD3B8
(188,211,184)
#C8DAC5
(200,218,197)
#D4E1D2
(212,225,210)
#E0E8DF
(224,232,223)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A96A color. Also use rgb(116,169,106) instead hex code.

Text Font Color

.myTextColor { color: #74A96A; }

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

This text font color is #74A96A.


Background Color

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

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

This div background color is #74A96A.


Border color

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

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

This div border color is #74A96A.


Opacity

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

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

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

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

This text has shadow with #74A96A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A96A on black background.


Color preview on white background

This text has color #74A96A on white background.



Black color preview on #74A96A background

This text has black color on #74A96A background.


White color preview on #74A96A background

This text has white color on #74A96A background.