COLOR #67AC62

HEX: #67AC62 RGB: (103,172,98)

Color info

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

RGB color model

#67AC62 color RGB value is (103,172,98).

RGB: (103,172,98) (40%, 67%, 38%)

RGB channels and saturation

R 103 of 255 = 40%
G 172 of 255 = 67%
B 98 of 255 = 38%

103
172
98

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

Portions of RGB colors in percentages

R + G + B = 103 + 172 + 98 = 373 (100%)
R 103 of 373 ~ 27.61%
G 172 of 373 ~ 46.11%
B 98 of 373 ~ 26.27'%

%27.61
%46.11
%26.27

CMYK color model

#67AC62 color CMYK value is (40,0,43,33).

  • cyan value is 40.12%
  • magenta value is 0.00%
  • yellow value is 43.02%
  • key color value is 32.55%

CMYK: (40,0,43,33)
C40M0Y43K33 (40%, 0%, 43%, 33%)
(0.40 / 0.00 / 0.43 / 0.33)

CMYK percentages

%40.12
%0
%43.02
%32.55

Codes

Color #67AC62 in popluar color models

67 AC 62
RGB 103 172 98
HSL 116° 30.83% 52.94%
HSB/HSV 116° 43.02% 67.45%
CMYK 40.12% 0.00% 43.02%
32.55%

Color #67AC62 in popluar number systems.

HEX 67 AC 62
Decimal 103 172 98
Binary 1100111 10101100 1100010
Octal 147 254 142

Shades and tints

Shades of #67AC62

#67AC62
(103,172,98)
#5E9D5A
(94,157,90)
#558E52
(85,142,82)
#4C7F4A
(76,127,74)
#437042
(67,112,66)
#3A613A
(58,97,58)
#315232
(49,82,50)
#28432A
(40,67,42)
#1F3422
(31,52,34)
#16251A
(22,37,26)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #67AC62

#67AC62
(103,172,98)
#74B370
(116,179,112)
#81BA7E
(129,186,126)
#8EC18C
(142,193,140)
#9BC89A
(155,200,154)
#A8CFA8
(168,207,168)
#B5D6B6
(181,214,182)
#C2DDC4
(194,221,196)
#CFE4D2
(207,228,210)
#DCEBE0
(220,235,224)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67AC62 color. Also use rgb(103,172,98) instead hex code.

Text Font Color

.myTextColor { color: #67AC62; }

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

This text font color is #67AC62.

Background Color

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

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

This div background color is #67AC62.

Border color

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

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

This div border color is #67AC62.

Opacity

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

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

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

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

This text has shadow with #67AC62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67AC62.

Preview

Color preview on black background

This text has color #67AC62 on black background.


Color preview on white background

This text has color #67AC62 on white background.


Black color preview on #67AC62 background

This text has black color on #67AC62 background.


White color preview on #67AC62 background

This text has white color on #67AC62 background.


Related colors

Complementary color

Complementary color for #hex is #98539D.


I love getcolorcode.com

Triadic colors

1 #6267AC and #AC6267 with #67AC62 are triadic colors.

2 #62AC67 and #AC6762 with #67AC62 are triadic colors.