COLOR #74971A

HEX: #74971A
RGB: (116,151,26)

Color info

#74971A contains mainly red and green colors. Web safe color of #74971A is #669900 (or #690).

RGB color model

#74971A color RGB value is (116,151,26).

  • red value is 116;
  • green value is 151;
  • blue value is 26.
RGB:
(116,151,26)
(45%,59%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 26 of 255 = 10%

116
151
26

R + G + B ~ 38%. #74971A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 26 = 293 (100%)
R 116 of 293 ~ 39.59%
G 151 of 293 ~ 51.54%
B 26 of 293 ~ 8.87%

%39.59
%51.54

CMYK color model

#74971A color CMYK value is (23,0,83,41).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 82.78%
  • key color value is 40.78%
CMYK:
(23,0,83,41)
C23M0Y83K41 
(23%,0%,83%,41%)
(0.23/0.00/0.83/0.41)	

CMYK percentages

%23.18
%0
%82.78
%40.78

Codes

Color #74971A in popluar color models

74971A
RGB11615126
HSL77°70.62%34.71%
HSB/HSV77°82.78%59.22%
CMYK23.18%0.00%82.78%
40.78%

Color #74971A in popluar number systems.

HEX74971A
Decimal11615126
Binary11101001001011111010
Octal16422732

Shades and tints

Shades of #74971A

#74971A
(116,151,26)
#6A8A18
(106,138,24)
#607D16
(96,125,22)
#567014
(86,112,20)
#4C6312
(76,99,18)
#425610
(66,86,16)
#38490E
(56,73,14)
#2E3C0C
(46,60,12)
#242F0A
(36,47,10)
#1A2208
(26,34,8)
#101506
(16,21,6)
#000000
(0,0,0)

Tints of #74971A

#74971A
(116,151,26)
#80A02E
(128,160,46)
#8CA942
(140,169,66)
#98B256
(152,178,86)
#A4BB6A
(164,187,106)
#B0C47E
(176,196,126)
#BCCD92
(188,205,146)
#C8D6A6
(200,214,166)
#D4DFBA
(212,223,186)
#E0E8CE
(224,232,206)
#ECF1E2
(236,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74971A color. Also use rgb(116,151,26) instead hex code.

Text Font Color

.myTextColor { color: #74971A; }

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

This text font color is #74971A.


Background Color

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

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

This div background color is #74971A.


Border color

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

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

This div border color is #74971A.


Opacity

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

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

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

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

This text has shadow with #74971A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74971A on black background.


Color preview on white background

This text has color #74971A on white background.



Black color preview on #74971A background

This text has black color on #74971A background.


White color preview on #74971A background

This text has white color on #74971A background.