COLOR #6CAE61

HEX: #6CAE61 RGB: (108,174,97)

Color info

#6CAE61 contains mainly green color. Web safe color of #6CAE61 is #669966 (or #696).

RGB color model

#6CAE61 color RGB value is (108,174,97).

RGB: (108,174,97) (42%, 68%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 174 of 255 = 68%
B 97 of 255 = 38%

108
174
97

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

Portions of RGB colors in percentages

R + G + B = 108 + 174 + 97 = 379 (100%)
R 108 of 379 ~ 28.5%
G 174 of 379 ~ 45.91%
B 97 of 379 ~ 25.59'%

%28.5
%45.91
%25.59

CMYK color model

#6CAE61 color CMYK value is (38,0,44,32).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 31.76%
CMYK: (38,0,44,32) C38M0Y44K32 (38%,0%,44%,32%) (0.38/0.00/0.44/0.32) 

CMYK percentages

%37.93
%0
%44.25
%31.76

Codes

Color #6CAE61 in popluar color models

6C AE 61
RGB 108 174 97
HSL 111° 32.22% 53.14%
HSB/HSV 111° 44.25% 68.24%
CMYK 37.93% 0.00% 44.25%
31.76%

Color #6CAE61 in popluar number systems.

HEX 6C AE 61
Decimal 108 174 97
Binary 1101100 10101110 1100001
Octal 154 256 141

Shades and tints

Shades of #6CAE61

#6CAE61
(108,174,97)
#639F59
(99,159,89)
#5A9051
(90,144,81)
#518149
(81,129,73)
#487241
(72,114,65)
#3F6339
(63,99,57)
#365431
(54,84,49)
#2D4529
(45,69,41)
#243621
(36,54,33)
#1B2719
(27,39,25)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #6CAE61

#6CAE61
(108,174,97)
#79B56F
(121,181,111)
#86BC7D
(134,188,125)
#93C38B
(147,195,139)
#A0CA99
(160,202,153)
#ADD1A7
(173,209,167)
#BAD8B5
(186,216,181)
#C7DFC3
(199,223,195)
#D4E6D1
(212,230,209)
#E1EDDF
(225,237,223)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAE61 color. Also use rgb(108,174,97) instead hex code.

Text Font Color

.myTextColor { color: #6CAE61; }

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

This text font color is #6CAE61.

Background Color

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

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

This div background color is #6CAE61.

Border color

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

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

This div border color is #6CAE61.

Opacity

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

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

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

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

This text has shadow with #6CAE61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAE61.

Preview

Color preview on black background

This text has color #6CAE61 on black background.


Color preview on white background

This text has color #6CAE61 on white background.


Black color preview on #6CAE61 background

This text has black color on #6CAE61 background.


White color preview on #6CAE61 background

This text has white color on #6CAE61 background.


Related colors

Complementary color

Complementary color for #hex is #93519E.


I love getcolorcode.com

Triadic colors

1 #616CAE and #AE616C with #6CAE61 are triadic colors.

2 #61AE6C and #AE6C61 with #6CAE61 are triadic colors.