COLOR #6CB45E

HEX: #6CB45E
RGB: (108,180,94)

Color info

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

RGB color model

#6CB45E color RGB value is (108,180,94).

  • red value is 108;
  • green value is 180;
  • blue value is 94.
RGB:
(108,180,94)
(42%,71%,37%)

RGB channels and saturation

R 108 of 255 = 42%
G 180 of 255 = 71%
B 94 of 255 = 37%

108
180
94

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

Portions of RGB colors in percentages

R + G + B =
108 + 180 + 94 = 382 (100%)
R 108 of 382 ~ 28.27%
G 180 of 382 ~ 47.12%
B 94 of 382 ~ 24.61%

%28.27
%47.12
%24.61

CMYK color model

#6CB45E color CMYK value is (40,0,48,29).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 47.78%
  • key color value is 29.41%
CMYK:
(40,0,48,29)
C40M0Y48K29 
(40%,0%,48%,29%)
(0.40/0.00/0.48/0.29)	

CMYK percentages

%40
%0
%47.78
%29.41

Codes

Color #6CB45E in popluar color models

6CB45E
RGB10818094
HSL110°36.44%53.73%
HSB/HSV110°47.78%70.59%
CMYK40.00%0.00%47.78%
29.41%

Color #6CB45E in popluar number systems.

HEX6CB45E
Decimal10818094
Binary1101100101101001011110
Octal154264136

Shades and tints

Shades of #6CB45E

#6CB45E
(108,180,94)
#63A456
(99,164,86)
#5A944E
(90,148,78)
#518446
(81,132,70)
#48743E
(72,116,62)
#3F6436
(63,100,54)
#36542E
(54,84,46)
#2D4426
(45,68,38)
#24341E
(36,52,30)
#1B2416
(27,36,22)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #6CB45E

#6CB45E
(108,180,94)
#79BA6C
(121,186,108)
#86C07A
(134,192,122)
#93C688
(147,198,136)
#A0CC96
(160,204,150)
#ADD2A4
(173,210,164)
#BAD8B2
(186,216,178)
#C7DEC0
(199,222,192)
#D4E4CE
(212,228,206)
#E1EADC
(225,234,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB45E color. Also use rgb(108,180,94) instead hex code.

Text Font Color

.myTextColor { color: #6CB45E; }

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

This text font color is #6CB45E.


Background Color

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

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

This div background color is #6CB45E.


Border color

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

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

This div border color is #6CB45E.


Opacity

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

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

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

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

This text has shadow with #6CB45E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB45E on black background.


Color preview on white background

This text has color #6CB45E on white background.



Black color preview on #6CB45E background

This text has black color on #6CB45E background.


White color preview on #6CB45E background

This text has white color on #6CB45E background.