COLOR #6BA346

HEX: #6BA346
RGB: (107,163,70)

Color info

#6BA346 contains mainly red and green colors. Web safe color of #6BA346 is #669933 (or #693).

RGB color model

#6BA346 color RGB value is (107,163,70).

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

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 70 of 255 = 27%

107
163
70

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

Portions of RGB colors in percentages

R + G + B =
107 + 163 + 70 = 340 (100%)
R 107 of 340 ~ 31.47%
G 163 of 340 ~ 47.94%
B 70 of 340 ~ 20.59%

%31.47
%47.94
%20.59

CMYK color model

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

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 57.06%
  • key color value is 36.08%
CMYK:
(34,0,57,36)
C34M0Y57K36 
(34%,0%,57%,36%)
(0.34/0.00/0.57/0.36)	

CMYK percentages

%34.36
%0
%57.06
%36.08

Codes

Color #6BA346 in popluar color models

6BA346
RGB10716370
HSL96°39.91%45.69%
HSB/HSV96°57.06%63.92%
CMYK34.36%0.00%57.06%
36.08%

Color #6BA346 in popluar number systems.

HEX6BA346
Decimal10716370
Binary1101011101000111000110
Octal153243106

Shades and tints

Shades of #6BA346

#6BA346
(107,163,70)
#629540
(98,149,64)
#59873A
(89,135,58)
#507934
(80,121,52)
#476B2E
(71,107,46)
#3E5D28
(62,93,40)
#354F22
(53,79,34)
#2C411C
(44,65,28)
#233316
(35,51,22)
#1A2510
(26,37,16)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #6BA346

#6BA346
(107,163,70)
#78AB56
(120,171,86)
#85B366
(133,179,102)
#92BB76
(146,187,118)
#9FC386
(159,195,134)
#ACCB96
(172,203,150)
#B9D3A6
(185,211,166)
#C6DBB6
(198,219,182)
#D3E3C6
(211,227,198)
#E0EBD6
(224,235,214)
#EDF3E6
(237,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA346; }

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

This text font color is #6BA346.


Background Color

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

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

This div background color is #6BA346.


Border color

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

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

This div border color is #6BA346.


Opacity

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

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

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

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

This text has shadow with #6BA346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA346 on black background.


Color preview on white background

This text has color #6BA346 on white background.



Black color preview on #6BA346 background

This text has black color on #6BA346 background.


White color preview on #6BA346 background

This text has white color on #6BA346 background.