COLOR #74AF7B

HEX: #74AF7B
RGB: (116,175,123)

Color info

#74AF7B contains red, green and blue colors in about the same proportion. Web safe color of #74AF7B is #669966 (or #696).

RGB color model

#74AF7B color RGB value is (116,175,123).

  • red value is 116;
  • green value is 175;
  • blue value is 123.
RGB:
(116,175,123)
(45%,69%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 175 of 255 = 69%
B 123 of 255 = 48%

116
175
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 175 + 123 = 414 (100%)
R 116 of 414 ~ 28.02%
G 175 of 414 ~ 42.27%
B 123 of 414 ~ 29.71%

%28.02
%42.27
%29.71

CMYK color model

#74AF7B color CMYK value is (34,0,30,31).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 29.71%
  • key color value is 31.37%
CMYK:
(34,0,30,31)
C34M0Y30K31 
(34%,0%,30%,31%)
(0.34/0.00/0.30/0.31)	

CMYK percentages

%33.71
%0
%29.71
%31.37

Codes

Color #74AF7B in popluar color models

74AF7B
RGB116175123
HSL127°26.94%57.06%
HSB/HSV127°33.71%68.63%
CMYK33.71%0.00%29.71%
31.37%

Color #74AF7B in popluar number systems.

HEX74AF7B
Decimal116175123
Binary1110100101011111111011
Octal164257173

Shades and tints

Shades of #74AF7B

#74AF7B
(116,175,123)
#6AA070
(106,160,112)
#609165
(96,145,101)
#56825A
(86,130,90)
#4C734F
(76,115,79)
#426444
(66,100,68)
#385539
(56,85,57)
#2E462E
(46,70,46)
#243723
(36,55,35)
#1A2818
(26,40,24)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #74AF7B

#74AF7B
(116,175,123)
#80B687
(128,182,135)
#8CBD93
(140,189,147)
#98C49F
(152,196,159)
#A4CBAB
(164,203,171)
#B0D2B7
(176,210,183)
#BCD9C3
(188,217,195)
#C8E0CF
(200,224,207)
#D4E7DB
(212,231,219)
#E0EEE7
(224,238,231)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AF7B color. Also use rgb(116,175,123) instead hex code.

Text Font Color

.myTextColor { color: #74AF7B; }

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

This text font color is #74AF7B.


Background Color

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

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

This div background color is #74AF7B.


Border color

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

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

This div border color is #74AF7B.


Opacity

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

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

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

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

This text has shadow with #74AF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AF7B on black background.


Color preview on white background

This text has color #74AF7B on white background.



Black color preview on #74AF7B background

This text has black color on #74AF7B background.


White color preview on #74AF7B background

This text has white color on #74AF7B background.