COLOR #67AD74

HEX: #67AD74
RGB: (103,173,116)

Color info

#67AD74 contains mainly green and blue colors. Web safe color of #67AD74 is #669966 (or #696).

RGB color model

#67AD74 color RGB value is (103,173,116).

  • red value is 103;
  • green value is 173;
  • blue value is 116.
RGB:
(103,173,116)
(40%,68%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 173 of 255 = 68%
B 116 of 255 = 45%

103
173
116

R + G + B ~ 51%. #67AD74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 173 + 116 = 392 (100%)
R 103 of 392 ~ 26.28%
G 173 of 392 ~ 44.13%
B 116 of 392 ~ 29.59%

%26.28
%44.13
%29.59

CMYK color model

#67AD74 color CMYK value is (40,0,33,32).

  • cyan value is 40.46%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 32.16%
CMYK:
(40,0,33,32)
C40M0Y33K32 
(40%,0%,33%,32%)
(0.40/0.00/0.33/0.32)	

CMYK percentages

%40.46
%0
%32.95
%32.16

Codes

Color #67AD74 in popluar color models

67AD74
RGB103173116
HSL131°29.91%54.12%
HSB/HSV131°40.46%67.84%
CMYK40.46%0.00%32.95%
32.16%

Color #67AD74 in popluar number systems.

HEX67AD74
Decimal103173116
Binary1100111101011011110100
Octal147255164

Shades and tints

Shades of #67AD74

#67AD74
(103,173,116)
#5E9E6A
(94,158,106)
#558F60
(85,143,96)
#4C8056
(76,128,86)
#43714C
(67,113,76)
#3A6242
(58,98,66)
#315338
(49,83,56)
#28442E
(40,68,46)
#1F3524
(31,53,36)
#16261A
(22,38,26)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #67AD74

#67AD74
(103,173,116)
#74B480
(116,180,128)
#81BB8C
(129,187,140)
#8EC298
(142,194,152)
#9BC9A4
(155,201,164)
#A8D0B0
(168,208,176)
#B5D7BC
(181,215,188)
#C2DEC8
(194,222,200)
#CFE5D4
(207,229,212)
#DCECE0
(220,236,224)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67AD74 color. Also use rgb(103,173,116) instead hex code.

Text Font Color

.myTextColor { color: #67AD74; }

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

This text font color is #67AD74.


Background Color

.myBgColor { background-color: #67AD74; }

<div style="background-color:#67AD74">Inner text</div>

This div background color is #67AD74.


Border color

.myBorderColor { border: 1px solid #67AD74; }

<div style="border:3px solid #67AD74">Div</div>

This div border color is #67AD74.


Opacity

.myOpacity80 { color: #67AD74; opacity: 0.8; }

<p style="color:#67AD74;opacity:0.8;">80%</p>

Text with #67AD74 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 #67AD74;}

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

This text has shadow with #67AD74 color.

.textShadow {text-shadow: 3px 3px 1px #67AD74, 3px 3px 1px red;}

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

This text has shadow with #67AD74 primary color and red secondary color.


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

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

This text has shadow with #67AD74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67AD74 on black background.


Color preview on white background

This text has color #67AD74 on white background.



Black color preview on #67AD74 background

This text has black color on #67AD74 background.


White color preview on #67AD74 background

This text has white color on #67AD74 background.