COLOR #67B595

HEX: #67B595 RGB: (103,181,149)

Color info

#67B595 contains mainly green and blue colors. Web safe color of #67B595 is #66CC99 (or #6C9).

RGB color model

#67B595 color RGB value is (103,181,149).

RGB: (103,181,149) (40%, 71%, 58%)

RGB channels and saturation

R 103 of 255 = 40%
G 181 of 255 = 71%
B 149 of 255 = 58%

103
181
149

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

Portions of RGB colors in percentages

R + G + B = 103 + 181 + 149 = 433 (100%)
R 103 of 433 ~ 23.79%
G 181 of 433 ~ 41.8%
B 149 of 433 ~ 34.41'%

%23.79
%41.8
%34.41

CMYK color model

#67B595 color CMYK value is (43,0,18,29).

  • cyan value is 43.09%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 29.02%

CMYK: (43,0,18,29)
C43M0Y18K29 (43%, 0%, 18%, 29%)
(0.43 / 0.00 / 0.18 / 0.29)

CMYK percentages

%43.09
%0
%17.68
%29.02

Codes

Color #67B595 in popluar color models

67 B5 95
RGB 103 181 149
HSL 155° 34.51% 55.69%
HSB/HSV 155° 43.09% 70.98%
CMYK 43.09% 0.00% 17.68%
29.02%

Color #67B595 in popluar number systems.

HEX 67 B5 95
Decimal 103 181 149
Binary 1100111 10110101 10010101
Octal 147 265 225

Shades and tints

Shades of #67B595

#67B595
(103,181,149)
#5EA588
(94,165,136)
#55957B
(85,149,123)
#4C856E
(76,133,110)
#437561
(67,117,97)
#3A6554
(58,101,84)
#315547
(49,85,71)
#28453A
(40,69,58)
#1F352D
(31,53,45)
#162520
(22,37,32)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #67B595

#67B595
(103,181,149)
#74BB9E
(116,187,158)
#81C1A7
(129,193,167)
#8EC7B0
(142,199,176)
#9BCDB9
(155,205,185)
#A8D3C2
(168,211,194)
#B5D9CB
(181,217,203)
#C2DFD4
(194,223,212)
#CFE5DD
(207,229,221)
#DCEBE6
(220,235,230)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B595 color. Also use rgb(103,181,149) instead hex code.

Text Font Color

.myTextColor { color: #67B595; }

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

This text font color is #67B595.

Background Color

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

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

This div background color is #67B595.

Border color

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

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

This div border color is #67B595.

Opacity

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

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

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

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

This text has shadow with #67B595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67B595.

Preview

Color preview on black background

This text has color #67B595 on black background.


Color preview on white background

This text has color #67B595 on white background.


Black color preview on #67B595 background

This text has black color on #67B595 background.


White color preview on #67B595 background

This text has white color on #67B595 background.


Related colors

Complementary color

Complementary color for #hex is #984A6A.


I love getcolorcode.com

Triadic colors

1 #9567B5 and #B59567 with #67B595 are triadic colors.

2 #95B567 and #B56795 with #67B595 are triadic colors.