COLOR #6CA24A

HEX: #6CA24A RGB: (108,162,74)

Color info

#6CA24A contains mainly red and green colors. Web safe color of #6CA24A is #669933 (or #693).

RGB color model

#6CA24A color RGB value is (108,162,74).

RGB: (108,162,74) (42%, 64%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 162 of 255 = 64%
B 74 of 255 = 29%

108
162
74

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

Portions of RGB colors in percentages

R + G + B = 108 + 162 + 74 = 344 (100%)
R 108 of 344 ~ 31.4%
G 162 of 344 ~ 47.09%
B 74 of 344 ~ 21.51'%

%31.4
%47.09
%21.51

CMYK color model

#6CA24A color CMYK value is (33,0,54,36).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 54.32%
  • key color value is 36.47%

CMYK: (33,0,54,36)
C33M0Y54K36 (33%, 0%, 54%, 36%)
(0.33 / 0.00 / 0.54 / 0.36)

CMYK percentages

%33.33
%0
%54.32
%36.47

Codes

Color #6CA24A in popluar color models

6C A2 4A
RGB 108 162 74
HSL 97° 37.29% 46.27%
HSB/HSV 97° 54.32% 63.53%
CMYK 33.33% 0.00% 54.32%
36.47%

Color #6CA24A in popluar number systems.

HEX 6C A2 4A
Decimal 108 162 74
Binary 1101100 10100010 1001010
Octal 154 242 112

Shades and tints

Shades of #6CA24A

#6CA24A
(108,162,74)
#639444
(99,148,68)
#5A863E
(90,134,62)
#517838
(81,120,56)
#486A32
(72,106,50)
#3F5C2C
(63,92,44)
#364E26
(54,78,38)
#2D4020
(45,64,32)
#24321A
(36,50,26)
#1B2414
(27,36,20)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #6CA24A

#6CA24A
(108,162,74)
#79AA5A
(121,170,90)
#86B26A
(134,178,106)
#93BA7A
(147,186,122)
#A0C28A
(160,194,138)
#ADCA9A
(173,202,154)
#BAD2AA
(186,210,170)
#C7DABA
(199,218,186)
#D4E2CA
(212,226,202)
#E1EADA
(225,234,218)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA24A; }

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

This text font color is #6CA24A.

Background Color

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

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

This div background color is #6CA24A.

Border color

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

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

This div border color is #6CA24A.

Opacity

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

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

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

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

This text has shadow with #6CA24A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA24A.

Preview

Color preview on black background

This text has color #6CA24A on black background.


Color preview on white background

This text has color #6CA24A on white background.


Black color preview on #6CA24A background

This text has black color on #6CA24A background.


White color preview on #6CA24A background

This text has white color on #6CA24A background.


Related colors

Complementary color

Complementary color for #hex is #935DB5.


I love getcolorcode.com

Triadic colors

1 #4A6CA2 and #A24A6C with #6CA24A are triadic colors.

2 #4AA26C and #A26C4A with #6CA24A are triadic colors.