COLOR #6CA779

HEX: #6CA779
RGB: (108,167,121)

Color info

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

RGB color model

#6CA779 color RGB value is (108,167,121).

  • red value is 108;
  • green value is 167;
  • blue value is 121.
RGB:
(108,167,121)
(42%,65%,47%)

RGB channels and saturation

R 108 of 255 = 42%
G 167 of 255 = 65%
B 121 of 255 = 47%

108
167
121

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

Portions of RGB colors in percentages

R + G + B =
108 + 167 + 121 = 396 (100%)
R 108 of 396 ~ 27.27%
G 167 of 396 ~ 42.17%
B 121 of 396 ~ 30.56%

%27.27
%42.17
%30.56

CMYK color model

#6CA779 color CMYK value is (35,0,28,35).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 34.51%
CMYK:
(35,0,28,35)
C35M0Y28K35 
(35%,0%,28%,35%)
(0.35/0.00/0.28/0.35)	

CMYK percentages

%35.33
%0
%27.54
%34.51

Codes

Color #6CA779 in popluar color models

6CA779
RGB108167121
HSL133°25.11%53.92%
HSB/HSV133°35.33%65.49%
CMYK35.33%0.00%27.54%
34.51%

Color #6CA779 in popluar number systems.

HEX6CA779
Decimal108167121
Binary1101100101001111111001
Octal154247171

Shades and tints

Shades of #6CA779

#6CA779
(108,167,121)
#63986E
(99,152,110)
#5A8963
(90,137,99)
#517A58
(81,122,88)
#486B4D
(72,107,77)
#3F5C42
(63,92,66)
#364D37
(54,77,55)
#2D3E2C
(45,62,44)
#242F21
(36,47,33)
#1B2016
(27,32,22)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #6CA779

#6CA779
(108,167,121)
#79AF85
(121,175,133)
#86B791
(134,183,145)
#93BF9D
(147,191,157)
#A0C7A9
(160,199,169)
#ADCFB5
(173,207,181)
#BAD7C1
(186,215,193)
#C7DFCD
(199,223,205)
#D4E7D9
(212,231,217)
#E1EFE5
(225,239,229)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA779 color. Also use rgb(108,167,121) instead hex code.

Text Font Color

.myTextColor { color: #6CA779; }

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

This text font color is #6CA779.


Background Color

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

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

This div background color is #6CA779.


Border color

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

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

This div border color is #6CA779.


Opacity

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

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

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

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

This text has shadow with #6CA779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA779 on black background.


Color preview on white background

This text has color #6CA779 on white background.



Black color preview on #6CA779 background

This text has black color on #6CA779 background.


White color preview on #6CA779 background

This text has white color on #6CA779 background.