COLOR #6CB664

HEX: #6CB664
RGB: (108,182,100)

Color info

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

RGB color model

#6CB664 color RGB value is (108,182,100).

  • red value is 108;
  • green value is 182;
  • blue value is 100.
RGB:
(108,182,100)
(42%,71%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 182 of 255 = 71%
B 100 of 255 = 39%

108
182
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 182 + 100 = 390 (100%)
R 108 of 390 ~ 27.69%
G 182 of 390 ~ 46.67%
B 100 of 390 ~ 25.64%

%27.69
%46.67
%25.64

CMYK color model

#6CB664 color CMYK value is (41,0,45,29).

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 28.63%
CMYK:
(41,0,45,29)
C41M0Y45K29 
(41%,0%,45%,29%)
(0.41/0.00/0.45/0.29)	

CMYK percentages

%40.66
%0
%45.05
%28.63

Codes

Color #6CB664 in popluar color models

6CB664
RGB108182100
HSL114°35.96%55.29%
HSB/HSV114°45.05%71.37%
CMYK40.66%0.00%45.05%
28.63%

Color #6CB664 in popluar number systems.

HEX6CB664
Decimal108182100
Binary1101100101101101100100
Octal154266144

Shades and tints

Shades of #6CB664

#6CB664
(108,182,100)
#63A65B
(99,166,91)
#5A9652
(90,150,82)
#518649
(81,134,73)
#487640
(72,118,64)
#3F6637
(63,102,55)
#36562E
(54,86,46)
#2D4625
(45,70,37)
#24361C
(36,54,28)
#1B2613
(27,38,19)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #6CB664

#6CB664
(108,182,100)
#79BC72
(121,188,114)
#86C280
(134,194,128)
#93C88E
(147,200,142)
#A0CE9C
(160,206,156)
#ADD4AA
(173,212,170)
#BADAB8
(186,218,184)
#C7E0C6
(199,224,198)
#D4E6D4
(212,230,212)
#E1ECE2
(225,236,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB664 color. Also use rgb(108,182,100) instead hex code.

Text Font Color

.myTextColor { color: #6CB664; }

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

This text font color is #6CB664.


Background Color

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

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

This div background color is #6CB664.


Border color

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

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

This div border color is #6CB664.


Opacity

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

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

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

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

This text has shadow with #6CB664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB664 on black background.


Color preview on white background

This text has color #6CB664 on white background.



Black color preview on #6CB664 background

This text has black color on #6CB664 background.


White color preview on #6CB664 background

This text has white color on #6CB664 background.