COLOR #74BD7F

HEX: #74BD7F RGB: (116,189,127)

Color info

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

RGB color model

#74BD7F color RGB value is (116,189,127).

RGB: (116,189,127) (45%, 74%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 189 of 255 = 74%
B 127 of 255 = 50%

116
189
127

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

Portions of RGB colors in percentages

R + G + B = 116 + 189 + 127 = 432 (100%)
R 116 of 432 ~ 26.85%
G 189 of 432 ~ 43.75%
B 127 of 432 ~ 29.4'%

%26.85
%43.75
%29.4

CMYK color model

#74BD7F color CMYK value is (39,0,33,26).

  • cyan value is 38.62%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 25.88%

CMYK: (39,0,33,26)
C39M0Y33K26 (39%, 0%, 33%, 26%)
(0.39 / 0.00 / 0.33 / 0.26)

CMYK percentages

%38.62
%0
%32.8
%25.88

Codes

Color #74BD7F in popluar color models

74 BD 7F
RGB 116 189 127
HSL 129° 35.61% 59.80%
HSB/HSV 129° 38.62% 74.12%
CMYK 38.62% 0.00% 32.80%
25.88%

Color #74BD7F in popluar number systems.

HEX 74 BD 7F
Decimal 116 189 127
Binary 1110100 10111101 1111111
Octal 164 275 177

Shades and tints

Shades of #74BD7F

#74BD7F
(116,189,127)
#6AAC74
(106,172,116)
#609B69
(96,155,105)
#568A5E
(86,138,94)
#4C7953
(76,121,83)
#426848
(66,104,72)
#38573D
(56,87,61)
#2E4632
(46,70,50)
#243527
(36,53,39)
#1A241C
(26,36,28)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #74BD7F

#74BD7F
(116,189,127)
#80C38A
(128,195,138)
#8CC995
(140,201,149)
#98CFA0
(152,207,160)
#A4D5AB
(164,213,171)
#B0DBB6
(176,219,182)
#BCE1C1
(188,225,193)
#C8E7CC
(200,231,204)
#D4EDD7
(212,237,215)
#E0F3E2
(224,243,226)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BD7F; }

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

This text font color is #74BD7F.

Background Color

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

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

This div background color is #74BD7F.

Border color

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

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

This div border color is #74BD7F.

Opacity

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

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

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

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

This text has shadow with #74BD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BD7F.

Preview

Color preview on black background

This text has color #74BD7F on black background.


Color preview on white background

This text has color #74BD7F on white background.


Black color preview on #74BD7F background

This text has black color on #74BD7F background.


White color preview on #74BD7F background

This text has white color on #74BD7F background.


Related colors

Complementary color

Complementary color for #hex is #8B4280.


I love getcolorcode.com

Triadic colors

1 #7F74BD and #BD7F74 with #74BD7F are triadic colors.

2 #7FBD74 and #BD747F with #74BD7F are triadic colors.