COLOR #74C36C

HEX: #74C36C
RGB: (116,195,108)

Color info

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

RGB color model

#74C36C color RGB value is (116,195,108).

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

RGB channels and saturation

R 116 of 255 = 45%
G 195 of 255 = 76%
B 108 of 255 = 42%

116
195
108

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

Portions of RGB colors in percentages

R + G + B =
116 + 195 + 108 = 419 (100%)
R 116 of 419 ~ 27.68%
G 195 of 419 ~ 46.54%
B 108 of 419 ~ 25.78%

%27.68
%46.54
%25.78

CMYK color model

#74C36C color CMYK value is (41,0,45,24).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 44.62%
  • key color value is 23.53%
CMYK:
(41,0,45,24)
C41M0Y45K24 
(41%,0%,45%,24%)
(0.41/0.00/0.45/0.24)	

CMYK percentages

%40.51
%0
%44.62
%23.53

Codes

Color #74C36C in popluar color models

74C36C
RGB116195108
HSL114°42.03%59.41%
HSB/HSV114°44.62%76.47%
CMYK40.51%0.00%44.62%
23.53%

Color #74C36C in popluar number systems.

HEX74C36C
Decimal116195108
Binary1110100110000111101100
Octal164303154

Shades and tints

Shades of #74C36C

#74C36C
(116,195,108)
#6AB263
(106,178,99)
#60A15A
(96,161,90)
#569051
(86,144,81)
#4C7F48
(76,127,72)
#426E3F
(66,110,63)
#385D36
(56,93,54)
#2E4C2D
(46,76,45)
#243B24
(36,59,36)
#1A2A1B
(26,42,27)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #74C36C

#74C36C
(116,195,108)
#80C879
(128,200,121)
#8CCD86
(140,205,134)
#98D293
(152,210,147)
#A4D7A0
(164,215,160)
#B0DCAD
(176,220,173)
#BCE1BA
(188,225,186)
#C8E6C7
(200,230,199)
#D4EBD4
(212,235,212)
#E0F0E1
(224,240,225)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C36C; }

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

This text font color is #74C36C.


Background Color

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

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

This div background color is #74C36C.


Border color

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

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

This div border color is #74C36C.


Opacity

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

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

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

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

This text has shadow with #74C36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C36C on black background.


Color preview on white background

This text has color #74C36C on white background.



Black color preview on #74C36C background

This text has black color on #74C36C background.


White color preview on #74C36C background

This text has white color on #74C36C background.