COLOR #74B019

HEX: #74B019
RGB: (116,176,25)

Color info

#74B019 contains mainly green color. Web safe color of #74B019 is #669900 (or #690).

RGB color model

#74B019 color RGB value is (116,176,25).

  • red value is 116;
  • green value is 176;
  • blue value is 25.
RGB:
(116,176,25)
(45%,69%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 176 of 255 = 69%
B 25 of 255 = 10%

116
176
25

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

Portions of RGB colors in percentages

R + G + B =
116 + 176 + 25 = 317 (100%)
R 116 of 317 ~ 36.59%
G 176 of 317 ~ 55.52%
B 25 of 317 ~ 7.89%

%36.59
%55.52

CMYK color model

#74B019 color CMYK value is (34,0,86,31).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 85.80%
  • key color value is 30.98%
CMYK:
(34,0,86,31)
C34M0Y86K31 
(34%,0%,86%,31%)
(0.34/0.00/0.86/0.31)	

CMYK percentages

%34.09
%0
%85.8
%30.98

Codes

Color #74B019 in popluar color models

74B019
RGB11617625
HSL84°75.12%39.41%
HSB/HSV84°85.80%69.02%
CMYK34.09%0.00%85.80%
30.98%

Color #74B019 in popluar number systems.

HEX74B019
Decimal11617625
Binary11101001011000011001
Octal16426031

Shades and tints

Shades of #74B019

#74B019
(116,176,25)
#6AA017
(106,160,23)
#609015
(96,144,21)
#568013
(86,128,19)
#4C7011
(76,112,17)
#42600F
(66,96,15)
#38500D
(56,80,13)
#2E400B
(46,64,11)
#243009
(36,48,9)
#1A2007
(26,32,7)
#101005
(16,16,5)
#000000
(0,0,0)

Tints of #74B019

#74B019
(116,176,25)
#80B72D
(128,183,45)
#8CBE41
(140,190,65)
#98C555
(152,197,85)
#A4CC69
(164,204,105)
#B0D37D
(176,211,125)
#BCDA91
(188,218,145)
#C8E1A5
(200,225,165)
#D4E8B9
(212,232,185)
#E0EFCD
(224,239,205)
#ECF6E1
(236,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B019 color. Also use rgb(116,176,25) instead hex code.

Text Font Color

.myTextColor { color: #74B019; }

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

This text font color is #74B019.


Background Color

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

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

This div background color is #74B019.


Border color

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

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

This div border color is #74B019.


Opacity

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

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

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

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

This text has shadow with #74B019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B019 on black background.


Color preview on white background

This text has color #74B019 on white background.



Black color preview on #74B019 background

This text has black color on #74B019 background.


White color preview on #74B019 background

This text has white color on #74B019 background.