COLOR #6CA872

HEX: #6CA872
RGB: (108,168,114)

Color info

#6CA872 contains mainly green and blue colors. Web safe color of #6CA872 is #669966 (or #696).

RGB color model

#6CA872 color RGB value is (108,168,114).

  • red value is 108;
  • green value is 168;
  • blue value is 114.
RGB:
(108,168,114)
(42%,66%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 168 of 255 = 66%
B 114 of 255 = 45%

108
168
114

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

Portions of RGB colors in percentages

R + G + B =
108 + 168 + 114 = 390 (100%)
R 108 of 390 ~ 27.69%
G 168 of 390 ~ 43.08%
B 114 of 390 ~ 29.23%

%27.69
%43.08
%29.23

CMYK color model

#6CA872 color CMYK value is (36,0,32,34).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 34.12%
CMYK:
(36,0,32,34)
C36M0Y32K34 
(36%,0%,32%,34%)
(0.36/0.00/0.32/0.34)	

CMYK percentages

%35.71
%0
%32.14
%34.12

Codes

Color #6CA872 in popluar color models

6CA872
RGB108168114
HSL126°25.64%54.12%
HSB/HSV126°35.71%65.88%
CMYK35.71%0.00%32.14%
34.12%

Color #6CA872 in popluar number systems.

HEX6CA872
Decimal108168114
Binary1101100101010001110010
Octal154250162

Shades and tints

Shades of #6CA872

#6CA872
(108,168,114)
#639968
(99,153,104)
#5A8A5E
(90,138,94)
#517B54
(81,123,84)
#486C4A
(72,108,74)
#3F5D40
(63,93,64)
#364E36
(54,78,54)
#2D3F2C
(45,63,44)
#243022
(36,48,34)
#1B2118
(27,33,24)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #6CA872

#6CA872
(108,168,114)
#79AF7E
(121,175,126)
#86B68A
(134,182,138)
#93BD96
(147,189,150)
#A0C4A2
(160,196,162)
#ADCBAE
(173,203,174)
#BAD2BA
(186,210,186)
#C7D9C6
(199,217,198)
#D4E0D2
(212,224,210)
#E1E7DE
(225,231,222)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA872 color. Also use rgb(108,168,114) instead hex code.

Text Font Color

.myTextColor { color: #6CA872; }

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

This text font color is #6CA872.


Background Color

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

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

This div background color is #6CA872.


Border color

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

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

This div border color is #6CA872.


Opacity

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

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

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

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

This text has shadow with #6CA872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA872 on black background.


Color preview on white background

This text has color #6CA872 on white background.



Black color preview on #6CA872 background

This text has black color on #6CA872 background.


White color preview on #6CA872 background

This text has white color on #6CA872 background.