COLOR #6CC374

HEX: #6CC374 RGB: (108,195,116)

Color info

#6CC374 contains mainly green color. Web safe color of #6CC374 is #66CC66 (or #6C6).

RGB color model

#6CC374 color RGB value is (108,195,116).

RGB: (108,195,116) (42%, 76%, 45%)

RGB channels and saturation

R 108 of 255 = 42%
G 195 of 255 = 76%
B 116 of 255 = 45%

108
195
116

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

Portions of RGB colors in percentages

R + G + B = 108 + 195 + 116 = 419 (100%)
R 108 of 419 ~ 25.78%
G 195 of 419 ~ 46.54%
B 116 of 419 ~ 27.68'%

%25.78
%46.54
%27.68

CMYK color model

#6CC374 color CMYK value is (45,0,41,24).

  • cyan value is 44.62%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 23.53%

CMYK: (45,0,41,24)
C45M0Y41K24 (45%, 0%, 41%, 24%)
(0.45 / 0.00 / 0.41 / 0.24)

CMYK percentages

%44.62
%0
%40.51
%23.53

Codes

Color #6CC374 in popluar color models

6C C3 74
RGB 108 195 116
HSL 126° 42.03% 59.41%
HSB/HSV 126° 44.62% 76.47%
CMYK 44.62% 0.00% 40.51%
23.53%

Color #6CC374 in popluar number systems.

HEX 6C C3 74
Decimal 108 195 116
Binary 1101100 11000011 1110100
Octal 154 303 164

Shades and tints

Shades of #6CC374

#6CC374
(108,195,116)
#63B26A
(99,178,106)
#5AA160
(90,161,96)
#519056
(81,144,86)
#487F4C
(72,127,76)
#3F6E42
(63,110,66)
#365D38
(54,93,56)
#2D4C2E
(45,76,46)
#243B24
(36,59,36)
#1B2A1A
(27,42,26)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #6CC374

#6CC374
(108,195,116)
#79C880
(121,200,128)
#86CD8C
(134,205,140)
#93D298
(147,210,152)
#A0D7A4
(160,215,164)
#ADDCB0
(173,220,176)
#BAE1BC
(186,225,188)
#C7E6C8
(199,230,200)
#D4EBD4
(212,235,212)
#E1F0E0
(225,240,224)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CC374; }

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

This text font color is #6CC374.

Background Color

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

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

This div background color is #6CC374.

Border color

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

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

This div border color is #6CC374.

Opacity

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

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

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

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

This text has shadow with #6CC374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC374.

Preview

Color preview on black background

This text has color #6CC374 on black background.


Color preview on white background

This text has color #6CC374 on white background.


Black color preview on #6CC374 background

This text has black color on #6CC374 background.


White color preview on #6CC374 background

This text has white color on #6CC374 background.


Related colors

Complementary color

Complementary color for #hex is #933C8B.


I love getcolorcode.com

Triadic colors

1 #746CC3 and #C3746C with #6CC374 are triadic colors.

2 #74C36C and #C36C74 with #6CC374 are triadic colors.