COLOR #6CBA57

HEX: #6CBA57 RGB: (108,186,87)

Color info

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

RGB color model

#6CBA57 color RGB value is (108,186,87).

RGB: (108,186,87) (42%, 73%, 34%)

RGB channels and saturation

R 108 of 255 = 42%
G 186 of 255 = 73%
B 87 of 255 = 34%

108
186
87

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

Portions of RGB colors in percentages

R + G + B = 108 + 186 + 87 = 381 (100%)
R 108 of 381 ~ 28.35%
G 186 of 381 ~ 48.82%
B 87 of 381 ~ 22.83'%

%28.35
%48.82
%22.83

CMYK color model

#6CBA57 color CMYK value is (42,0,53,27).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 27.06%
CMYK: (42,0,53,27) C42M0Y53K27 (42%,0%,53%,27%) (0.42/0.00/0.53/0.27) 

CMYK percentages

%41.94
%0
%53.23
%27.06

Codes

Color #6CBA57 in popluar color models

6C BA 57
RGB 108 186 87
HSL 107° 41.77% 53.53%
HSB/HSV 107° 53.23% 72.94%
CMYK 41.94% 0.00% 53.23%
27.06%

Color #6CBA57 in popluar number systems.

HEX 6C BA 57
Decimal 108 186 87
Binary 1101100 10111010 1010111
Octal 154 272 127

Shades and tints

Shades of #6CBA57

#6CBA57
(108,186,87)
#63AA50
(99,170,80)
#5A9A49
(90,154,73)
#518A42
(81,138,66)
#487A3B
(72,122,59)
#3F6A34
(63,106,52)
#365A2D
(54,90,45)
#2D4A26
(45,74,38)
#243A1F
(36,58,31)
#1B2A18
(27,42,24)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #6CBA57

#6CBA57
(108,186,87)
#79C066
(121,192,102)
#86C675
(134,198,117)
#93CC84
(147,204,132)
#A0D293
(160,210,147)
#ADD8A2
(173,216,162)
#BADEB1
(186,222,177)
#C7E4C0
(199,228,192)
#D4EACF
(212,234,207)
#E1F0DE
(225,240,222)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBA57 color. Also use rgb(108,186,87) instead hex code.

Text Font Color

.myTextColor { color: #6CBA57; }

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

This text font color is #6CBA57.

Background Color

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

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

This div background color is #6CBA57.

Border color

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

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

This div border color is #6CBA57.

Opacity

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

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

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

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

This text has shadow with #6CBA57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CBA57.

Preview

Color preview on black background

This text has color #6CBA57 on black background.


Color preview on white background

This text has color #6CBA57 on white background.


Black color preview on #6CBA57 background

This text has black color on #6CBA57 background.


White color preview on #6CBA57 background

This text has white color on #6CBA57 background.


Related colors

Complementary color

Complementary color for #hex is #9345A8.


I love getcolorcode.com

Triadic colors

1 #576CBA and #BA576C with #6CBA57 are triadic colors.

2 #57BA6C and #BA6C57 with #6CBA57 are triadic colors.