COLOR #74A55D

HEX: #74A55D
RGB: (116,165,93)

Color info

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

RGB color model

#74A55D color RGB value is (116,165,93).

  • red value is 116;
  • green value is 165;
  • blue value is 93.
RGB:
(116,165,93)
(45%,65%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 93 of 255 = 36%

116
165
93

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 93 = 374 (100%)
R 116 of 374 ~ 31.02%
G 165 of 374 ~ 44.12%
B 93 of 374 ~ 24.87%

%31.02
%44.12
%24.87

CMYK color model

#74A55D color CMYK value is (30,0,44,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK:
(30,0,44,35)
C30M0Y44K35 
(30%,0%,44%,35%)
(0.30/0.00/0.44/0.35)	

CMYK percentages

%29.7
%0
%43.64
%35.29

Codes

Color #74A55D in popluar color models

74A55D
RGB11616593
HSL101°28.57%50.59%
HSB/HSV101°43.64%64.71%
CMYK29.70%0.00%43.64%
35.29%

Color #74A55D in popluar number systems.

HEX74A55D
Decimal11616593
Binary1110100101001011011101
Octal164245135

Shades and tints

Shades of #74A55D

#74A55D
(116,165,93)
#6A9655
(106,150,85)
#60874D
(96,135,77)
#567845
(86,120,69)
#4C693D
(76,105,61)
#425A35
(66,90,53)
#384B2D
(56,75,45)
#2E3C25
(46,60,37)
#242D1D
(36,45,29)
#1A1E15
(26,30,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #74A55D

#74A55D
(116,165,93)
#80AD6B
(128,173,107)
#8CB579
(140,181,121)
#98BD87
(152,189,135)
#A4C595
(164,197,149)
#B0CDA3
(176,205,163)
#BCD5B1
(188,213,177)
#C8DDBF
(200,221,191)
#D4E5CD
(212,229,205)
#E0EDDB
(224,237,219)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A55D color. Also use rgb(116,165,93) instead hex code.

Text Font Color

.myTextColor { color: #74A55D; }

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

This text font color is #74A55D.


Background Color

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

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

This div background color is #74A55D.


Border color

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

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

This div border color is #74A55D.


Opacity

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

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

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

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

This text has shadow with #74A55D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A55D on black background.


Color preview on white background

This text has color #74A55D on white background.



Black color preview on #74A55D background

This text has black color on #74A55D background.


White color preview on #74A55D background

This text has white color on #74A55D background.