COLOR #74C07B

HEX: #74C07B
RGB: (116,192,123)

Color info

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

RGB color model

#74C07B color RGB value is (116,192,123).

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

RGB channels and saturation

R 116 of 255 = 45%
G 192 of 255 = 75%
B 123 of 255 = 48%

116
192
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 192 + 123 = 431 (100%)
R 116 of 431 ~ 26.91%
G 192 of 431 ~ 44.55%
B 123 of 431 ~ 28.54%

%26.91
%44.55
%28.54

CMYK color model

#74C07B color CMYK value is (40,0,36,25).

  • cyan value is 39.58%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 24.71%
CMYK:
(40,0,36,25)
C40M0Y36K25 
(40%,0%,36%,25%)
(0.40/0.00/0.36/0.25)	

CMYK percentages

%39.58
%0
%35.94
%24.71

Codes

Color #74C07B in popluar color models

74C07B
RGB116192123
HSL126°37.62%60.39%
HSB/HSV126°39.58%75.29%
CMYK39.58%0.00%35.94%
24.71%

Color #74C07B in popluar number systems.

HEX74C07B
Decimal116192123
Binary1110100110000001111011
Octal164300173

Shades and tints

Shades of #74C07B

#74C07B
(116,192,123)
#6AAF70
(106,175,112)
#609E65
(96,158,101)
#568D5A
(86,141,90)
#4C7C4F
(76,124,79)
#426B44
(66,107,68)
#385A39
(56,90,57)
#2E492E
(46,73,46)
#243823
(36,56,35)
#1A2718
(26,39,24)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #74C07B

#74C07B
(116,192,123)
#80C587
(128,197,135)
#8CCA93
(140,202,147)
#98CF9F
(152,207,159)
#A4D4AB
(164,212,171)
#B0D9B7
(176,217,183)
#BCDEC3
(188,222,195)
#C8E3CF
(200,227,207)
#D4E8DB
(212,232,219)
#E0EDE7
(224,237,231)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C07B color. Also use rgb(116,192,123) instead hex code.

Text Font Color

.myTextColor { color: #74C07B; }

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

This text font color is #74C07B.


Background Color

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

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

This div background color is #74C07B.


Border color

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

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

This div border color is #74C07B.


Opacity

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

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

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

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

This text has shadow with #74C07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C07B on black background.


Color preview on white background

This text has color #74C07B on white background.



Black color preview on #74C07B background

This text has black color on #74C07B background.


White color preview on #74C07B background

This text has white color on #74C07B background.