COLOR #74B268

HEX: #74B268
RGB: (116,178,104)

Color info

#74B268 contains mainly green color. Web safe color of #74B268 is #669966 (or #696).

RGB color model

#74B268 color RGB value is (116,178,104).

  • red value is 116;
  • green value is 178;
  • blue value is 104.
RGB:
(116,178,104)
(45%,70%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 178 of 255 = 70%
B 104 of 255 = 41%

116
178
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 178 + 104 = 398 (100%)
R 116 of 398 ~ 29.15%
G 178 of 398 ~ 44.72%
B 104 of 398 ~ 26.13%

%29.15
%44.72
%26.13

CMYK color model

#74B268 color CMYK value is (35,0,42,30).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 30.20%
CMYK:
(35,0,42,30)
C35M0Y42K30 
(35%,0%,42%,30%)
(0.35/0.00/0.42/0.30)	

CMYK percentages

%34.83
%0
%41.57
%30.2

Codes

Color #74B268 in popluar color models

74B268
RGB116178104
HSL110°32.46%55.29%
HSB/HSV110°41.57%69.80%
CMYK34.83%0.00%41.57%
30.20%

Color #74B268 in popluar number systems.

HEX74B268
Decimal116178104
Binary1110100101100101101000
Octal164262150

Shades and tints

Shades of #74B268

#74B268
(116,178,104)
#6AA25F
(106,162,95)
#609256
(96,146,86)
#56824D
(86,130,77)
#4C7244
(76,114,68)
#42623B
(66,98,59)
#385232
(56,82,50)
#2E4229
(46,66,41)
#243220
(36,50,32)
#1A2217
(26,34,23)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #74B268

#74B268
(116,178,104)
#80B975
(128,185,117)
#8CC082
(140,192,130)
#98C78F
(152,199,143)
#A4CE9C
(164,206,156)
#B0D5A9
(176,213,169)
#BCDCB6
(188,220,182)
#C8E3C3
(200,227,195)
#D4EAD0
(212,234,208)
#E0F1DD
(224,241,221)
#ECF8EA
(236,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B268 color. Also use rgb(116,178,104) instead hex code.

Text Font Color

.myTextColor { color: #74B268; }

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

This text font color is #74B268.


Background Color

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

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

This div background color is #74B268.


Border color

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

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

This div border color is #74B268.


Opacity

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

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

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

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

This text has shadow with #74B268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B268 on black background.


Color preview on white background

This text has color #74B268 on white background.



Black color preview on #74B268 background

This text has black color on #74B268 background.


White color preview on #74B268 background

This text has white color on #74B268 background.