COLOR #67AD6D

HEX: #67AD6D
RGB: (103,173,109)

Color info

#67AD6D contains mainly green color. Web safe color of #67AD6D is #669966 (or #696).

RGB color model

#67AD6D color RGB value is (103,173,109).

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

RGB channels and saturation

R 103 of 255 = 40%
G 173 of 255 = 68%
B 109 of 255 = 43%

103
173
109

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

Portions of RGB colors in percentages

R + G + B =
103 + 173 + 109 = 385 (100%)
R 103 of 385 ~ 26.75%
G 173 of 385 ~ 44.94%
B 109 of 385 ~ 28.31%

%26.75
%44.94
%28.31

CMYK color model

#67AD6D color CMYK value is (40,0,37,32).

  • cyan value is 40.46%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 32.16%
CMYK:
(40,0,37,32)
C40M0Y37K32 
(40%,0%,37%,32%)
(0.40/0.00/0.37/0.32)	

CMYK percentages

%40.46
%0
%36.99
%32.16

Codes

Color #67AD6D in popluar color models

67AD6D
RGB103173109
HSL125°29.91%54.12%
HSB/HSV125°40.46%67.84%
CMYK40.46%0.00%36.99%
32.16%

Color #67AD6D in popluar number systems.

HEX67AD6D
Decimal103173109
Binary1100111101011011101101
Octal147255155

Shades and tints

Shades of #67AD6D

#67AD6D
(103,173,109)
#5E9E64
(94,158,100)
#558F5B
(85,143,91)
#4C8052
(76,128,82)
#437149
(67,113,73)
#3A6240
(58,98,64)
#315337
(49,83,55)
#28442E
(40,68,46)
#1F3525
(31,53,37)
#16261C
(22,38,28)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #67AD6D

#67AD6D
(103,173,109)
#74B47A
(116,180,122)
#81BB87
(129,187,135)
#8EC294
(142,194,148)
#9BC9A1
(155,201,161)
#A8D0AE
(168,208,174)
#B5D7BB
(181,215,187)
#C2DEC8
(194,222,200)
#CFE5D5
(207,229,213)
#DCECE2
(220,236,226)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67AD6D; }

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

This text font color is #67AD6D.


Background Color

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

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

This div background color is #67AD6D.


Border color

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

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

This div border color is #67AD6D.


Opacity

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

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

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

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

This text has shadow with #67AD6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67AD6D on black background.


Color preview on white background

This text has color #67AD6D on white background.



Black color preview on #67AD6D background

This text has black color on #67AD6D background.


White color preview on #67AD6D background

This text has white color on #67AD6D background.