COLOR #67BB75

HEX: #67BB75
RGB: (103,187,117)

Color info

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

RGB color model

#67BB75 color RGB value is (103,187,117).

  • red value is 103;
  • green value is 187;
  • blue value is 117.
RGB:
(103,187,117)
(40%,73%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 187 of 255 = 73%
B 117 of 255 = 46%

103
187
117

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

Portions of RGB colors in percentages

R + G + B =
103 + 187 + 117 = 407 (100%)
R 103 of 407 ~ 25.31%
G 187 of 407 ~ 45.95%
B 117 of 407 ~ 28.75%

%25.31
%45.95
%28.75

CMYK color model

#67BB75 color CMYK value is (45,0,37,27).

  • cyan value is 44.92%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 26.67%
CMYK:
(45,0,37,27)
C45M0Y37K27 
(45%,0%,37%,27%)
(0.45/0.00/0.37/0.27)	

CMYK percentages

%44.92
%0
%37.43
%26.67

Codes

Color #67BB75 in popluar color models

67BB75
RGB103187117
HSL130°38.18%56.86%
HSB/HSV130°44.92%73.33%
CMYK44.92%0.00%37.43%
26.67%

Color #67BB75 in popluar number systems.

HEX67BB75
Decimal103187117
Binary1100111101110111110101
Octal147273165

Shades and tints

Shades of #67BB75

#67BB75
(103,187,117)
#5EAA6B
(94,170,107)
#559961
(85,153,97)
#4C8857
(76,136,87)
#43774D
(67,119,77)
#3A6643
(58,102,67)
#315539
(49,85,57)
#28442F
(40,68,47)
#1F3325
(31,51,37)
#16221B
(22,34,27)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #67BB75

#67BB75
(103,187,117)
#74C181
(116,193,129)
#81C78D
(129,199,141)
#8ECD99
(142,205,153)
#9BD3A5
(155,211,165)
#A8D9B1
(168,217,177)
#B5DFBD
(181,223,189)
#C2E5C9
(194,229,201)
#CFEBD5
(207,235,213)
#DCF1E1
(220,241,225)
#E9F7ED
(233,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67BB75; }

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

This text font color is #67BB75.


Background Color

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

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

This div background color is #67BB75.


Border color

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

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

This div border color is #67BB75.


Opacity

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

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

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

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

This text has shadow with #67BB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67BB75 on black background.


Color preview on white background

This text has color #67BB75 on white background.



Black color preview on #67BB75 background

This text has black color on #67BB75 background.


White color preview on #67BB75 background

This text has white color on #67BB75 background.