COLOR #67B376

HEX: #67B376
RGB: (103,179,118)

Color info

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

RGB color model

#67B376 color RGB value is (103,179,118).

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

RGB channels and saturation

R 103 of 255 = 40%
G 179 of 255 = 70%
B 118 of 255 = 46%

103
179
118

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

Portions of RGB colors in percentages

R + G + B =
103 + 179 + 118 = 400 (100%)
R 103 of 400 ~ 25.75%
G 179 of 400 ~ 44.75%
B 118 of 400 ~ 29.5%

%25.75
%44.75
%29.5

CMYK color model

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

  • cyan value is 42.46%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 29.80%
CMYK:
(42,0,34,30)
C42M0Y34K30 
(42%,0%,34%,30%)
(0.42/0.00/0.34/0.30)	

CMYK percentages

%42.46
%0
%34.08
%29.8

Codes

Color #67B376 in popluar color models

67B376
RGB103179118
HSL132°33.33%55.29%
HSB/HSV132°42.46%70.20%
CMYK42.46%0.00%34.08%
29.80%

Color #67B376 in popluar number systems.

HEX67B376
Decimal103179118
Binary1100111101100111110110
Octal147263166

Shades and tints

Shades of #67B376

#67B376
(103,179,118)
#5EA36C
(94,163,108)
#559362
(85,147,98)
#4C8358
(76,131,88)
#43734E
(67,115,78)
#3A6344
(58,99,68)
#31533A
(49,83,58)
#284330
(40,67,48)
#1F3326
(31,51,38)
#16231C
(22,35,28)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #67B376

#67B376
(103,179,118)
#74B982
(116,185,130)
#81BF8E
(129,191,142)
#8EC59A
(142,197,154)
#9BCBA6
(155,203,166)
#A8D1B2
(168,209,178)
#B5D7BE
(181,215,190)
#C2DDCA
(194,221,202)
#CFE3D6
(207,227,214)
#DCE9E2
(220,233,226)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B376; }

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

This text font color is #67B376.


Background Color

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

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

This div background color is #67B376.


Border color

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

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

This div border color is #67B376.


Opacity

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

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

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

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

This text has shadow with #67B376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B376 on black background.


Color preview on white background

This text has color #67B376 on white background.



Black color preview on #67B376 background

This text has black color on #67B376 background.


White color preview on #67B376 background

This text has white color on #67B376 background.