COLOR #67A06B

HEX: #67A06B RGB: (103,160,107)

Color info

#67A06B contains red, green and blue colors in about the same proportion. Web safe color of #67A06B is #669966 (or #696).

RGB color model

#67A06B color RGB value is (103,160,107).

RGB: (103,160,107) (40%, 63%, 42%)

RGB channels and saturation

R 103 of 255 = 40%
G 160 of 255 = 63%
B 107 of 255 = 42%

103
160
107

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

Portions of RGB colors in percentages

R + G + B = 103 + 160 + 107 = 370 (100%)
R 103 of 370 ~ 27.84%
G 160 of 370 ~ 43.24%
B 107 of 370 ~ 28.92'%

%27.84
%43.24
%28.92

CMYK color model

#67A06B color CMYK value is (36,0,33,37).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 37.25%
CMYK: (36,0,33,37) C36M0Y33K37 (36%,0%,33%,37%) (0.36/0.00/0.33/0.37) 

CMYK percentages

%35.63
%0
%33.13
%37.25

Codes

Color #67A06B in popluar color models

67 A0 6B
RGB 103 160 107
HSL 124° 23.08% 51.57%
HSB/HSV 124° 35.63% 62.75%
CMYK 35.63% 0.00% 33.13%
37.25%

Color #67A06B in popluar number systems.

HEX 67 A0 6B
Decimal 103 160 107
Binary 1100111 10100000 1101011
Octal 147 240 153

Shades and tints

Shades of #67A06B

#67A06B
(103,160,107)
#5E9262
(94,146,98)
#558459
(85,132,89)
#4C7650
(76,118,80)
#436847
(67,104,71)
#3A5A3E
(58,90,62)
#314C35
(49,76,53)
#283E2C
(40,62,44)
#1F3023
(31,48,35)
#16221A
(22,34,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #67A06B

#67A06B
(103,160,107)
#74A878
(116,168,120)
#81B085
(129,176,133)
#8EB892
(142,184,146)
#9BC09F
(155,192,159)
#A8C8AC
(168,200,172)
#B5D0B9
(181,208,185)
#C2D8C6
(194,216,198)
#CFE0D3
(207,224,211)
#DCE8E0
(220,232,224)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A06B color. Also use rgb(103,160,107) instead hex code.

Text Font Color

.myTextColor { color: #67A06B; }

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

This text font color is #67A06B.

Background Color

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

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

This div background color is #67A06B.

Border color

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

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

This div border color is #67A06B.

Opacity

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

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

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

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

This text has shadow with #67A06B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67A06B.

Preview

Color preview on black background

This text has color #67A06B on black background.


Color preview on white background

This text has color #67A06B on white background.


Black color preview on #67A06B background

This text has black color on #67A06B background.


White color preview on #67A06B background

This text has white color on #67A06B background.


Related colors

Complementary color

Complementary color for #hex is #985F94.


I love getcolorcode.com

Triadic colors

1 #6B67A0 and #A06B67 with #67A06B are triadic colors.

2 #6BA067 and #A0676B with #67A06B are triadic colors.