COLOR #6CA371

HEX: #6CA371
RGB: (108,163,113)

Color info

#6CA371 contains red, green and blue colors in about the same proportion. Web safe color of #6CA371 is #669966 (or #696).

RGB color model

#6CA371 color RGB value is (108,163,113).

  • red value is 108;
  • green value is 163;
  • blue value is 113.
RGB:
(108,163,113)
(42%,64%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 113 of 255 = 44%

108
163
113

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

Portions of RGB colors in percentages

R + G + B =
108 + 163 + 113 = 384 (100%)
R 108 of 384 ~ 28.13%
G 163 of 384 ~ 42.45%
B 113 of 384 ~ 29.43%

%28.13
%42.45
%29.43

CMYK color model

#6CA371 color CMYK value is (34,0,31,36).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(34,0,31,36)
C34M0Y31K36 
(34%,0%,31%,36%)
(0.34/0.00/0.31/0.36)	

CMYK percentages

%33.74
%0
%30.67
%36.08

Codes

Color #6CA371 in popluar color models

6CA371
RGB108163113
HSL125°23.01%53.14%
HSB/HSV125°33.74%63.92%
CMYK33.74%0.00%30.67%
36.08%

Color #6CA371 in popluar number systems.

HEX6CA371
Decimal108163113
Binary1101100101000111110001
Octal154243161

Shades and tints

Shades of #6CA371

#6CA371
(108,163,113)
#639567
(99,149,103)
#5A875D
(90,135,93)
#517953
(81,121,83)
#486B49
(72,107,73)
#3F5D3F
(63,93,63)
#364F35
(54,79,53)
#2D412B
(45,65,43)
#243321
(36,51,33)
#1B2517
(27,37,23)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #6CA371

#6CA371
(108,163,113)
#79AB7D
(121,171,125)
#86B389
(134,179,137)
#93BB95
(147,187,149)
#A0C3A1
(160,195,161)
#ADCBAD
(173,203,173)
#BAD3B9
(186,211,185)
#C7DBC5
(199,219,197)
#D4E3D1
(212,227,209)
#E1EBDD
(225,235,221)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA371 color. Also use rgb(108,163,113) instead hex code.

Text Font Color

.myTextColor { color: #6CA371; }

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

This text font color is #6CA371.


Background Color

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

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

This div background color is #6CA371.


Border color

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

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

This div border color is #6CA371.


Opacity

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

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

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

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

This text has shadow with #6CA371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA371 on black background.


Color preview on white background

This text has color #6CA371 on white background.



Black color preview on #6CA371 background

This text has black color on #6CA371 background.


White color preview on #6CA371 background

This text has white color on #6CA371 background.