COLOR #67BD78

HEX: #67BD78
RGB: (103,189,120)

Color info

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

RGB color model

#67BD78 color RGB value is (103,189,120).

  • red value is 103;
  • green value is 189;
  • blue value is 120.
RGB:
(103,189,120)
(40%,74%,47%)

RGB channels and saturation

R 103 of 255 = 40%
G 189 of 255 = 74%
B 120 of 255 = 47%

103
189
120

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

Portions of RGB colors in percentages

R + G + B =
103 + 189 + 120 = 412 (100%)
R 103 of 412 ~ 25%
G 189 of 412 ~ 45.87%
B 120 of 412 ~ 29.13%

%25
%45.87
%29.13

CMYK color model

#67BD78 color CMYK value is (46,0,37,26).

  • cyan value is 45.50%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 25.88%
CMYK:
(46,0,37,26)
C46M0Y37K26 
(46%,0%,37%,26%)
(0.46/0.00/0.37/0.26)	

CMYK percentages

%45.5
%0
%36.51
%25.88

Codes

Color #67BD78 in popluar color models

67BD78
RGB103189120
HSL132°39.45%57.25%
HSB/HSV132°45.50%74.12%
CMYK45.50%0.00%36.51%
25.88%

Color #67BD78 in popluar number systems.

HEX67BD78
Decimal103189120
Binary1100111101111011111000
Octal147275170

Shades and tints

Shades of #67BD78

#67BD78
(103,189,120)
#5EAC6E
(94,172,110)
#559B64
(85,155,100)
#4C8A5A
(76,138,90)
#437950
(67,121,80)
#3A6846
(58,104,70)
#31573C
(49,87,60)
#284632
(40,70,50)
#1F3528
(31,53,40)
#16241E
(22,36,30)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #67BD78

#67BD78
(103,189,120)
#74C384
(116,195,132)
#81C990
(129,201,144)
#8ECF9C
(142,207,156)
#9BD5A8
(155,213,168)
#A8DBB4
(168,219,180)
#B5E1C0
(181,225,192)
#C2E7CC
(194,231,204)
#CFEDD8
(207,237,216)
#DCF3E4
(220,243,228)
#E9F9F0
(233,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67BD78; }

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

This text font color is #67BD78.


Background Color

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

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

This div background color is #67BD78.


Border color

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

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

This div border color is #67BD78.


Opacity

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

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

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

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

This text has shadow with #67BD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67BD78 on black background.


Color preview on white background

This text has color #67BD78 on white background.



Black color preview on #67BD78 background

This text has black color on #67BD78 background.


White color preview on #67BD78 background

This text has white color on #67BD78 background.