COLOR #6BA86A

HEX: #6BA86A
RGB: (107,168,106)

Color info

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

RGB color model

#6BA86A color RGB value is (107,168,106).

  • red value is 107;
  • green value is 168;
  • blue value is 106.
RGB:
(107,168,106)
(42%,66%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 106 of 255 = 42%

107
168
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 106 = 381 (100%)
R 107 of 381 ~ 28.08%
G 168 of 381 ~ 44.09%
B 106 of 381 ~ 27.82%

%28.08
%44.09
%27.82

CMYK color model

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

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 36.90%
  • key color value is 34.12%
CMYK:
(36,0,37,34)
C36M0Y37K34 
(36%,0%,37%,34%)
(0.36/0.00/0.37/0.34)	

CMYK percentages

%36.31
%0
%36.9
%34.12

Codes

Color #6BA86A in popluar color models

6BA86A
RGB107168106
HSL119°26.27%53.73%
HSB/HSV119°36.90%65.88%
CMYK36.31%0.00%36.90%
34.12%

Color #6BA86A in popluar number systems.

HEX6BA86A
Decimal107168106
Binary1101011101010001101010
Octal153250152

Shades and tints

Shades of #6BA86A

#6BA86A
(107,168,106)
#629961
(98,153,97)
#598A58
(89,138,88)
#507B4F
(80,123,79)
#476C46
(71,108,70)
#3E5D3D
(62,93,61)
#354E34
(53,78,52)
#2C3F2B
(44,63,43)
#233022
(35,48,34)
#1A2119
(26,33,25)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #6BA86A

#6BA86A
(107,168,106)
#78AF77
(120,175,119)
#85B684
(133,182,132)
#92BD91
(146,189,145)
#9FC49E
(159,196,158)
#ACCBAB
(172,203,171)
#B9D2B8
(185,210,184)
#C6D9C5
(198,217,197)
#D3E0D2
(211,224,210)
#E0E7DF
(224,231,223)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA86A color. Also use rgb(107,168,106) instead hex code.

Text Font Color

.myTextColor { color: #6BA86A; }

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

This text font color is #6BA86A.


Background Color

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

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

This div background color is #6BA86A.


Border color

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

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

This div border color is #6BA86A.


Opacity

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

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

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

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

This text has shadow with #6BA86A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA86A on black background.


Color preview on white background

This text has color #6BA86A on white background.



Black color preview on #6BA86A background

This text has black color on #6BA86A background.


White color preview on #6BA86A background

This text has white color on #6BA86A background.