COLOR #74B478

HEX: #74B478
RGB: (116,180,120)

Color info

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

RGB color model

#74B478 color RGB value is (116,180,120).

  • red value is 116;
  • green value is 180;
  • blue value is 120.
RGB:
(116,180,120)
(45%,71%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 180 of 255 = 71%
B 120 of 255 = 47%

116
180
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 180 + 120 = 416 (100%)
R 116 of 416 ~ 27.88%
G 180 of 416 ~ 43.27%
B 120 of 416 ~ 28.85%

%27.88
%43.27
%28.85

CMYK color model

#74B478 color CMYK value is (36,0,33,29).

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 29.41%
CMYK:
(36,0,33,29)
C36M0Y33K29 
(36%,0%,33%,29%)
(0.36/0.00/0.33/0.29)	

CMYK percentages

%35.56
%0
%33.33
%29.41

Codes

Color #74B478 in popluar color models

74B478
RGB116180120
HSL124°29.91%58.04%
HSB/HSV124°35.56%70.59%
CMYK35.56%0.00%33.33%
29.41%

Color #74B478 in popluar number systems.

HEX74B478
Decimal116180120
Binary1110100101101001111000
Octal164264170

Shades and tints

Shades of #74B478

#74B478
(116,180,120)
#6AA46E
(106,164,110)
#609464
(96,148,100)
#56845A
(86,132,90)
#4C7450
(76,116,80)
#426446
(66,100,70)
#38543C
(56,84,60)
#2E4432
(46,68,50)
#243428
(36,52,40)
#1A241E
(26,36,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #74B478

#74B478
(116,180,120)
#80BA84
(128,186,132)
#8CC090
(140,192,144)
#98C69C
(152,198,156)
#A4CCA8
(164,204,168)
#B0D2B4
(176,210,180)
#BCD8C0
(188,216,192)
#C8DECC
(200,222,204)
#D4E4D8
(212,228,216)
#E0EAE4
(224,234,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B478 color. Also use rgb(116,180,120) instead hex code.

Text Font Color

.myTextColor { color: #74B478; }

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

This text font color is #74B478.


Background Color

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

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

This div background color is #74B478.


Border color

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

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

This div border color is #74B478.


Opacity

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

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

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

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

This text has shadow with #74B478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B478 on black background.


Color preview on white background

This text has color #74B478 on white background.



Black color preview on #74B478 background

This text has black color on #74B478 background.


White color preview on #74B478 background

This text has white color on #74B478 background.