COLOR #74B07E

HEX: #74B07E
RGB: (116,176,126)

Color info

#74B07E contains mainly green and blue colors. Web safe color of #74B07E is #669966 (or #696).

RGB color model

#74B07E color RGB value is (116,176,126).

  • red value is 116;
  • green value is 176;
  • blue value is 126.
RGB:
(116,176,126)
(45%,69%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 176 of 255 = 69%
B 126 of 255 = 49%

116
176
126

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

Portions of RGB colors in percentages

R + G + B =
116 + 176 + 126 = 418 (100%)
R 116 of 418 ~ 27.75%
G 176 of 418 ~ 42.11%
B 126 of 418 ~ 30.14%

%27.75
%42.11
%30.14

CMYK color model

#74B07E color CMYK value is (34,0,28,31).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(34,0,28,31)
C34M0Y28K31 
(34%,0%,28%,31%)
(0.34/0.00/0.28/0.31)	

CMYK percentages

%34.09
%0
%28.41
%30.98

Codes

Color #74B07E in popluar color models

74B07E
RGB116176126
HSL130°27.52%57.25%
HSB/HSV130°34.09%69.02%
CMYK34.09%0.00%28.41%
30.98%

Color #74B07E in popluar number systems.

HEX74B07E
Decimal116176126
Binary1110100101100001111110
Octal164260176

Shades and tints

Shades of #74B07E

#74B07E
(116,176,126)
#6AA073
(106,160,115)
#609068
(96,144,104)
#56805D
(86,128,93)
#4C7052
(76,112,82)
#426047
(66,96,71)
#38503C
(56,80,60)
#2E4031
(46,64,49)
#243026
(36,48,38)
#1A201B
(26,32,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #74B07E

#74B07E
(116,176,126)
#80B789
(128,183,137)
#8CBE94
(140,190,148)
#98C59F
(152,197,159)
#A4CCAA
(164,204,170)
#B0D3B5
(176,211,181)
#BCDAC0
(188,218,192)
#C8E1CB
(200,225,203)
#D4E8D6
(212,232,214)
#E0EFE1
(224,239,225)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B07E color. Also use rgb(116,176,126) instead hex code.

Text Font Color

.myTextColor { color: #74B07E; }

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

This text font color is #74B07E.


Background Color

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

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

This div background color is #74B07E.


Border color

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

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

This div border color is #74B07E.


Opacity

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

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

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

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

This text has shadow with #74B07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B07E on black background.


Color preview on white background

This text has color #74B07E on white background.



Black color preview on #74B07E background

This text has black color on #74B07E background.


White color preview on #74B07E background

This text has white color on #74B07E background.