COLOR #6CB796

HEX: #6CB796 RGB: (108,183,150)

Color info

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

RGB color model

#6CB796 color RGB value is (108,183,150).

RGB: (108,183,150) (42%, 72%, 59%)

RGB channels and saturation

R 108 of 255 = 42%
G 183 of 255 = 72%
B 150 of 255 = 59%

108
183
150

R + G + B ~ 58%. #6CB796 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 183 + 150 = 441 (100%)
R 108 of 441 ~ 24.49%
G 183 of 441 ~ 41.5%
B 150 of 441 ~ 34.01'%

%24.49
%41.5
%34.01

CMYK color model

#6CB796 color CMYK value is (41,0,18,28).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 28.24%

CMYK: (41,0,18,28)
C41M0Y18K28 (41%, 0%, 18%, 28%)
(0.41 / 0.00 / 0.18 / 0.28)

CMYK percentages

%40.98
%0
%18.03
%28.24

Codes

Color #6CB796 in popluar color models

6C B7 96
RGB 108 183 150
HSL 154° 34.25% 57.06%
HSB/HSV 154° 40.98% 71.76%
CMYK 40.98% 0.00% 18.03%
28.24%

Color #6CB796 in popluar number systems.

HEX 6C B7 96
Decimal 108 183 150
Binary 1101100 10110111 10010110
Octal 154 267 226

Shades and tints

Shades of #6CB796

#6CB796
(108,183,150)
#63A789
(99,167,137)
#5A977C
(90,151,124)
#51876F
(81,135,111)
#487762
(72,119,98)
#3F6755
(63,103,85)
#365748
(54,87,72)
#2D473B
(45,71,59)
#24372E
(36,55,46)
#1B2721
(27,39,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #6CB796

#6CB796
(108,183,150)
#79BD9F
(121,189,159)
#86C3A8
(134,195,168)
#93C9B1
(147,201,177)
#A0CFBA
(160,207,186)
#ADD5C3
(173,213,195)
#BADBCC
(186,219,204)
#C7E1D5
(199,225,213)
#D4E7DE
(212,231,222)
#E1EDE7
(225,237,231)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB796 color. Also use rgb(108,183,150) instead hex code.

Text Font Color

.myTextColor { color: #6CB796; }

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

This text font color is #6CB796.

Background Color

.myBgColor { background-color: #6CB796; }

<div style="background-color:#6CB796">Inner text</div>

This div background color is #6CB796.

Border color

.myBorderColor { border: 1px solid #6CB796; }

<div style="border:3px solid #6CB796">Div</div>

This div border color is #6CB796.

Opacity

.myOpacity80 { color: #6CB796; opacity: 0.8; }

<p style="color:#6CB796;opacity:0.8;">80%</p>

Text with #6CB796 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 #6CB796;}

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

This text has shadow with #6CB796 color.


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

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

This text has shadow with #6CB796 primary color and red secondary color.


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

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

This text has shadow with #6CB796 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6CB796.

Preview

Color preview on black background

This text has color #6CB796 on black background.


Color preview on white background

This text has color #6CB796 on white background.


Black color preview on #6CB796 background

This text has black color on #6CB796 background.


White color preview on #6CB796 background

This text has white color on #6CB796 background.


Related colors

Complementary color

Complementary color for #hex is #934869.


I love getcolorcode.com

Triadic colors

1 #966CB7 and #B7966C with #6CB796 are triadic colors.

2 #96B76C and #B76C96 with #6CB796 are triadic colors.