COLOR #74BD7A

HEX: #74BD7A
RGB: (116,189,122)

Color info

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

RGB color model

#74BD7A color RGB value is (116,189,122).

  • red value is 116;
  • green value is 189;
  • blue value is 122.
RGB:
(116,189,122)
(45%,74%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 189 of 255 = 74%
B 122 of 255 = 48%

116
189
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 189 + 122 = 427 (100%)
R 116 of 427 ~ 27.17%
G 189 of 427 ~ 44.26%
B 122 of 427 ~ 28.57%

%27.17
%44.26
%28.57

CMYK color model

#74BD7A color CMYK value is (39,0,35,26).

  • cyan value is 38.62%
  • magenta value is 0.00%
  • yellow value is 35.45%
  • key color value is 25.88%
CMYK:
(39,0,35,26)
C39M0Y35K26 
(39%,0%,35%,26%)
(0.39/0.00/0.35/0.26)	

CMYK percentages

%38.62
%0
%35.45
%25.88

Codes

Color #74BD7A in popluar color models

74BD7A
RGB116189122
HSL125°35.61%59.80%
HSB/HSV125°38.62%74.12%
CMYK38.62%0.00%35.45%
25.88%

Color #74BD7A in popluar number systems.

HEX74BD7A
Decimal116189122
Binary1110100101111011111010
Octal164275172

Shades and tints

Shades of #74BD7A

#74BD7A
(116,189,122)
#6AAC6F
(106,172,111)
#609B64
(96,155,100)
#568A59
(86,138,89)
#4C794E
(76,121,78)
#426843
(66,104,67)
#385738
(56,87,56)
#2E462D
(46,70,45)
#243522
(36,53,34)
#1A2417
(26,36,23)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #74BD7A

#74BD7A
(116,189,122)
#80C386
(128,195,134)
#8CC992
(140,201,146)
#98CF9E
(152,207,158)
#A4D5AA
(164,213,170)
#B0DBB6
(176,219,182)
#BCE1C2
(188,225,194)
#C8E7CE
(200,231,206)
#D4EDDA
(212,237,218)
#E0F3E6
(224,243,230)
#ECF9F2
(236,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BD7A; }

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

This text font color is #74BD7A.


Background Color

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

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

This div background color is #74BD7A.


Border color

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

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

This div border color is #74BD7A.


Opacity

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

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

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

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

This text has shadow with #74BD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BD7A on black background.


Color preview on white background

This text has color #74BD7A on white background.



Black color preview on #74BD7A background

This text has black color on #74BD7A background.


White color preview on #74BD7A background

This text has white color on #74BD7A background.