COLOR #67BB6F

HEX: #67BB6F
RGB: (103,187,111)

Color info

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

RGB color model

#67BB6F color RGB value is (103,187,111).

  • red value is 103;
  • green value is 187;
  • blue value is 111.
RGB:
(103,187,111)
(40%,73%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 187 of 255 = 73%
B 111 of 255 = 44%

103
187
111

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

Portions of RGB colors in percentages

R + G + B =
103 + 187 + 111 = 401 (100%)
R 103 of 401 ~ 25.69%
G 187 of 401 ~ 46.63%
B 111 of 401 ~ 27.68%

%25.69
%46.63
%27.68

CMYK color model

#67BB6F color CMYK value is (45,0,41,27).

  • cyan value is 44.92%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 26.67%
CMYK:
(45,0,41,27)
C45M0Y41K27 
(45%,0%,41%,27%)
(0.45/0.00/0.41/0.27)	

CMYK percentages

%44.92
%0
%40.64
%26.67

Codes

Color #67BB6F in popluar color models

67BB6F
RGB103187111
HSL126°38.18%56.86%
HSB/HSV126°44.92%73.33%
CMYK44.92%0.00%40.64%
26.67%

Color #67BB6F in popluar number systems.

HEX67BB6F
Decimal103187111
Binary1100111101110111101111
Octal147273157

Shades and tints

Shades of #67BB6F

#67BB6F
(103,187,111)
#5EAA65
(94,170,101)
#55995B
(85,153,91)
#4C8851
(76,136,81)
#437747
(67,119,71)
#3A663D
(58,102,61)
#315533
(49,85,51)
#284429
(40,68,41)
#1F331F
(31,51,31)
#162215
(22,34,21)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #67BB6F

#67BB6F
(103,187,111)
#74C17C
(116,193,124)
#81C789
(129,199,137)
#8ECD96
(142,205,150)
#9BD3A3
(155,211,163)
#A8D9B0
(168,217,176)
#B5DFBD
(181,223,189)
#C2E5CA
(194,229,202)
#CFEBD7
(207,235,215)
#DCF1E4
(220,241,228)
#E9F7F1
(233,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67BB6F color. Also use rgb(103,187,111) instead hex code.

Text Font Color

.myTextColor { color: #67BB6F; }

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

This text font color is #67BB6F.


Background Color

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

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

This div background color is #67BB6F.


Border color

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

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

This div border color is #67BB6F.


Opacity

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

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

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

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

This text has shadow with #67BB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67BB6F on black background.


Color preview on white background

This text has color #67BB6F on white background.



Black color preview on #67BB6F background

This text has black color on #67BB6F background.


White color preview on #67BB6F background

This text has white color on #67BB6F background.