COLOR #74B480

HEX: #74B480
RGB: (116,180,128)

Color info

#74B480 contains mainly green and blue colors. Web safe color of #74B480 is #66CC66 (or #6C6).

RGB color model

#74B480 color RGB value is (116,180,128).

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

RGB channels and saturation

R 116 of 255 = 45%
G 180 of 255 = 71%
B 128 of 255 = 50%

116
180
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 180 + 128 = 424 (100%)
R 116 of 424 ~ 27.36%
G 180 of 424 ~ 42.45%
B 128 of 424 ~ 30.19%

%27.36
%42.45
%30.19

CMYK color model

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

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 29.41%
CMYK:
(36,0,29,29)
C36M0Y29K29 
(36%,0%,29%,29%)
(0.36/0.00/0.29/0.29)	

CMYK percentages

%35.56
%0
%28.89
%29.41

Codes

Color #74B480 in popluar color models

74B480
RGB116180128
HSL131°29.91%58.04%
HSB/HSV131°35.56%70.59%
CMYK35.56%0.00%28.89%
29.41%

Color #74B480 in popluar number systems.

HEX74B480
Decimal116180128
Binary11101001011010010000000
Octal164264200

Shades and tints

Shades of #74B480

#74B480
(116,180,128)
#6AA475
(106,164,117)
#60946A
(96,148,106)
#56845F
(86,132,95)
#4C7454
(76,116,84)
#426449
(66,100,73)
#38543E
(56,84,62)
#2E4433
(46,68,51)
#243428
(36,52,40)
#1A241D
(26,36,29)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #74B480

#74B480
(116,180,128)
#80BA8B
(128,186,139)
#8CC096
(140,192,150)
#98C6A1
(152,198,161)
#A4CCAC
(164,204,172)
#B0D2B7
(176,210,183)
#BCD8C2
(188,216,194)
#C8DECD
(200,222,205)
#D4E4D8
(212,228,216)
#E0EAE3
(224,234,227)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B480; }

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

This text font color is #74B480.


Background Color

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

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

This div background color is #74B480.


Border color

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

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

This div border color is #74B480.


Opacity

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

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

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

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

This text has shadow with #74B480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B480 on black background.


Color preview on white background

This text has color #74B480 on white background.



Black color preview on #74B480 background

This text has black color on #74B480 background.


White color preview on #74B480 background

This text has white color on #74B480 background.