COLOR #67AF7A

HEX: #67AF7A
RGB: (103,175,122)

Color info

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

RGB color model

#67AF7A color RGB value is (103,175,122).

  • red value is 103;
  • green value is 175;
  • blue value is 122.
RGB:
(103,175,122)
(40%,69%,48%)

RGB channels and saturation

R 103 of 255 = 40%
G 175 of 255 = 69%
B 122 of 255 = 48%

103
175
122

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

Portions of RGB colors in percentages

R + G + B =
103 + 175 + 122 = 400 (100%)
R 103 of 400 ~ 25.75%
G 175 of 400 ~ 43.75%
B 122 of 400 ~ 30.5%

%25.75
%43.75
%30.5

CMYK color model

#67AF7A color CMYK value is (41,0,30,31).

  • cyan value is 41.14%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 31.37%
CMYK:
(41,0,30,31)
C41M0Y30K31 
(41%,0%,30%,31%)
(0.41/0.00/0.30/0.31)	

CMYK percentages

%41.14
%0
%30.29
%31.37

Codes

Color #67AF7A in popluar color models

67AF7A
RGB103175122
HSL136°31.03%54.51%
HSB/HSV136°41.14%68.63%
CMYK41.14%0.00%30.29%
31.37%

Color #67AF7A in popluar number systems.

HEX67AF7A
Decimal103175122
Binary1100111101011111111010
Octal147257172

Shades and tints

Shades of #67AF7A

#67AF7A
(103,175,122)
#5EA06F
(94,160,111)
#559164
(85,145,100)
#4C8259
(76,130,89)
#43734E
(67,115,78)
#3A6443
(58,100,67)
#315538
(49,85,56)
#28462D
(40,70,45)
#1F3722
(31,55,34)
#162817
(22,40,23)
#0D190C
(13,25,12)
#000000
(0,0,0)

Tints of #67AF7A

#67AF7A
(103,175,122)
#74B686
(116,182,134)
#81BD92
(129,189,146)
#8EC49E
(142,196,158)
#9BCBAA
(155,203,170)
#A8D2B6
(168,210,182)
#B5D9C2
(181,217,194)
#C2E0CE
(194,224,206)
#CFE7DA
(207,231,218)
#DCEEE6
(220,238,230)
#E9F5F2
(233,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67AF7A color. Also use rgb(103,175,122) instead hex code.

Text Font Color

.myTextColor { color: #67AF7A; }

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

This text font color is #67AF7A.


Background Color

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

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

This div background color is #67AF7A.


Border color

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

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

This div border color is #67AF7A.


Opacity

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

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

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

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

This text has shadow with #67AF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67AF7A on black background.


Color preview on white background

This text has color #67AF7A on white background.



Black color preview on #67AF7A background

This text has black color on #67AF7A background.


White color preview on #67AF7A background

This text has white color on #67AF7A background.