COLOR #67A972

HEX: #67A972
RGB: (103,169,114)

Color info

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

RGB color model

#67A972 color RGB value is (103,169,114).

  • red value is 103;
  • green value is 169;
  • blue value is 114.
RGB:
(103,169,114)
(40%,66%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 169 of 255 = 66%
B 114 of 255 = 45%

103
169
114

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

Portions of RGB colors in percentages

R + G + B =
103 + 169 + 114 = 386 (100%)
R 103 of 386 ~ 26.68%
G 169 of 386 ~ 43.78%
B 114 of 386 ~ 29.53%

%26.68
%43.78
%29.53

CMYK color model

#67A972 color CMYK value is (39,0,33,34).

  • cyan value is 39.05%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 33.73%
CMYK:
(39,0,33,34)
C39M0Y33K34 
(39%,0%,33%,34%)
(0.39/0.00/0.33/0.34)	

CMYK percentages

%39.05
%0
%32.54
%33.73

Codes

Color #67A972 in popluar color models

67A972
RGB103169114
HSL130°27.73%53.33%
HSB/HSV130°39.05%66.27%
CMYK39.05%0.00%32.54%
33.73%

Color #67A972 in popluar number systems.

HEX67A972
Decimal103169114
Binary1100111101010011110010
Octal147251162

Shades and tints

Shades of #67A972

#67A972
(103,169,114)
#5E9A68
(94,154,104)
#558B5E
(85,139,94)
#4C7C54
(76,124,84)
#436D4A
(67,109,74)
#3A5E40
(58,94,64)
#314F36
(49,79,54)
#28402C
(40,64,44)
#1F3122
(31,49,34)
#162218
(22,34,24)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #67A972

#67A972
(103,169,114)
#74B07E
(116,176,126)
#81B78A
(129,183,138)
#8EBE96
(142,190,150)
#9BC5A2
(155,197,162)
#A8CCAE
(168,204,174)
#B5D3BA
(181,211,186)
#C2DAC6
(194,218,198)
#CFE1D2
(207,225,210)
#DCE8DE
(220,232,222)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67A972; }

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

This text font color is #67A972.


Background Color

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

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

This div background color is #67A972.


Border color

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

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

This div border color is #67A972.


Opacity

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

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

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

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

This text has shadow with #67A972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A972 on black background.


Color preview on white background

This text has color #67A972 on white background.



Black color preview on #67A972 background

This text has black color on #67A972 background.


White color preview on #67A972 background

This text has white color on #67A972 background.