COLOR #6CA774

HEX: #6CA774
RGB: (108,167,116)

Color info

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

RGB color model

#6CA774 color RGB value is (108,167,116).

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

RGB channels and saturation

R 108 of 255 = 42%
G 167 of 255 = 65%
B 116 of 255 = 45%

108
167
116

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

Portions of RGB colors in percentages

R + G + B =
108 + 167 + 116 = 391 (100%)
R 108 of 391 ~ 27.62%
G 167 of 391 ~ 42.71%
B 116 of 391 ~ 29.67%

%27.62
%42.71
%29.67

CMYK color model

#6CA774 color CMYK value is (35,0,31,35).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 30.54%
  • key color value is 34.51%
CMYK:
(35,0,31,35)
C35M0Y31K35 
(35%,0%,31%,35%)
(0.35/0.00/0.31/0.35)	

CMYK percentages

%35.33
%0
%30.54
%34.51

Codes

Color #6CA774 in popluar color models

6CA774
RGB108167116
HSL128°25.11%53.92%
HSB/HSV128°35.33%65.49%
CMYK35.33%0.00%30.54%
34.51%

Color #6CA774 in popluar number systems.

HEX6CA774
Decimal108167116
Binary1101100101001111110100
Octal154247164

Shades and tints

Shades of #6CA774

#6CA774
(108,167,116)
#63986A
(99,152,106)
#5A8960
(90,137,96)
#517A56
(81,122,86)
#486B4C
(72,107,76)
#3F5C42
(63,92,66)
#364D38
(54,77,56)
#2D3E2E
(45,62,46)
#242F24
(36,47,36)
#1B201A
(27,32,26)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #6CA774

#6CA774
(108,167,116)
#79AF80
(121,175,128)
#86B78C
(134,183,140)
#93BF98
(147,191,152)
#A0C7A4
(160,199,164)
#ADCFB0
(173,207,176)
#BAD7BC
(186,215,188)
#C7DFC8
(199,223,200)
#D4E7D4
(212,231,212)
#E1EFE0
(225,239,224)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA774; }

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

This text font color is #6CA774.


Background Color

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

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

This div background color is #6CA774.


Border color

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

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

This div border color is #6CA774.


Opacity

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

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

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

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

This text has shadow with #6CA774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA774 on black background.


Color preview on white background

This text has color #6CA774 on white background.



Black color preview on #6CA774 background

This text has black color on #6CA774 background.


White color preview on #6CA774 background

This text has white color on #6CA774 background.