COLOR #67B66C

HEX: #67B66C RGB: (103,182,108)

Color info

#67B66C contains mainly green color. Web safe color of #67B66C is #66CC66 (or #6C6).

RGB color model

#67B66C color RGB value is (103,182,108).

RGB: (103,182,108) (40%, 71%, 42%)

RGB channels and saturation

R 103 of 255 = 40%
G 182 of 255 = 71%
B 108 of 255 = 42%

103
182
108

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

Portions of RGB colors in percentages

R + G + B = 103 + 182 + 108 = 393 (100%)
R 103 of 393 ~ 26.21%
G 182 of 393 ~ 46.31%
B 108 of 393 ~ 27.48'%

%26.21
%46.31
%27.48

CMYK color model

#67B66C color CMYK value is (43,0,41,29).

  • cyan value is 43.41%
  • magenta value is 0.00%
  • yellow value is 40.66%
  • key color value is 28.63%

CMYK: (43,0,41,29)
C43M0Y41K29 (43%, 0%, 41%, 29%)
(0.43 / 0.00 / 0.41 / 0.29)

CMYK percentages

%43.41
%0
%40.66
%28.63

Codes

Color #67B66C in popluar color models

67 B6 6C
RGB 103 182 108
HSL 124° 35.11% 55.88%
HSB/HSV 124° 43.41% 71.37%
CMYK 43.41% 0.00% 40.66%
28.63%

Color #67B66C in popluar number systems.

HEX 67 B6 6C
Decimal 103 182 108
Binary 1100111 10110110 1101100
Octal 147 266 154

Shades and tints

Shades of #67B66C

#67B66C
(103,182,108)
#5EA663
(94,166,99)
#55965A
(85,150,90)
#4C8651
(76,134,81)
#437648
(67,118,72)
#3A663F
(58,102,63)
#315636
(49,86,54)
#28462D
(40,70,45)
#1F3624
(31,54,36)
#16261B
(22,38,27)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #67B66C

#67B66C
(103,182,108)
#74BC79
(116,188,121)
#81C286
(129,194,134)
#8EC893
(142,200,147)
#9BCEA0
(155,206,160)
#A8D4AD
(168,212,173)
#B5DABA
(181,218,186)
#C2E0C7
(194,224,199)
#CFE6D4
(207,230,212)
#DCECE1
(220,236,225)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B66C color. Also use rgb(103,182,108) instead hex code.

Text Font Color

.myTextColor { color: #67B66C; }

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

This text font color is #67B66C.

Background Color

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

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

This div background color is #67B66C.

Border color

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

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

This div border color is #67B66C.

Opacity

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

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

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

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

This text has shadow with #67B66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67B66C.

Preview

Color preview on black background

This text has color #67B66C on black background.


Color preview on white background

This text has color #67B66C on white background.


Black color preview on #67B66C background

This text has black color on #67B66C background.


White color preview on #67B66C background

This text has white color on #67B66C background.


Related colors

Complementary color

Complementary color for #hex is #984993.


I love getcolorcode.com

Triadic colors

1 #6C67B6 and #B66C67 with #67B66C are triadic colors.

2 #6CB667 and #B6676C with #67B66C are triadic colors.