COLOR #74B55B

HEX: #74B55B
RGB: (116,181,91)

Color info

#74B55B contains mainly green color. Web safe color of #74B55B is #66CC66 (or #6C6).

RGB color model

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

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

RGB channels and saturation

R 116 of 255 = 45%
G 181 of 255 = 71%
B 91 of 255 = 36%

116
181
91

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

Portions of RGB colors in percentages

R + G + B =
116 + 181 + 91 = 388 (100%)
R 116 of 388 ~ 29.9%
G 181 of 388 ~ 46.65%
B 91 of 388 ~ 23.45%

%29.9
%46.65
%23.45

CMYK color model

#74B55B color CMYK value is (36,0,50,29).

  • cyan value is 35.91%
  • magenta value is 0.00%
  • yellow value is 49.72%
  • key color value is 29.02%
CMYK:
(36,0,50,29)
C36M0Y50K29 
(36%,0%,50%,29%)
(0.36/0.00/0.50/0.29)	

CMYK percentages

%35.91
%0
%49.72
%29.02

Codes

Color #74B55B in popluar color models

74B55B
RGB11618191
HSL103°37.82%53.33%
HSB/HSV103°49.72%70.98%
CMYK35.91%0.00%49.72%
29.02%

Color #74B55B in popluar number systems.

HEX74B55B
Decimal11618191
Binary1110100101101011011011
Octal164265133

Shades and tints

Shades of #74B55B

#74B55B
(116,181,91)
#6AA553
(106,165,83)
#60954B
(96,149,75)
#568543
(86,133,67)
#4C753B
(76,117,59)
#426533
(66,101,51)
#38552B
(56,85,43)
#2E4523
(46,69,35)
#24351B
(36,53,27)
#1A2513
(26,37,19)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #74B55B

#74B55B
(116,181,91)
#80BB69
(128,187,105)
#8CC177
(140,193,119)
#98C785
(152,199,133)
#A4CD93
(164,205,147)
#B0D3A1
(176,211,161)
#BCD9AF
(188,217,175)
#C8DFBD
(200,223,189)
#D4E5CB
(212,229,203)
#E0EBD9
(224,235,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B55B; }

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

This text font color is #74B55B.


Background Color

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

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

This div background color is #74B55B.


Border color

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

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

This div border color is #74B55B.


Opacity

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

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

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

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

This text has shadow with #74B55B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B55B on black background.


Color preview on white background

This text has color #74B55B on white background.



Black color preview on #74B55B background

This text has black color on #74B55B background.


White color preview on #74B55B background

This text has white color on #74B55B background.