COLOR #74984B

HEX: #74984B
RGB: (116,152,75)

Color info

#74984B contains mainly red and green colors. Web safe color of #74984B is #669933 (or #693).

RGB color model

#74984B color RGB value is (116,152,75).

  • red value is 116;
  • green value is 152;
  • blue value is 75.
RGB:
(116,152,75)
(45%,60%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 75 of 255 = 29%

116
152
75

R + G + B ~ 45%. #74984B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 152 + 75 = 343 (100%)
R 116 of 343 ~ 33.82%
G 152 of 343 ~ 44.31%
B 75 of 343 ~ 21.87%

%33.82
%44.31
%21.87

CMYK color model

#74984B color CMYK value is (24,0,51,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 40.39%
CMYK:
(24,0,51,40)
C24M0Y51K40 
(24%,0%,51%,40%)
(0.24/0.00/0.51/0.40)	

CMYK percentages

%23.68
%0
%50.66
%40.39

Codes

Color #74984B in popluar color models

74984B
RGB11615275
HSL88°33.92%44.51%
HSB/HSV88°50.66%59.61%
CMYK23.68%0.00%50.66%
40.39%

Color #74984B in popluar number systems.

HEX74984B
Decimal11615275
Binary1110100100110001001011
Octal164230113

Shades and tints

Shades of #74984B

#74984B
(116,152,75)
#6A8B45
(106,139,69)
#607E3F
(96,126,63)
#567139
(86,113,57)
#4C6433
(76,100,51)
#42572D
(66,87,45)
#384A27
(56,74,39)
#2E3D21
(46,61,33)
#24301B
(36,48,27)
#1A2315
(26,35,21)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #74984B

#74984B
(116,152,75)
#80A15B
(128,161,91)
#8CAA6B
(140,170,107)
#98B37B
(152,179,123)
#A4BC8B
(164,188,139)
#B0C59B
(176,197,155)
#BCCEAB
(188,206,171)
#C8D7BB
(200,215,187)
#D4E0CB
(212,224,203)
#E0E9DB
(224,233,219)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74984B color. Also use rgb(116,152,75) instead hex code.

Text Font Color

.myTextColor { color: #74984B; }

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

This text font color is #74984B.


Background Color

.myBgColor { background-color: #74984B; }

<div style="background-color:#74984B">Inner text</div>

This div background color is #74984B.


Border color

.myBorderColor { border: 1px solid #74984B; }

<div style="border:3px solid #74984B">Div</div>

This div border color is #74984B.


Opacity

.myOpacity80 { color: #74984B; opacity: 0.8; }

<p style="color:#74984B;opacity:0.8;">80%</p>

Text with #74984B 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 #74984B;}

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

This text has shadow with #74984B color.

.textShadow {text-shadow: 3px 3px 1px #74984B, 3px 3px 1px red;}

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

This text has shadow with #74984B primary color and red secondary color.


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

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

This text has shadow with #74984B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74984B on black background.


Color preview on white background

This text has color #74984B on white background.



Black color preview on #74984B background

This text has black color on #74984B background.


White color preview on #74984B background

This text has white color on #74984B background.