COLOR #67B126

HEX: #67B126
RGB: (103,177,38)

Color info

#67B126 contains mainly green color. Web safe color of #67B126 is #669933 (or #693).

RGB color model

#67B126 color RGB value is (103,177,38).

  • red value is 103;
  • green value is 177;
  • blue value is 38.
RGB:
(103,177,38)
(40%,69%,15%)

RGB channels and saturation

R 103 of 255 = 40%
G 177 of 255 = 69%
B 38 of 255 = 15%

103
177
38

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

Portions of RGB colors in percentages

R + G + B =
103 + 177 + 38 = 318 (100%)
R 103 of 318 ~ 32.39%
G 177 of 318 ~ 55.66%
B 38 of 318 ~ 11.95%

%32.39
%55.66
%11.95

CMYK color model

#67B126 color CMYK value is (42,0,79,31).

  • cyan value is 41.81%
  • magenta value is 0.00%
  • yellow value is 78.53%
  • key color value is 30.59%
CMYK:
(42,0,79,31)
C42M0Y79K31 
(42%,0%,79%,31%)
(0.42/0.00/0.79/0.31)	

CMYK percentages

%41.81
%0
%78.53
%30.59

Codes

Color #67B126 in popluar color models

67B126
RGB10317738
HSL92°64.65%42.16%
HSB/HSV92°78.53%69.41%
CMYK41.81%0.00%78.53%
30.59%

Color #67B126 in popluar number systems.

HEX67B126
Decimal10317738
Binary110011110110001100110
Octal14726146

Shades and tints

Shades of #67B126

#67B126
(103,177,38)
#5EA123
(94,161,35)
#559120
(85,145,32)
#4C811D
(76,129,29)
#43711A
(67,113,26)
#3A6117
(58,97,23)
#315114
(49,81,20)
#284111
(40,65,17)
#1F310E
(31,49,14)
#16210B
(22,33,11)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #67B126

#67B126
(103,177,38)
#74B839
(116,184,57)
#81BF4C
(129,191,76)
#8EC65F
(142,198,95)
#9BCD72
(155,205,114)
#A8D485
(168,212,133)
#B5DB98
(181,219,152)
#C2E2AB
(194,226,171)
#CFE9BE
(207,233,190)
#DCF0D1
(220,240,209)
#E9F7E4
(233,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B126; }

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

This text font color is #67B126.


Background Color

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

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

This div background color is #67B126.


Border color

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

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

This div border color is #67B126.


Opacity

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

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

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

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

This text has shadow with #67B126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B126 on black background.


Color preview on white background

This text has color #67B126 on white background.



Black color preview on #67B126 background

This text has black color on #67B126 background.


White color preview on #67B126 background

This text has white color on #67B126 background.