COLOR #6BA36C

HEX: #6BA36C RGB: (107,163,108)

Color info

#6BA36C contains red, green and blue colors in about the same proportion. Web safe color of #6BA36C is #669966 (or #696).

RGB color model

#6BA36C color RGB value is (107,163,108).

RGB: (107,163,108) (42%, 64%, 42%)

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 108 of 255 = 42%

107
163
108

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

Portions of RGB colors in percentages

R + G + B = 107 + 163 + 108 = 378 (100%)
R 107 of 378 ~ 28.31%
G 163 of 378 ~ 43.12%
B 108 of 378 ~ 28.57'%

%28.31
%43.12
%28.57

CMYK color model

#6BA36C color CMYK value is (34,0,34,36).

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 33.74%
  • key color value is 36.08%

CMYK: (34,0,34,36)
C34M0Y34K36 (34%, 0%, 34%, 36%)
(0.34 / 0.00 / 0.34 / 0.36)

CMYK percentages

%34.36
%0
%33.74
%36.08

Codes

Color #6BA36C in popluar color models

6B A3 6C
RGB 107 163 108
HSL 121° 23.33% 52.94%
HSB/HSV 121° 34.36% 63.92%
CMYK 34.36% 0.00% 33.74%
36.08%

Color #6BA36C in popluar number systems.

HEX 6B A3 6C
Decimal 107 163 108
Binary 1101011 10100011 1101100
Octal 153 243 154

Shades and tints

Shades of #6BA36C

#6BA36C
(107,163,108)
#629563
(98,149,99)
#59875A
(89,135,90)
#507951
(80,121,81)
#476B48
(71,107,72)
#3E5D3F
(62,93,63)
#354F36
(53,79,54)
#2C412D
(44,65,45)
#233324
(35,51,36)
#1A251B
(26,37,27)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #6BA36C

#6BA36C
(107,163,108)
#78AB79
(120,171,121)
#85B386
(133,179,134)
#92BB93
(146,187,147)
#9FC3A0
(159,195,160)
#ACCBAD
(172,203,173)
#B9D3BA
(185,211,186)
#C6DBC7
(198,219,199)
#D3E3D4
(211,227,212)
#E0EBE1
(224,235,225)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA36C color. Also use rgb(107,163,108) instead hex code.

Text Font Color

.myTextColor { color: #6BA36C; }

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

This text font color is #6BA36C.

Background Color

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

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

This div background color is #6BA36C.

Border color

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

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

This div border color is #6BA36C.

Opacity

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

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

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

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

This text has shadow with #6BA36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA36C.

Preview

Color preview on black background

This text has color #6BA36C on black background.


Color preview on white background

This text has color #6BA36C on white background.


Black color preview on #6BA36C background

This text has black color on #6BA36C background.


White color preview on #6BA36C background

This text has white color on #6BA36C background.


Related colors

Complementary color

Complementary color for #hex is #945C93.


I love getcolorcode.com

Triadic colors

1 #6C6BA3 and #A36C6B with #6BA36C are triadic colors.

2 #6CA36B and #A36B6C with #6BA36C are triadic colors.