COLOR #74B559

HEX: #74B559 RGB: (116,181,89)

Color info

#74B559 contains mainly green color. Web safe color of #74B559 is #66CC66 (or #6C6).

RGB color model

#74B559 color RGB value is (116,181,89).

RGB: (116,181,89) (45%, 71%, 35%)

RGB channels and saturation

R 116 of 255 = 45%
G 181 of 255 = 71%
B 89 of 255 = 35%

116
181
89

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

Portions of RGB colors in percentages

R + G + B = 116 + 181 + 89 = 386 (100%)
R 116 of 386 ~ 30.05%
G 181 of 386 ~ 46.89%
B 89 of 386 ~ 23.06'%

%30.05
%46.89
%23.06

CMYK color model

#74B559 color CMYK value is (36,0,51,29).

  • cyan value is 35.91%
  • magenta value is 0.00%
  • yellow value is 50.83%
  • key color value is 29.02%

CMYK: (36,0,51,29)
C36M0Y51K29 (36%, 0%, 51%, 29%)
(0.36 / 0.00 / 0.51 / 0.29)

CMYK percentages

%35.91
%0
%50.83
%29.02

Codes

Color #74B559 in popluar color models

74 B5 59
RGB 116 181 89
HSL 102° 38.33% 52.94%
HSB/HSV 102° 50.83% 70.98%
CMYK 35.91% 0.00% 50.83%
29.02%

Color #74B559 in popluar number systems.

HEX 74 B5 59
Decimal 116 181 89
Binary 1110100 10110101 1011001
Octal 164 265 131

Shades and tints

Shades of #74B559

#74B559
(116,181,89)
#6AA551
(106,165,81)
#609549
(96,149,73)
#568541
(86,133,65)
#4C7539
(76,117,57)
#426531
(66,101,49)
#385529
(56,85,41)
#2E4521
(46,69,33)
#243519
(36,53,25)
#1A2511
(26,37,17)
#101509
(16,21,9)
#000000
(0,0,0)

Tints of #74B559

#74B559
(116,181,89)
#80BB68
(128,187,104)
#8CC177
(140,193,119)
#98C786
(152,199,134)
#A4CD95
(164,205,149)
#B0D3A4
(176,211,164)
#BCD9B3
(188,217,179)
#C8DFC2
(200,223,194)
#D4E5D1
(212,229,209)
#E0EBE0
(224,235,224)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B559; }

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

This text font color is #74B559.

Background Color

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

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

This div background color is #74B559.

Border color

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

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

This div border color is #74B559.

Opacity

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

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

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

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

This text has shadow with #74B559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B559.

Preview

Color preview on black background

This text has color #74B559 on black background.


Color preview on white background

This text has color #74B559 on white background.


Black color preview on #74B559 background

This text has black color on #74B559 background.


White color preview on #74B559 background

This text has white color on #74B559 background.


Related colors

Complementary color

Complementary color for #hex is #8B4AA6.


I love getcolorcode.com

Triadic colors

1 #5974B5 and #B55974 with #74B559 are triadic colors.

2 #59B574 and #B57459 with #74B559 are triadic colors.