COLOR #74BA5C

HEX: #74BA5C
RGB: (116,186,92)

Color info

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

RGB color model

#74BA5C color RGB value is (116,186,92).

  • red value is 116;
  • green value is 186;
  • blue value is 92.
RGB:
(116,186,92)
(45%,73%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 186 of 255 = 73%
B 92 of 255 = 36%

116
186
92

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

Portions of RGB colors in percentages

R + G + B =
116 + 186 + 92 = 394 (100%)
R 116 of 394 ~ 29.44%
G 186 of 394 ~ 47.21%
B 92 of 394 ~ 23.35%

%29.44
%47.21
%23.35

CMYK color model

#74BA5C color CMYK value is (38,0,51,27).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 50.54%
  • key color value is 27.06%
CMYK:
(38,0,51,27)
C38M0Y51K27 
(38%,0%,51%,27%)
(0.38/0.00/0.51/0.27)	

CMYK percentages

%37.63
%0
%50.54
%27.06

Codes

Color #74BA5C in popluar color models

74BA5C
RGB11618692
HSL105°40.52%54.51%
HSB/HSV105°50.54%72.94%
CMYK37.63%0.00%50.54%
27.06%

Color #74BA5C in popluar number systems.

HEX74BA5C
Decimal11618692
Binary1110100101110101011100
Octal164272134

Shades and tints

Shades of #74BA5C

#74BA5C
(116,186,92)
#6AAA54
(106,170,84)
#609A4C
(96,154,76)
#568A44
(86,138,68)
#4C7A3C
(76,122,60)
#426A34
(66,106,52)
#385A2C
(56,90,44)
#2E4A24
(46,74,36)
#243A1C
(36,58,28)
#1A2A14
(26,42,20)
#101A0C
(16,26,12)
#000000
(0,0,0)

Tints of #74BA5C

#74BA5C
(116,186,92)
#80C06A
(128,192,106)
#8CC678
(140,198,120)
#98CC86
(152,204,134)
#A4D294
(164,210,148)
#B0D8A2
(176,216,162)
#BCDEB0
(188,222,176)
#C8E4BE
(200,228,190)
#D4EACC
(212,234,204)
#E0F0DA
(224,240,218)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BA5C; }

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

This text font color is #74BA5C.


Background Color

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

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

This div background color is #74BA5C.


Border color

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

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

This div border color is #74BA5C.


Opacity

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

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

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

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

This text has shadow with #74BA5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BA5C on black background.


Color preview on white background

This text has color #74BA5C on white background.



Black color preview on #74BA5C background

This text has black color on #74BA5C background.


White color preview on #74BA5C background

This text has white color on #74BA5C background.