COLOR #67B267

HEX: #67B267
RGB: (103,178,103)

Color info

#67B267 contains mainly green color. Web safe color of #67B267 is #669966 (or #696).

RGB color model

#67B267 color RGB value is (103,178,103).

  • red value is 103;
  • green value is 178;
  • blue value is 103.
RGB:
(103,178,103)
(40%,70%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 178 of 255 = 70%
B 103 of 255 = 40%

103
178
103

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

Portions of RGB colors in percentages

R + G + B =
103 + 178 + 103 = 384 (100%)
R 103 of 384 ~ 26.82%
G 178 of 384 ~ 46.35%
B 103 of 384 ~ 26.82%

%26.82
%46.35
%26.82

CMYK color model

#67B267 color CMYK value is (42,0,42,30).

  • cyan value is 42.13%
  • magenta value is 0.00%
  • yellow value is 42.13%
  • key color value is 30.20%
CMYK:
(42,0,42,30)
C42M0Y42K30 
(42%,0%,42%,30%)
(0.42/0.00/0.42/0.30)	

CMYK percentages

%42.13
%0
%42.13
%30.2

Codes

Color #67B267 in popluar color models

67B267
RGB103178103
HSL120°32.75%55.10%
HSB/HSV120°42.13%69.80%
CMYK42.13%0.00%42.13%
30.20%

Color #67B267 in popluar number systems.

HEX67B267
Decimal103178103
Binary1100111101100101100111
Octal147262147

Shades and tints

Shades of #67B267

#67B267
(103,178,103)
#5EA25E
(94,162,94)
#559255
(85,146,85)
#4C824C
(76,130,76)
#437243
(67,114,67)
#3A623A
(58,98,58)
#315231
(49,82,49)
#284228
(40,66,40)
#1F321F
(31,50,31)
#162216
(22,34,22)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #67B267

#67B267
(103,178,103)
#74B974
(116,185,116)
#81C081
(129,192,129)
#8EC78E
(142,199,142)
#9BCE9B
(155,206,155)
#A8D5A8
(168,213,168)
#B5DCB5
(181,220,181)
#C2E3C2
(194,227,194)
#CFEACF
(207,234,207)
#DCF1DC
(220,241,220)
#E9F8E9
(233,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B267; }

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

This text font color is #67B267.


Background Color

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

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

This div background color is #67B267.


Border color

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

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

This div border color is #67B267.


Opacity

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

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

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

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

This text has shadow with #67B267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B267 on black background.


Color preview on white background

This text has color #67B267 on white background.



Black color preview on #67B267 background

This text has black color on #67B267 background.


White color preview on #67B267 background

This text has white color on #67B267 background.