COLOR #6BA36E

HEX: #6BA36E
RGB: (107,163,110)

Color info

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

RGB color model

#6BA36E color RGB value is (107,163,110).

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

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 110 of 255 = 43%

107
163
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 163 + 110 = 380 (100%)
R 107 of 380 ~ 28.16%
G 163 of 380 ~ 42.89%
B 110 of 380 ~ 28.95%

%28.16
%42.89
%28.95

CMYK color model

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

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 36.08%
CMYK:
(34,0,33,36)
C34M0Y33K36 
(34%,0%,33%,36%)
(0.34/0.00/0.33/0.36)	

CMYK percentages

%34.36
%0
%32.52
%36.08

Codes

Color #6BA36E in popluar color models

6BA36E
RGB107163110
HSL123°23.33%52.94%
HSB/HSV123°34.36%63.92%
CMYK34.36%0.00%32.52%
36.08%

Color #6BA36E in popluar number systems.

HEX6BA36E
Decimal107163110
Binary1101011101000111101110
Octal153243156

Shades and tints

Shades of #6BA36E

#6BA36E
(107,163,110)
#629564
(98,149,100)
#59875A
(89,135,90)
#507950
(80,121,80)
#476B46
(71,107,70)
#3E5D3C
(62,93,60)
#354F32
(53,79,50)
#2C4128
(44,65,40)
#23331E
(35,51,30)
#1A2514
(26,37,20)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #6BA36E

#6BA36E
(107,163,110)
#78AB7B
(120,171,123)
#85B388
(133,179,136)
#92BB95
(146,187,149)
#9FC3A2
(159,195,162)
#ACCBAF
(172,203,175)
#B9D3BC
(185,211,188)
#C6DBC9
(198,219,201)
#D3E3D6
(211,227,214)
#E0EBE3
(224,235,227)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA36E; }

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

This text font color is #6BA36E.


Background Color

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

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

This div background color is #6BA36E.


Border color

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

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

This div border color is #6BA36E.


Opacity

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

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

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

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

This text has shadow with #6BA36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA36E on black background.


Color preview on white background

This text has color #6BA36E on white background.



Black color preview on #6BA36E background

This text has black color on #6BA36E background.


White color preview on #6BA36E background

This text has white color on #6BA36E background.