COLOR #6CA974

HEX: #6CA974 RGB: (108,169,116)

Color info

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

RGB color model

#6CA974 color RGB value is (108,169,116).

RGB: (108,169,116) (42%, 66%, 45%)

RGB channels and saturation

R 108 of 255 = 42%
G 169 of 255 = 66%
B 116 of 255 = 45%

108
169
116

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

Portions of RGB colors in percentages

R + G + B = 108 + 169 + 116 = 393 (100%)
R 108 of 393 ~ 27.48%
G 169 of 393 ~ 43%
B 116 of 393 ~ 29.52'%

%27.48
%43
%29.52

CMYK color model

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

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 31.36%
  • key color value is 33.73%

CMYK: (36,0,31,34)
C36M0Y31K34 (36%, 0%, 31%, 34%)
(0.36 / 0.00 / 0.31 / 0.34)

CMYK percentages

%36.09
%0
%31.36
%33.73

Codes

Color #6CA974 in popluar color models

6C A9 74
RGB 108 169 116
HSL 128° 26.18% 54.31%
HSB/HSV 128° 36.09% 66.27%
CMYK 36.09% 0.00% 31.36%
33.73%

Color #6CA974 in popluar number systems.

HEX 6C A9 74
Decimal 108 169 116
Binary 1101100 10101001 1110100
Octal 154 251 164

Shades and tints

Shades of #6CA974

#6CA974
(108,169,116)
#639A6A
(99,154,106)
#5A8B60
(90,139,96)
#517C56
(81,124,86)
#486D4C
(72,109,76)
#3F5E42
(63,94,66)
#364F38
(54,79,56)
#2D402E
(45,64,46)
#243124
(36,49,36)
#1B221A
(27,34,26)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6CA974

#6CA974
(108,169,116)
#79B080
(121,176,128)
#86B78C
(134,183,140)
#93BE98
(147,190,152)
#A0C5A4
(160,197,164)
#ADCCB0
(173,204,176)
#BAD3BC
(186,211,188)
#C7DAC8
(199,218,200)
#D4E1D4
(212,225,212)
#E1E8E0
(225,232,224)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA974; }

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

This text font color is #6CA974.

Background Color

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

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

This div background color is #6CA974.

Border color

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

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

This div border color is #6CA974.

Opacity

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

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

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

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

This text has shadow with #6CA974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA974.

Preview

Color preview on black background

This text has color #6CA974 on black background.


Color preview on white background

This text has color #6CA974 on white background.


Black color preview on #6CA974 background

This text has black color on #6CA974 background.


White color preview on #6CA974 background

This text has white color on #6CA974 background.


Related colors

Complementary color

Complementary color for #hex is #93568B.


I love getcolorcode.com

Triadic colors

1 #746CA9 and #A9746C with #6CA974 are triadic colors.

2 #74A96C and #A96C74 with #6CA974 are triadic colors.