COLOR #74B476

HEX: #74B476
RGB: (116,180,118)

Color info

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

RGB color model

#74B476 color RGB value is (116,180,118).

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

RGB channels and saturation

R 116 of 255 = 45%
G 180 of 255 = 71%
B 118 of 255 = 46%

116
180
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 180 + 118 = 414 (100%)
R 116 of 414 ~ 28.02%
G 180 of 414 ~ 43.48%
B 118 of 414 ~ 28.5%

%28.02
%43.48
%28.5

CMYK color model

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

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK:
(36,0,34,29)
C36M0Y34K29 
(36%,0%,34%,29%)
(0.36/0.00/0.34/0.29)	

CMYK percentages

%35.56
%0
%34.44
%29.41

Codes

Color #74B476 in popluar color models

74B476
RGB116180118
HSL122°29.91%58.04%
HSB/HSV122°35.56%70.59%
CMYK35.56%0.00%34.44%
29.41%

Color #74B476 in popluar number systems.

HEX74B476
Decimal116180118
Binary1110100101101001110110
Octal164264166

Shades and tints

Shades of #74B476

#74B476
(116,180,118)
#6AA46C
(106,164,108)
#609462
(96,148,98)
#568458
(86,132,88)
#4C744E
(76,116,78)
#426444
(66,100,68)
#38543A
(56,84,58)
#2E4430
(46,68,48)
#243426
(36,52,38)
#1A241C
(26,36,28)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #74B476

#74B476
(116,180,118)
#80BA82
(128,186,130)
#8CC08E
(140,192,142)
#98C69A
(152,198,154)
#A4CCA6
(164,204,166)
#B0D2B2
(176,210,178)
#BCD8BE
(188,216,190)
#C8DECA
(200,222,202)
#D4E4D6
(212,228,214)
#E0EAE2
(224,234,226)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B476; }

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

This text font color is #74B476.


Background Color

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

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

This div background color is #74B476.


Border color

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

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

This div border color is #74B476.


Opacity

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

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

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

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

This text has shadow with #74B476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B476 on black background.


Color preview on white background

This text has color #74B476 on white background.



Black color preview on #74B476 background

This text has black color on #74B476 background.


White color preview on #74B476 background

This text has white color on #74B476 background.