COLOR #6CBA76

HEX: #6CBA76
RGB: (108,186,118)

Color info

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

RGB color model

#6CBA76 color RGB value is (108,186,118).

  • red value is 108;
  • green value is 186;
  • blue value is 118.
RGB:
(108,186,118)
(42%,73%,46%)

RGB channels and saturation

R 108 of 255 = 42%
G 186 of 255 = 73%
B 118 of 255 = 46%

108
186
118

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

Portions of RGB colors in percentages

R + G + B =
108 + 186 + 118 = 412 (100%)
R 108 of 412 ~ 26.21%
G 186 of 412 ~ 45.15%
B 118 of 412 ~ 28.64%

%26.21
%45.15
%28.64

CMYK color model

#6CBA76 color CMYK value is (42,0,37,27).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(42,0,37,27)
C42M0Y37K27 
(42%,0%,37%,27%)
(0.42/0.00/0.37/0.27)	

CMYK percentages

%41.94
%0
%36.56
%27.06

Codes

Color #6CBA76 in popluar color models

6CBA76
RGB108186118
HSL128°36.11%57.65%
HSB/HSV128°41.94%72.94%
CMYK41.94%0.00%36.56%
27.06%

Color #6CBA76 in popluar number systems.

HEX6CBA76
Decimal108186118
Binary1101100101110101110110
Octal154272166

Shades and tints

Shades of #6CBA76

#6CBA76
(108,186,118)
#63AA6C
(99,170,108)
#5A9A62
(90,154,98)
#518A58
(81,138,88)
#487A4E
(72,122,78)
#3F6A44
(63,106,68)
#365A3A
(54,90,58)
#2D4A30
(45,74,48)
#243A26
(36,58,38)
#1B2A1C
(27,42,28)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #6CBA76

#6CBA76
(108,186,118)
#79C082
(121,192,130)
#86C68E
(134,198,142)
#93CC9A
(147,204,154)
#A0D2A6
(160,210,166)
#ADD8B2
(173,216,178)
#BADEBE
(186,222,190)
#C7E4CA
(199,228,202)
#D4EAD6
(212,234,214)
#E1F0E2
(225,240,226)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBA76 color. Also use rgb(108,186,118) instead hex code.

Text Font Color

.myTextColor { color: #6CBA76; }

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

This text font color is #6CBA76.


Background Color

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

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

This div background color is #6CBA76.


Border color

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

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

This div border color is #6CBA76.


Opacity

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

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

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

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

This text has shadow with #6CBA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBA76 on black background.


Color preview on white background

This text has color #6CBA76 on white background.



Black color preview on #6CBA76 background

This text has black color on #6CBA76 background.


White color preview on #6CBA76 background

This text has white color on #6CBA76 background.