COLOR #74B059

HEX: #74B059 RGB: (116,176,89)

Color info

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

RGB color model

#74B059 color RGB value is (116,176,89).

RGB: (116,176,89) (45%, 69%, 35%)

RGB channels and saturation

R 116 of 255 = 45%
G 176 of 255 = 69%
B 89 of 255 = 35%

116
176
89

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

Portions of RGB colors in percentages

R + G + B = 116 + 176 + 89 = 381 (100%)
R 116 of 381 ~ 30.45%
G 176 of 381 ~ 46.19%
B 89 of 381 ~ 23.36'%

%30.45
%46.19
%23.36

CMYK color model

#74B059 color CMYK value is (34,0,49,31).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 30.98%

CMYK: (34,0,49,31)
C34M0Y49K31 (34%, 0%, 49%, 31%)
(0.34 / 0.00 / 0.49 / 0.31)

CMYK percentages

%34.09
%0
%49.43
%30.98

Codes

Color #74B059 in popluar color models

74 B0 59
RGB 116 176 89
HSL 101° 35.51% 51.96%
HSB/HSV 101° 49.43% 69.02%
CMYK 34.09% 0.00% 49.43%
30.98%

Color #74B059 in popluar number systems.

HEX 74 B0 59
Decimal 116 176 89
Binary 1110100 10110000 1011001
Octal 164 260 131

Shades and tints

Shades of #74B059

#74B059
(116,176,89)
#6AA051
(106,160,81)
#609049
(96,144,73)
#568041
(86,128,65)
#4C7039
(76,112,57)
#426031
(66,96,49)
#385029
(56,80,41)
#2E4021
(46,64,33)
#243019
(36,48,25)
#1A2011
(26,32,17)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #74B059

#74B059
(116,176,89)
#80B768
(128,183,104)
#8CBE77
(140,190,119)
#98C586
(152,197,134)
#A4CC95
(164,204,149)
#B0D3A4
(176,211,164)
#BCDAB3
(188,218,179)
#C8E1C2
(200,225,194)
#D4E8D1
(212,232,209)
#E0EFE0
(224,239,224)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B059; }

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

This text font color is #74B059.

Background Color

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

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

This div background color is #74B059.

Border color

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

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

This div border color is #74B059.

Opacity

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

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

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

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

This text has shadow with #74B059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B059.

Preview

Color preview on black background

This text has color #74B059 on black background.


Color preview on white background

This text has color #74B059 on white background.


Black color preview on #74B059 background

This text has black color on #74B059 background.


White color preview on #74B059 background

This text has white color on #74B059 background.


Related colors

Complementary color

Complementary color for #hex is #8B4FA6.


I love getcolorcode.com

Triadic colors

1 #5974B0 and #B05974 with #74B059 are triadic colors.

2 #59B074 and #B07459 with #74B059 are triadic colors.