COLOR #6BB45C

HEX: #6BB45C RGB: (107,180,92)

Color info

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

RGB color model

#6BB45C color RGB value is (107,180,92).

RGB: (107,180,92) (42%, 71%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 180 of 255 = 71%
B 92 of 255 = 36%

107
180
92

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

Portions of RGB colors in percentages

R + G + B = 107 + 180 + 92 = 379 (100%)
R 107 of 379 ~ 28.23%
G 180 of 379 ~ 47.49%
B 92 of 379 ~ 24.27'%

%28.23
%47.49
%24.27

CMYK color model

#6BB45C color CMYK value is (41,0,49,29).

  • cyan value is 40.56%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 29.41%

CMYK: (41,0,49,29)
C41M0Y49K29 (41%, 0%, 49%, 29%)
(0.41 / 0.00 / 0.49 / 0.29)

CMYK percentages

%40.56
%0
%48.89
%29.41

Codes

Color #6BB45C in popluar color models

6B B4 5C
RGB 107 180 92
HSL 110° 36.97% 53.33%
HSB/HSV 110° 48.89% 70.59%
CMYK 40.56% 0.00% 48.89%
29.41%

Color #6BB45C in popluar number systems.

HEX 6B B4 5C
Decimal 107 180 92
Binary 1101011 10110100 1011100
Octal 153 264 134

Shades and tints

Shades of #6BB45C

#6BB45C
(107,180,92)
#62A454
(98,164,84)
#59944C
(89,148,76)
#508444
(80,132,68)
#47743C
(71,116,60)
#3E6434
(62,100,52)
#35542C
(53,84,44)
#2C4424
(44,68,36)
#23341C
(35,52,28)
#1A2414
(26,36,20)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #6BB45C

#6BB45C
(107,180,92)
#78BA6A
(120,186,106)
#85C078
(133,192,120)
#92C686
(146,198,134)
#9FCC94
(159,204,148)
#ACD2A2
(172,210,162)
#B9D8B0
(185,216,176)
#C6DEBE
(198,222,190)
#D3E4CC
(211,228,204)
#E0EADA
(224,234,218)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB45C color. Also use rgb(107,180,92) instead hex code.

Text Font Color

.myTextColor { color: #6BB45C; }

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

This text font color is #6BB45C.

Background Color

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

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

This div background color is #6BB45C.

Border color

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

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

This div border color is #6BB45C.

Opacity

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

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

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

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

This text has shadow with #6BB45C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB45C.

Preview

Color preview on black background

This text has color #6BB45C on black background.


Color preview on white background

This text has color #6BB45C on white background.


Black color preview on #6BB45C background

This text has black color on #6BB45C background.


White color preview on #6BB45C background

This text has white color on #6BB45C background.


Related colors

Complementary color

Complementary color for #hex is #944BA3.


I love getcolorcode.com

Triadic colors

1 #5C6BB4 and #B45C6B with #6BB45C are triadic colors.

2 #5CB46B and #B46B5C with #6BB45C are triadic colors.