COLOR #74A55C

HEX: #74A55C
RGB: (116,165,92)

Color info

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

RGB color model

#74A55C color RGB value is (116,165,92).

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

RGB channels and saturation

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

116
165
92

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 92 = 373 (100%)
R 116 of 373 ~ 31.1%
G 165 of 373 ~ 44.24%
B 92 of 373 ~ 24.66%

%31.1
%44.24
%24.66

CMYK color model

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

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 44.24%
  • 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
%44.24
%35.29

Codes

Color #74A55C in popluar color models

74A55C
RGB11616592
HSL100°28.85%50.39%
HSB/HSV100°44.24%64.71%
CMYK29.70%0.00%44.24%
35.29%

Color #74A55C in popluar number systems.

HEX74A55C
Decimal11616592
Binary1110100101001011011100
Octal164245134

Shades and tints

Shades of #74A55C

#74A55C
(116,165,92)
#6A9654
(106,150,84)
#60874C
(96,135,76)
#567844
(86,120,68)
#4C693C
(76,105,60)
#425A34
(66,90,52)
#384B2C
(56,75,44)
#2E3C24
(46,60,36)
#242D1C
(36,45,28)
#1A1E14
(26,30,20)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #74A55C

#74A55C
(116,165,92)
#80AD6A
(128,173,106)
#8CB578
(140,181,120)
#98BD86
(152,189,134)
#A4C594
(164,197,148)
#B0CDA2
(176,205,162)
#BCD5B0
(188,213,176)
#C8DDBE
(200,221,190)
#D4E5CC
(212,229,204)
#E0EDDA
(224,237,218)
#ECF5E8
(236,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A55C; }

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

This text font color is #74A55C.


Background Color

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

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

This div background color is #74A55C.


Border color

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

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

This div border color is #74A55C.


Opacity

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

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

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

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

This text has shadow with #74A55C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A55C on black background.


Color preview on white background

This text has color #74A55C on white background.



Black color preview on #74A55C background

This text has black color on #74A55C background.


White color preview on #74A55C background

This text has white color on #74A55C background.