COLOR #74B085

HEX: #74B085 RGB: (116,176,133)

Color info

#74B085 contains mainly green and blue colors. Web safe color of #74B085 is #669999 (or #699).

RGB color model

#74B085 color RGB value is (116,176,133).

RGB: (116,176,133) (45%, 69%, 52%)

RGB channels and saturation

R 116 of 255 = 45%
G 176 of 255 = 69%
B 133 of 255 = 52%

116
176
133

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

Portions of RGB colors in percentages

R + G + B = 116 + 176 + 133 = 425 (100%)
R 116 of 425 ~ 27.29%
G 176 of 425 ~ 41.41%
B 133 of 425 ~ 31.29'%

%27.29
%41.41
%31.29

CMYK color model

#74B085 color CMYK value is (34,0,24,31).

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

CMYK: (34,0,24,31)
C34M0Y24K31 (34%, 0%, 24%, 31%)
(0.34 / 0.00 / 0.24 / 0.31)

CMYK percentages

%34.09
%0
%24.43
%30.98

Codes

Color #74B085 in popluar color models

74 B0 85
RGB 116 176 133
HSL 137° 27.52% 57.25%
HSB/HSV 137° 34.09% 69.02%
CMYK 34.09% 0.00% 24.43%
30.98%

Color #74B085 in popluar number systems.

HEX 74 B0 85
Decimal 116 176 133
Binary 1110100 10110000 10000101
Octal 164 260 205

Shades and tints

Shades of #74B085

#74B085
(116,176,133)
#6AA079
(106,160,121)
#60906D
(96,144,109)
#568061
(86,128,97)
#4C7055
(76,112,85)
#426049
(66,96,73)
#38503D
(56,80,61)
#2E4031
(46,64,49)
#243025
(36,48,37)
#1A2019
(26,32,25)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #74B085

#74B085
(116,176,133)
#80B790
(128,183,144)
#8CBE9B
(140,190,155)
#98C5A6
(152,197,166)
#A4CCB1
(164,204,177)
#B0D3BC
(176,211,188)
#BCDAC7
(188,218,199)
#C8E1D2
(200,225,210)
#D4E8DD
(212,232,221)
#E0EFE8
(224,239,232)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B085; }

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

This text font color is #74B085.

Background Color

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

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

This div background color is #74B085.

Border color

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

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

This div border color is #74B085.

Opacity

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

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

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

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

This text has shadow with #74B085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B085.

Preview

Color preview on black background

This text has color #74B085 on black background.


Color preview on white background

This text has color #74B085 on white background.


Black color preview on #74B085 background

This text has black color on #74B085 background.


White color preview on #74B085 background

This text has white color on #74B085 background.


Related colors

Complementary color

Complementary color for #hex is #8B4F7A.


I love getcolorcode.com

Triadic colors

1 #8574B0 and #B08574 with #74B085 are triadic colors.

2 #85B074 and #B07485 with #74B085 are triadic colors.