COLOR #74C46C

HEX: #74C46C
RGB: (116,196,108)

Color info

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

RGB color model

#74C46C color RGB value is (116,196,108).

  • red value is 116;
  • green value is 196;
  • blue value is 108.
RGB:
(116,196,108)
(45%,77%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 196 of 255 = 77%
B 108 of 255 = 42%

116
196
108

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

Portions of RGB colors in percentages

R + G + B =
116 + 196 + 108 = 420 (100%)
R 116 of 420 ~ 27.62%
G 196 of 420 ~ 46.67%
B 108 of 420 ~ 25.71%

%27.62
%46.67
%25.71

CMYK color model

#74C46C color CMYK value is (41,0,45,23).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 23.14%
CMYK:
(41,0,45,23)
C41M0Y45K23 
(41%,0%,45%,23%)
(0.41/0.00/0.45/0.23)	

CMYK percentages

%40.82
%0
%44.9
%23.14

Codes

Color #74C46C in popluar color models

74C46C
RGB116196108
HSL115°42.72%59.61%
HSB/HSV115°44.90%76.86%
CMYK40.82%0.00%44.90%
23.14%

Color #74C46C in popluar number systems.

HEX74C46C
Decimal116196108
Binary1110100110001001101100
Octal164304154

Shades and tints

Shades of #74C46C

#74C46C
(116,196,108)
#6AB363
(106,179,99)
#60A25A
(96,162,90)
#569151
(86,145,81)
#4C8048
(76,128,72)
#426F3F
(66,111,63)
#385E36
(56,94,54)
#2E4D2D
(46,77,45)
#243C24
(36,60,36)
#1A2B1B
(26,43,27)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #74C46C

#74C46C
(116,196,108)
#80C979
(128,201,121)
#8CCE86
(140,206,134)
#98D393
(152,211,147)
#A4D8A0
(164,216,160)
#B0DDAD
(176,221,173)
#BCE2BA
(188,226,186)
#C8E7C7
(200,231,199)
#D4ECD4
(212,236,212)
#E0F1E1
(224,241,225)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C46C color. Also use rgb(116,196,108) instead hex code.

Text Font Color

.myTextColor { color: #74C46C; }

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

This text font color is #74C46C.


Background Color

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

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

This div background color is #74C46C.


Border color

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

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

This div border color is #74C46C.


Opacity

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

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

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

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

This text has shadow with #74C46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C46C on black background.


Color preview on white background

This text has color #74C46C on white background.



Black color preview on #74C46C background

This text has black color on #74C46C background.


White color preview on #74C46C background

This text has white color on #74C46C background.