COLOR #74B54A

HEX: #74B54A
RGB: (116,181,74)

Color info

#74B54A contains mainly green color. Web safe color of #74B54A is #66CC33 (or #6C3).

RGB color model

#74B54A color RGB value is (116,181,74).

  • red value is 116;
  • green value is 181;
  • blue value is 74.
RGB:
(116,181,74)
(45%,71%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 181 of 255 = 71%
B 74 of 255 = 29%

116
181
74

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

Portions of RGB colors in percentages

R + G + B =
116 + 181 + 74 = 371 (100%)
R 116 of 371 ~ 31.27%
G 181 of 371 ~ 48.79%
B 74 of 371 ~ 19.95%

%31.27
%48.79
%19.95

CMYK color model

#74B54A color CMYK value is (36,0,59,29).

  • cyan value is 35.91%
  • magenta value is 0.00%
  • yellow value is 59.12%
  • key color value is 29.02%
CMYK:
(36,0,59,29)
C36M0Y59K29 
(36%,0%,59%,29%)
(0.36/0.00/0.59/0.29)	

CMYK percentages

%35.91
%0
%59.12
%29.02

Codes

Color #74B54A in popluar color models

74B54A
RGB11618174
HSL96°41.96%50.00%
HSB/HSV96°59.12%70.98%
CMYK35.91%0.00%59.12%
29.02%

Color #74B54A in popluar number systems.

HEX74B54A
Decimal11618174
Binary1110100101101011001010
Octal164265112

Shades and tints

Shades of #74B54A

#74B54A
(116,181,74)
#6AA544
(106,165,68)
#60953E
(96,149,62)
#568538
(86,133,56)
#4C7532
(76,117,50)
#42652C
(66,101,44)
#385526
(56,85,38)
#2E4520
(46,69,32)
#24351A
(36,53,26)
#1A2514
(26,37,20)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #74B54A

#74B54A
(116,181,74)
#80BB5A
(128,187,90)
#8CC16A
(140,193,106)
#98C77A
(152,199,122)
#A4CD8A
(164,205,138)
#B0D39A
(176,211,154)
#BCD9AA
(188,217,170)
#C8DFBA
(200,223,186)
#D4E5CA
(212,229,202)
#E0EBDA
(224,235,218)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B54A; }

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

This text font color is #74B54A.


Background Color

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

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

This div background color is #74B54A.


Border color

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

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

This div border color is #74B54A.


Opacity

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

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

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

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

This text has shadow with #74B54A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B54A on black background.


Color preview on white background

This text has color #74B54A on white background.



Black color preview on #74B54A background

This text has black color on #74B54A background.


White color preview on #74B54A background

This text has white color on #74B54A background.