COLOR #67AE72

HEX: #67AE72 RGB: (103,174,114)

Color info

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

RGB color model

#67AE72 color RGB value is (103,174,114).

RGB: (103,174,114) (40%, 68%, 45%)

RGB channels and saturation

R 103 of 255 = 40%
G 174 of 255 = 68%
B 114 of 255 = 45%

103
174
114

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

Portions of RGB colors in percentages

R + G + B = 103 + 174 + 114 = 391 (100%)
R 103 of 391 ~ 26.34%
G 174 of 391 ~ 44.5%
B 114 of 391 ~ 29.16'%

%26.34
%44.5
%29.16

CMYK color model

#67AE72 color CMYK value is (41,0,34,32).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 31.76%

CMYK: (41,0,34,32)
C41M0Y34K32 (41%, 0%, 34%, 32%)
(0.41 / 0.00 / 0.34 / 0.32)

CMYK percentages

%40.8
%0
%34.48
%31.76

Codes

Color #67AE72 in popluar color models

67 AE 72
RGB 103 174 114
HSL 129° 30.47% 54.31%
HSB/HSV 129° 40.80% 68.24%
CMYK 40.80% 0.00% 34.48%
31.76%

Color #67AE72 in popluar number systems.

HEX 67 AE 72
Decimal 103 174 114
Binary 1100111 10101110 1110010
Octal 147 256 162

Shades and tints

Shades of #67AE72

#67AE72
(103,174,114)
#5E9F68
(94,159,104)
#55905E
(85,144,94)
#4C8154
(76,129,84)
#43724A
(67,114,74)
#3A6340
(58,99,64)
#315436
(49,84,54)
#28452C
(40,69,44)
#1F3622
(31,54,34)
#162718
(22,39,24)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #67AE72

#67AE72
(103,174,114)
#74B57E
(116,181,126)
#81BC8A
(129,188,138)
#8EC396
(142,195,150)
#9BCAA2
(155,202,162)
#A8D1AE
(168,209,174)
#B5D8BA
(181,216,186)
#C2DFC6
(194,223,198)
#CFE6D2
(207,230,210)
#DCEDDE
(220,237,222)
#E9F4EA
(233,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67AE72 color. Also use rgb(103,174,114) instead hex code.

Text Font Color

.myTextColor { color: #67AE72; }

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

This text font color is #67AE72.

Background Color

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

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

This div background color is #67AE72.

Border color

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

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

This div border color is #67AE72.

Opacity

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

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

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

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

This text has shadow with #67AE72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67AE72.

Preview

Color preview on black background

This text has color #67AE72 on black background.


Color preview on white background

This text has color #67AE72 on white background.


Black color preview on #67AE72 background

This text has black color on #67AE72 background.


White color preview on #67AE72 background

This text has white color on #67AE72 background.


Related colors

Complementary color

Complementary color for #hex is #98518D.


I love getcolorcode.com

Triadic colors

1 #7267AE and #AE7267 with #67AE72 are triadic colors.

2 #72AE67 and #AE6772 with #67AE72 are triadic colors.