COLOR #6BA82E

HEX: #6BA82E
RGB: (107,168,46)

Color info

#6BA82E contains mainly green color. Web safe color of #6BA82E is #669933 (or #693).

RGB color model

#6BA82E color RGB value is (107,168,46).

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

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 46 of 255 = 18%

107
168
46

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

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 46 = 321 (100%)
R 107 of 321 ~ 33.33%
G 168 of 321 ~ 52.34%
B 46 of 321 ~ 14.33%

%33.33
%52.34
%14.33

CMYK color model

#6BA82E color CMYK value is (36,0,73,34).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 72.62%
  • key color value is 34.12%
CMYK:
(36,0,73,34)
C36M0Y73K34 
(36%,0%,73%,34%)
(0.36/0.00/0.73/0.34)	

CMYK percentages

%36.31
%0
%72.62
%34.12

Codes

Color #6BA82E in popluar color models

6BA82E
RGB10716846
HSL90°57.01%41.96%
HSB/HSV90°72.62%65.88%
CMYK36.31%0.00%72.62%
34.12%

Color #6BA82E in popluar number systems.

HEX6BA82E
Decimal10716846
Binary110101110101000101110
Octal15325056

Shades and tints

Shades of #6BA82E

#6BA82E
(107,168,46)
#62992A
(98,153,42)
#598A26
(89,138,38)
#507B22
(80,123,34)
#476C1E
(71,108,30)
#3E5D1A
(62,93,26)
#354E16
(53,78,22)
#2C3F12
(44,63,18)
#23300E
(35,48,14)
#1A210A
(26,33,10)
#111206
(17,18,6)
#000000
(0,0,0)

Tints of #6BA82E

#6BA82E
(107,168,46)
#78AF41
(120,175,65)
#85B654
(133,182,84)
#92BD67
(146,189,103)
#9FC47A
(159,196,122)
#ACCB8D
(172,203,141)
#B9D2A0
(185,210,160)
#C6D9B3
(198,217,179)
#D3E0C6
(211,224,198)
#E0E7D9
(224,231,217)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA82E; }

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

This text font color is #6BA82E.


Background Color

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

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

This div background color is #6BA82E.


Border color

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

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

This div border color is #6BA82E.


Opacity

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

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

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

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

This text has shadow with #6BA82E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA82E on black background.


Color preview on white background

This text has color #6BA82E on white background.



Black color preview on #6BA82E background

This text has black color on #6BA82E background.


White color preview on #6BA82E background

This text has white color on #6BA82E background.