COLOR #74BF7A

HEX: #74BF7A
RGB: (116,191,122)

Color info

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

RGB color model

#74BF7A color RGB value is (116,191,122).

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

RGB channels and saturation

R 116 of 255 = 45%
G 191 of 255 = 75%
B 122 of 255 = 48%

116
191
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 191 + 122 = 429 (100%)
R 116 of 429 ~ 27.04%
G 191 of 429 ~ 44.52%
B 122 of 429 ~ 28.44%

%27.04
%44.52
%28.44

CMYK color model

#74BF7A color CMYK value is (39,0,36,25).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 25.10%
CMYK:
(39,0,36,25)
C39M0Y36K25 
(39%,0%,36%,25%)
(0.39/0.00/0.36/0.25)	

CMYK percentages

%39.27
%0
%36.13
%25.1

Codes

Color #74BF7A in popluar color models

74BF7A
RGB116191122
HSL125°36.95%60.20%
HSB/HSV125°39.27%74.90%
CMYK39.27%0.00%36.13%
25.10%

Color #74BF7A in popluar number systems.

HEX74BF7A
Decimal116191122
Binary1110100101111111111010
Octal164277172

Shades and tints

Shades of #74BF7A

#74BF7A
(116,191,122)
#6AAE6F
(106,174,111)
#609D64
(96,157,100)
#568C59
(86,140,89)
#4C7B4E
(76,123,78)
#426A43
(66,106,67)
#385938
(56,89,56)
#2E482D
(46,72,45)
#243722
(36,55,34)
#1A2617
(26,38,23)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #74BF7A

#74BF7A
(116,191,122)
#80C486
(128,196,134)
#8CC992
(140,201,146)
#98CE9E
(152,206,158)
#A4D3AA
(164,211,170)
#B0D8B6
(176,216,182)
#BCDDC2
(188,221,194)
#C8E2CE
(200,226,206)
#D4E7DA
(212,231,218)
#E0ECE6
(224,236,230)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BF7A; }

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

This text font color is #74BF7A.


Background Color

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

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

This div background color is #74BF7A.


Border color

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

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

This div border color is #74BF7A.


Opacity

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

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

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

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

This text has shadow with #74BF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BF7A on black background.


Color preview on white background

This text has color #74BF7A on white background.



Black color preview on #74BF7A background

This text has black color on #74BF7A background.


White color preview on #74BF7A background

This text has white color on #74BF7A background.