COLOR #74A259

HEX: #74A259 RGB: (116,162,89)

Color info

#74A259 contains mainly red and green colors. Web safe color of #74A259 is #669966 (or #696).

RGB color model

#74A259 color RGB value is (116,162,89).

RGB: (116,162,89) (45%, 64%, 35%)

RGB channels and saturation

R 116 of 255 = 45%
G 162 of 255 = 64%
B 89 of 255 = 35%

116
162
89

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

Portions of RGB colors in percentages

R + G + B = 116 + 162 + 89 = 367 (100%)
R 116 of 367 ~ 31.61%
G 162 of 367 ~ 44.14%
B 89 of 367 ~ 24.25'%

%31.61
%44.14
%24.25

CMYK color model

#74A259 color CMYK value is (28,0,45,36).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 45.06%
  • key color value is 36.47%

CMYK: (28,0,45,36)
C28M0Y45K36 (28%, 0%, 45%, 36%)
(0.28 / 0.00 / 0.45 / 0.36)

CMYK percentages

%28.4
%0
%45.06
%36.47

Codes

Color #74A259 in popluar color models

74 A2 59
RGB 116 162 89
HSL 98° 29.08% 49.22%
HSB/HSV 98° 45.06% 63.53%
CMYK 28.40% 0.00% 45.06%
36.47%

Color #74A259 in popluar number systems.

HEX 74 A2 59
Decimal 116 162 89
Binary 1110100 10100010 1011001
Octal 164 242 131

Shades and tints

Shades of #74A259

#74A259
(116,162,89)
#6A9451
(106,148,81)
#608649
(96,134,73)
#567841
(86,120,65)
#4C6A39
(76,106,57)
#425C31
(66,92,49)
#384E29
(56,78,41)
#2E4021
(46,64,33)
#243219
(36,50,25)
#1A2411
(26,36,17)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #74A259

#74A259
(116,162,89)
#80AA68
(128,170,104)
#8CB277
(140,178,119)
#98BA86
(152,186,134)
#A4C295
(164,194,149)
#B0CAA4
(176,202,164)
#BCD2B3
(188,210,179)
#C8DAC2
(200,218,194)
#D4E2D1
(212,226,209)
#E0EAE0
(224,234,224)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A259; }

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

This text font color is #74A259.

Background Color

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

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

This div background color is #74A259.

Border color

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

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

This div border color is #74A259.

Opacity

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

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

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

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

This text has shadow with #74A259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A259.

Preview

Color preview on black background

This text has color #74A259 on black background.


Color preview on white background

This text has color #74A259 on white background.


Black color preview on #74A259 background

This text has black color on #74A259 background.


White color preview on #74A259 background

This text has white color on #74A259 background.


Related colors

Complementary color

Complementary color for #74A259 is #8B5DA6.


I love getcolorcode.com

Triadic colors

1 #5974A2 and #A25974 with #74A259 are triadic colors.

2 #59A274 and #A27459 with #74A259 are triadic colors.