COLOR #67A490

HEX: #67A490 RGB: (103,164,144)

Color info

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

RGB color model

#67A490 color RGB value is (103,164,144).

RGB: (103,164,144) (40%, 64%, 56%)

RGB channels and saturation

R 103 of 255 = 40%
G 164 of 255 = 64%
B 144 of 255 = 56%

103
164
144

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

Portions of RGB colors in percentages

R + G + B = 103 + 164 + 144 = 411 (100%)
R 103 of 411 ~ 25.06%
G 164 of 411 ~ 39.9%
B 144 of 411 ~ 35.04'%

%25.06
%39.9
%35.04

CMYK color model

#67A490 color CMYK value is (37,0,12,36).

  • cyan value is 37.20%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 35.69%

CMYK: (37,0,12,36)
C37M0Y12K36 (37%, 0%, 12%, 36%)
(0.37 / 0.00 / 0.12 / 0.36)

CMYK percentages

%37.2
%0
%12.2
%35.69

Codes

Color #67A490 in popluar color models

67 A4 90
RGB 103 164 144
HSL 160° 25.10% 52.35%
HSB/HSV 160° 37.20% 64.31%
CMYK 37.20% 0.00% 12.20%
35.69%

Color #67A490 in popluar number systems.

HEX 67 A4 90
Decimal 103 164 144
Binary 1100111 10100100 10010000
Octal 147 244 220

Shades and tints

Shades of #67A490

#67A490
(103,164,144)
#5E9683
(94,150,131)
#558876
(85,136,118)
#4C7A69
(76,122,105)
#436C5C
(67,108,92)
#3A5E4F
(58,94,79)
#315042
(49,80,66)
#284235
(40,66,53)
#1F3428
(31,52,40)
#16261B
(22,38,27)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #67A490

#67A490
(103,164,144)
#74AC9A
(116,172,154)
#81B4A4
(129,180,164)
#8EBCAE
(142,188,174)
#9BC4B8
(155,196,184)
#A8CCC2
(168,204,194)
#B5D4CC
(181,212,204)
#C2DCD6
(194,220,214)
#CFE4E0
(207,228,224)
#DCECEA
(220,236,234)
#E9F4F4
(233,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A490 color. Also use rgb(103,164,144) instead hex code.

Text Font Color

.myTextColor { color: #67A490; }

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

This text font color is #67A490.

Background Color

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

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

This div background color is #67A490.

Border color

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

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

This div border color is #67A490.

Opacity

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

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

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

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

This text has shadow with #67A490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67A490.

Preview

Color preview on black background

This text has color #67A490 on black background.


Color preview on white background

This text has color #67A490 on white background.


Black color preview on #67A490 background

This text has black color on #67A490 background.


White color preview on #67A490 background

This text has white color on #67A490 background.


Related colors

Complementary color

Complementary color for #hex is #985B6F.


I love getcolorcode.com

Triadic colors

1 #9067A4 and #A49067 with #67A490 are triadic colors.

2 #90A467 and #A46790 with #67A490 are triadic colors.