COLOR #74D07B

HEX: #74D07B
RGB: (116,208,123)

Color info

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

RGB color model

#74D07B color RGB value is (116,208,123).

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

RGB channels and saturation

R 116 of 255 = 45%
G 208 of 255 = 82%
B 123 of 255 = 48%

116
208
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 208 + 123 = 447 (100%)
R 116 of 447 ~ 25.95%
G 208 of 447 ~ 46.53%
B 123 of 447 ~ 27.52%

%25.95
%46.53
%27.52

CMYK color model

#74D07B color CMYK value is (44,0,41,18).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 40.87%
  • key color value is 18.43%
CMYK:
(44,0,41,18)
C44M0Y41K18 
(44%,0%,41%,18%)
(0.44/0.00/0.41/0.18)	

CMYK percentages

%44.23
%0
%40.87
%18.43

Codes

Color #74D07B in popluar color models

74D07B
RGB116208123
HSL125°49.46%63.53%
HSB/HSV125°44.23%81.57%
CMYK44.23%0.00%40.87%
18.43%

Color #74D07B in popluar number systems.

HEX74D07B
Decimal116208123
Binary1110100110100001111011
Octal164320173

Shades and tints

Shades of #74D07B

#74D07B
(116,208,123)
#6ABE70
(106,190,112)
#60AC65
(96,172,101)
#569A5A
(86,154,90)
#4C884F
(76,136,79)
#427644
(66,118,68)
#386439
(56,100,57)
#2E522E
(46,82,46)
#244023
(36,64,35)
#1A2E18
(26,46,24)
#101C0D
(16,28,13)
#000000
(0,0,0)

Tints of #74D07B

#74D07B
(116,208,123)
#80D487
(128,212,135)
#8CD893
(140,216,147)
#98DC9F
(152,220,159)
#A4E0AB
(164,224,171)
#B0E4B7
(176,228,183)
#BCE8C3
(188,232,195)
#C8ECCF
(200,236,207)
#D4F0DB
(212,240,219)
#E0F4E7
(224,244,231)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74D07B; }

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

This text font color is #74D07B.


Background Color

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

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

This div background color is #74D07B.


Border color

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

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

This div border color is #74D07B.


Opacity

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

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

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

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

This text has shadow with #74D07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D07B on black background.


Color preview on white background

This text has color #74D07B on white background.



Black color preview on #74D07B background

This text has black color on #74D07B background.


White color preview on #74D07B background

This text has white color on #74D07B background.