COLOR #6BA36F

HEX: #6BA36F
RGB: (107,163,111)

Color info

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

RGB color model

#6BA36F color RGB value is (107,163,111).

  • red value is 107;
  • green value is 163;
  • blue value is 111.
RGB:
(107,163,111)
(42%,64%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 111 of 255 = 44%

107
163
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 163 + 111 = 381 (100%)
R 107 of 381 ~ 28.08%
G 163 of 381 ~ 42.78%
B 111 of 381 ~ 29.13%

%28.08
%42.78
%29.13

CMYK color model

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

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK:
(34,0,32,36)
C34M0Y32K36 
(34%,0%,32%,36%)
(0.34/0.00/0.32/0.36)	

CMYK percentages

%34.36
%0
%31.9
%36.08

Codes

Color #6BA36F in popluar color models

6BA36F
RGB107163111
HSL124°23.33%52.94%
HSB/HSV124°34.36%63.92%
CMYK34.36%0.00%31.90%
36.08%

Color #6BA36F in popluar number systems.

HEX6BA36F
Decimal107163111
Binary1101011101000111101111
Octal153243157

Shades and tints

Shades of #6BA36F

#6BA36F
(107,163,111)
#629565
(98,149,101)
#59875B
(89,135,91)
#507951
(80,121,81)
#476B47
(71,107,71)
#3E5D3D
(62,93,61)
#354F33
(53,79,51)
#2C4129
(44,65,41)
#23331F
(35,51,31)
#1A2515
(26,37,21)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #6BA36F

#6BA36F
(107,163,111)
#78AB7C
(120,171,124)
#85B389
(133,179,137)
#92BB96
(146,187,150)
#9FC3A3
(159,195,163)
#ACCBB0
(172,203,176)
#B9D3BD
(185,211,189)
#C6DBCA
(198,219,202)
#D3E3D7
(211,227,215)
#E0EBE4
(224,235,228)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA36F; }

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

This text font color is #6BA36F.


Background Color

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

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

This div background color is #6BA36F.


Border color

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

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

This div border color is #6BA36F.


Opacity

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

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

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

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

This text has shadow with #6BA36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA36F on black background.


Color preview on white background

This text has color #6BA36F on white background.



Black color preview on #6BA36F background

This text has black color on #6BA36F background.


White color preview on #6BA36F background

This text has white color on #6BA36F background.