COLOR #6CB64A

HEX: #6CB64A RGB: (108,182,74)

Color info

#6CB64A contains mainly green color. Web safe color of #6CB64A is #66CC33 (or #6C3).

RGB color model

#6CB64A color RGB value is (108,182,74).

RGB: (108,182,74) (42%, 71%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 182 of 255 = 71%
B 74 of 255 = 29%

108
182
74

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

Portions of RGB colors in percentages

R + G + B = 108 + 182 + 74 = 364 (100%)
R 108 of 364 ~ 29.67%
G 182 of 364 ~ 50%
B 74 of 364 ~ 20.33'%

%29.67
%50
%20.33

CMYK color model

#6CB64A color CMYK value is (41,0,59,29).

  • cyan value is 40.66%
  • magenta value is 0.00%
  • yellow value is 59.34%
  • key color value is 28.63%
CMYK: (41,0,59,29) C41M0Y59K29 (41%,0%,59%,29%) (0.41/0.00/0.59/0.29) 

CMYK percentages

%40.66
%0
%59.34
%28.63

Codes

Color #6CB64A in popluar color models

6C B6 4A
RGB 108 182 74
HSL 101° 42.52% 50.20%
HSB/HSV 101° 59.34% 71.37%
CMYK 40.66% 0.00% 59.34%
28.63%

Color #6CB64A in popluar number systems.

HEX 6C B6 4A
Decimal 108 182 74
Binary 1101100 10110110 1001010
Octal 154 266 112

Shades and tints

Shades of #6CB64A

#6CB64A
(108,182,74)
#63A644
(99,166,68)
#5A963E
(90,150,62)
#518638
(81,134,56)
#487632
(72,118,50)
#3F662C
(63,102,44)
#365626
(54,86,38)
#2D4620
(45,70,32)
#24361A
(36,54,26)
#1B2614
(27,38,20)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #6CB64A

#6CB64A
(108,182,74)
#79BC5A
(121,188,90)
#86C26A
(134,194,106)
#93C87A
(147,200,122)
#A0CE8A
(160,206,138)
#ADD49A
(173,212,154)
#BADAAA
(186,218,170)
#C7E0BA
(199,224,186)
#D4E6CA
(212,230,202)
#E1ECDA
(225,236,218)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB64A color. Also use rgb(108,182,74) instead hex code.

Text Font Color

.myTextColor { color: #6CB64A; }

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

This text font color is #6CB64A.

Background Color

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

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

This div background color is #6CB64A.

Border color

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

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

This div border color is #6CB64A.

Opacity

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

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

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

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

This text has shadow with #6CB64A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB64A.

Preview

Color preview on black background

This text has color #6CB64A on black background.


Color preview on white background

This text has color #6CB64A on white background.


Black color preview on #6CB64A background

This text has black color on #6CB64A background.


White color preview on #6CB64A background

This text has white color on #6CB64A background.


Related colors

Complementary color

Complementary color for #hex is #9349B5.


I love getcolorcode.com

Triadic colors

1 #4A6CB6 and #B64A6C with #6CB64A are triadic colors.

2 #4AB66C and #B66C4A with #6CB64A are triadic colors.