COLOR #67B76B

HEX: #67B76B RGB: (103,183,107)

Color info

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

RGB color model

#67B76B color RGB value is (103,183,107).

RGB: (103,183,107) (40%, 72%, 42%)

RGB channels and saturation

R 103 of 255 = 40%
G 183 of 255 = 72%
B 107 of 255 = 42%

103
183
107

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

Portions of RGB colors in percentages

R + G + B = 103 + 183 + 107 = 393 (100%)
R 103 of 393 ~ 26.21%
G 183 of 393 ~ 46.56%
B 107 of 393 ~ 27.23'%

%26.21
%46.56
%27.23

CMYK color model

#67B76B color CMYK value is (44,0,42,28).

  • cyan value is 43.72%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 28.24%

CMYK: (44,0,42,28)
C44M0Y42K28 (44%, 0%, 42%, 28%)
(0.44 / 0.00 / 0.42 / 0.28)

CMYK percentages

%43.72
%0
%41.53
%28.24

Codes

Color #67B76B in popluar color models

67 B7 6B
RGB 103 183 107
HSL 123° 35.71% 56.08%
HSB/HSV 123° 43.72% 71.76%
CMYK 43.72% 0.00% 41.53%
28.24%

Color #67B76B in popluar number systems.

HEX 67 B7 6B
Decimal 103 183 107
Binary 1100111 10110111 1101011
Octal 147 267 153

Shades and tints

Shades of #67B76B

#67B76B
(103,183,107)
#5EA762
(94,167,98)
#559759
(85,151,89)
#4C8750
(76,135,80)
#437747
(67,119,71)
#3A673E
(58,103,62)
#315735
(49,87,53)
#28472C
(40,71,44)
#1F3723
(31,55,35)
#16271A
(22,39,26)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #67B76B

#67B76B
(103,183,107)
#74BD78
(116,189,120)
#81C385
(129,195,133)
#8EC992
(142,201,146)
#9BCF9F
(155,207,159)
#A8D5AC
(168,213,172)
#B5DBB9
(181,219,185)
#C2E1C6
(194,225,198)
#CFE7D3
(207,231,211)
#DCEDE0
(220,237,224)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B76B; }

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

This text font color is #67B76B.

Background Color

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

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

This div background color is #67B76B.

Border color

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

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

This div border color is #67B76B.

Opacity

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

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

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

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

This text has shadow with #67B76B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67B76B.

Preview

Color preview on black background

This text has color #67B76B on black background.


Color preview on white background

This text has color #67B76B on white background.


Black color preview on #67B76B background

This text has black color on #67B76B background.


White color preview on #67B76B background

This text has white color on #67B76B background.


Related colors

Complementary color

Complementary color for #hex is #984894.


I love getcolorcode.com

Triadic colors

1 #6B67B7 and #B76B67 with #67B76B are triadic colors.

2 #6BB767 and #B7676B with #67B76B are triadic colors.