COLOR #67A59A

HEX: #67A59A RGB: (103,165,154)

Color info

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

RGB color model

#67A59A color RGB value is (103,165,154).

RGB: (103,165,154) (40%, 65%, 60%)

RGB channels and saturation

R 103 of 255 = 40%
G 165 of 255 = 65%
B 154 of 255 = 60%

103
165
154

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

Portions of RGB colors in percentages

R + G + B = 103 + 165 + 154 = 422 (100%)
R 103 of 422 ~ 24.41%
G 165 of 422 ~ 39.1%
B 154 of 422 ~ 36.49'%

%24.41
%39.1
%36.49

CMYK color model

#67A59A color CMYK value is (38,0,7,35).

  • cyan value is 37.58%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%

CMYK: (38,0,7,35)
C38M0Y7K35 (38%, 0%, 7%, 35%)
(0.38 / 0.00 / 0.07 / 0.35)

CMYK percentages

%37.58
%0
%6.67
%35.29

Codes

Color #67A59A in popluar color models

67 A5 9A
RGB 103 165 154
HSL 169° 25.62% 52.55%
HSB/HSV 169° 37.58% 64.71%
CMYK 37.58% 0.00% 6.67%
35.29%

Color #67A59A in popluar number systems.

HEX 67 A5 9A
Decimal 103 165 154
Binary 1100111 10100101 10011010
Octal 147 245 232

Shades and tints

Shades of #67A59A

#67A59A
(103,165,154)
#5E968C
(94,150,140)
#55877E
(85,135,126)
#4C7870
(76,120,112)
#436962
(67,105,98)
#3A5A54
(58,90,84)
#314B46
(49,75,70)
#283C38
(40,60,56)
#1F2D2A
(31,45,42)
#161E1C
(22,30,28)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #67A59A

#67A59A
(103,165,154)
#74ADA3
(116,173,163)
#81B5AC
(129,181,172)
#8EBDB5
(142,189,181)
#9BC5BE
(155,197,190)
#A8CDC7
(168,205,199)
#B5D5D0
(181,213,208)
#C2DDD9
(194,221,217)
#CFE5E2
(207,229,226)
#DCEDEB
(220,237,235)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A59A color. Also use rgb(103,165,154) instead hex code.

Text Font Color

.myTextColor { color: #67A59A; }

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

This text font color is #67A59A.

Background Color

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

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

This div background color is #67A59A.

Border color

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

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

This div border color is #67A59A.

Opacity

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

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

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

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

This text has shadow with #67A59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67A59A.

Preview

Color preview on black background

This text has color #67A59A on black background.


Color preview on white background

This text has color #67A59A on white background.


Black color preview on #67A59A background

This text has black color on #67A59A background.


White color preview on #67A59A background

This text has white color on #67A59A background.


Related colors

Complementary color

Complementary color for #hex is #985A65.


I love getcolorcode.com

Triadic colors

1 #9A67A5 and #A59A67 with #67A59A are triadic colors.

2 #9AA567 and #A5679A with #67A59A are triadic colors.