COLOR #67A981

HEX: #67A981 RGB: (103,169,129)

Color info

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

RGB color model

#67A981 color RGB value is (103,169,129).

RGB: (103,169,129) (40%, 66%, 51%)

RGB channels and saturation

R 103 of 255 = 40%
G 169 of 255 = 66%
B 129 of 255 = 51%

103
169
129

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

Portions of RGB colors in percentages

R + G + B = 103 + 169 + 129 = 401 (100%)
R 103 of 401 ~ 25.69%
G 169 of 401 ~ 42.14%
B 129 of 401 ~ 32.17'%

%25.69
%42.14
%32.17

CMYK color model

#67A981 color CMYK value is (39,0,24,34).

  • cyan value is 39.05%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%

CMYK: (39,0,24,34)
C39M0Y24K34 (39%, 0%, 24%, 34%)
(0.39 / 0.00 / 0.24 / 0.34)

CMYK percentages

%39.05
%0
%23.67
%33.73

Codes

Color #67A981 in popluar color models

67 A9 81
RGB 103 169 129
HSL 144° 27.73% 53.33%
HSB/HSV 144° 39.05% 66.27%
CMYK 39.05% 0.00% 23.67%
33.73%

Color #67A981 in popluar number systems.

HEX 67 A9 81
Decimal 103 169 129
Binary 1100111 10101001 10000001
Octal 147 251 201

Shades and tints

Shades of #67A981

#67A981
(103,169,129)
#5E9A76
(94,154,118)
#558B6B
(85,139,107)
#4C7C60
(76,124,96)
#436D55
(67,109,85)
#3A5E4A
(58,94,74)
#314F3F
(49,79,63)
#284034
(40,64,52)
#1F3129
(31,49,41)
#16221E
(22,34,30)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #67A981

#67A981
(103,169,129)
#74B08C
(116,176,140)
#81B797
(129,183,151)
#8EBEA2
(142,190,162)
#9BC5AD
(155,197,173)
#A8CCB8
(168,204,184)
#B5D3C3
(181,211,195)
#C2DACE
(194,218,206)
#CFE1D9
(207,225,217)
#DCE8E4
(220,232,228)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A981 color. Also use rgb(103,169,129) instead hex code.

Text Font Color

.myTextColor { color: #67A981; }

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

This text font color is #67A981.

Background Color

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

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

This div background color is #67A981.

Border color

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

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

This div border color is #67A981.

Opacity

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

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

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

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

This text has shadow with #67A981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67A981.

Preview

Color preview on black background

This text has color #67A981 on black background.


Color preview on white background

This text has color #67A981 on white background.


Black color preview on #67A981 background

This text has black color on #67A981 background.


White color preview on #67A981 background

This text has white color on #67A981 background.


Related colors

Complementary color

Complementary color for #hex is #98567E.


I love getcolorcode.com

Triadic colors

1 #8167A9 and #A98167 with #67A981 are triadic colors.

2 #81A967 and #A96781 with #67A981 are triadic colors.