COLOR #6BA356

HEX: #6BA356
RGB: (107,163,86)

Color info

#6BA356 contains mainly red and green colors. Web safe color of #6BA356 is #669966 (or #696).

RGB color model

#6BA356 color RGB value is (107,163,86).

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

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 86 of 255 = 34%

107
163
86

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

Portions of RGB colors in percentages

R + G + B =
107 + 163 + 86 = 356 (100%)
R 107 of 356 ~ 30.06%
G 163 of 356 ~ 45.79%
B 86 of 356 ~ 24.16%

%30.06
%45.79
%24.16

CMYK color model

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

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 47.24%
  • key color value is 36.08%
CMYK:
(34,0,47,36)
C34M0Y47K36 
(34%,0%,47%,36%)
(0.34/0.00/0.47/0.36)	

CMYK percentages

%34.36
%0
%47.24
%36.08

Codes

Color #6BA356 in popluar color models

6BA356
RGB10716386
HSL104°30.92%48.82%
HSB/HSV104°47.24%63.92%
CMYK34.36%0.00%47.24%
36.08%

Color #6BA356 in popluar number systems.

HEX6BA356
Decimal10716386
Binary1101011101000111010110
Octal153243126

Shades and tints

Shades of #6BA356

#6BA356
(107,163,86)
#62954F
(98,149,79)
#598748
(89,135,72)
#507941
(80,121,65)
#476B3A
(71,107,58)
#3E5D33
(62,93,51)
#354F2C
(53,79,44)
#2C4125
(44,65,37)
#23331E
(35,51,30)
#1A2517
(26,37,23)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #6BA356

#6BA356
(107,163,86)
#78AB65
(120,171,101)
#85B374
(133,179,116)
#92BB83
(146,187,131)
#9FC392
(159,195,146)
#ACCBA1
(172,203,161)
#B9D3B0
(185,211,176)
#C6DBBF
(198,219,191)
#D3E3CE
(211,227,206)
#E0EBDD
(224,235,221)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA356; }

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

This text font color is #6BA356.


Background Color

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

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

This div background color is #6BA356.


Border color

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

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

This div border color is #6BA356.


Opacity

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

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

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

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

This text has shadow with #6BA356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA356 on black background.


Color preview on white background

This text has color #6BA356 on white background.



Black color preview on #6BA356 background

This text has black color on #6BA356 background.


White color preview on #6BA356 background

This text has white color on #6BA356 background.