COLOR #74982A

HEX: #74982A RGB: (116,152,42)

Color info

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

RGB color model

#74982A color RGB value is (116,152,42).

RGB: (116,152,42) (45%, 60%, 16%)

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 42 of 255 = 16%

116
152
42

R + G + B ~ 40%. #74982A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 152 + 42 = 310 (100%)
R 116 of 310 ~ 37.42%
G 152 of 310 ~ 49.03%
B 42 of 310 ~ 13.55'%

%37.42
%49.03
%13.55

CMYK color model

#74982A color CMYK value is (24,0,72,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 72.37%
  • key color value is 40.39%

CMYK: (24,0,72,40)
C24M0Y72K40 (24%, 0%, 72%, 40%)
(0.24 / 0.00 / 0.72 / 0.40)

CMYK percentages

%23.68
%0
%72.37
%40.39

Codes

Color #74982A in popluar color models

74 98 2A
RGB 116 152 42
HSL 80° 56.70% 38.04%
HSB/HSV 80° 72.37% 59.61%
CMYK 23.68% 0.00% 72.37%
40.39%

Color #74982A in popluar number systems.

HEX 74 98 2A
Decimal 116 152 42
Binary 1110100 10011000 101010
Octal 164 230 52

Shades and tints

Shades of #74982A

#74982A
(116,152,42)
#6A8B27
(106,139,39)
#607E24
(96,126,36)
#567121
(86,113,33)
#4C641E
(76,100,30)
#42571B
(66,87,27)
#384A18
(56,74,24)
#2E3D15
(46,61,21)
#243012
(36,48,18)
#1A230F
(26,35,15)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #74982A

#74982A
(116,152,42)
#80A13D
(128,161,61)
#8CAA50
(140,170,80)
#98B363
(152,179,99)
#A4BC76
(164,188,118)
#B0C589
(176,197,137)
#BCCE9C
(188,206,156)
#C8D7AF
(200,215,175)
#D4E0C2
(212,224,194)
#E0E9D5
(224,233,213)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74982A color. Also use rgb(116,152,42) instead hex code.

Text Font Color

.myTextColor { color: #74982A; }

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

This text font color is #74982A.

Background Color

.myBgColor { background-color: #74982A; }

<div style="background-color:#74982A">Inner text</div>

This div background color is #74982A.

Border color

.myBorderColor { border: 1px solid #74982A; }

<div style="border:3px solid #74982A">Div</div>

This div border color is #74982A.

Opacity

.myOpacity80 { color: #74982A; opacity: 0.8; }

<p style="color:#74982A;opacity:0.8;">80%</p>

Text with #74982A 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 #74982A;}

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

This text has shadow with #74982A color.


.textShadow {text-shadow: 3px 3px 1px #74982A', 3px 3px 1px red;}

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

This text has shadow with #74982A primary color and red secondary color.


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

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

This text has shadow with #74982A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74982A; -webkit-box-shadow: 1px 1px 3px 2px #74982A; box-shadow:1px 1px 3px 2px #74982A;">
Div content here
</div>

This div box has shadow with color #74982A.

Preview

Color preview on black background

This text has color #74982A on black background.


Color preview on white background

This text has color #74982A on white background.


Black color preview on #74982A background

This text has black color on #74982A background.


White color preview on #74982A background

This text has white color on #74982A background.


Related colors

Complementary color

Complementary color for #hex is #8B67D5.


I love getcolorcode.com

Triadic colors

1 #2A7498 and #982A74 with #74982A are triadic colors.

2 #2A9874 and #98742A with #74982A are triadic colors.