COLOR #74AE55

HEX: #74AE55
RGB: (116,174,85)

Color info

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

RGB color model

#74AE55 color RGB value is (116,174,85).

  • red value is 116;
  • green value is 174;
  • blue value is 85.
RGB:
(116,174,85)
(45%,68%,33%)

RGB channels and saturation

R 116 of 255 = 45%
G 174 of 255 = 68%
B 85 of 255 = 33%

116
174
85

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

Portions of RGB colors in percentages

R + G + B =
116 + 174 + 85 = 375 (100%)
R 116 of 375 ~ 30.93%
G 174 of 375 ~ 46.4%
B 85 of 375 ~ 22.67%

%30.93
%46.4
%22.67

CMYK color model

#74AE55 color CMYK value is (33,0,51,32).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 51.15%
  • key color value is 31.76%
CMYK:
(33,0,51,32)
C33M0Y51K32 
(33%,0%,51%,32%)
(0.33/0.00/0.51/0.32)	

CMYK percentages

%33.33
%0
%51.15
%31.76

Codes

Color #74AE55 in popluar color models

74AE55
RGB11617485
HSL99°35.46%50.78%
HSB/HSV99°51.15%68.24%
CMYK33.33%0.00%51.15%
31.76%

Color #74AE55 in popluar number systems.

HEX74AE55
Decimal11617485
Binary1110100101011101010101
Octal164256125

Shades and tints

Shades of #74AE55

#74AE55
(116,174,85)
#6A9F4E
(106,159,78)
#609047
(96,144,71)
#568140
(86,129,64)
#4C7239
(76,114,57)
#426332
(66,99,50)
#38542B
(56,84,43)
#2E4524
(46,69,36)
#24361D
(36,54,29)
#1A2716
(26,39,22)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #74AE55

#74AE55
(116,174,85)
#80B564
(128,181,100)
#8CBC73
(140,188,115)
#98C382
(152,195,130)
#A4CA91
(164,202,145)
#B0D1A0
(176,209,160)
#BCD8AF
(188,216,175)
#C8DFBE
(200,223,190)
#D4E6CD
(212,230,205)
#E0EDDC
(224,237,220)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AE55 color. Also use rgb(116,174,85) instead hex code.

Text Font Color

.myTextColor { color: #74AE55; }

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

This text font color is #74AE55.


Background Color

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

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

This div background color is #74AE55.


Border color

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

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

This div border color is #74AE55.


Opacity

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

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

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

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

This text has shadow with #74AE55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AE55 on black background.


Color preview on white background

This text has color #74AE55 on white background.



Black color preview on #74AE55 background

This text has black color on #74AE55 background.


White color preview on #74AE55 background

This text has white color on #74AE55 background.