COLOR #6BA80E

HEX: #6BA80E
RGB: (107,168,14)

Color info

#6BA80E contains mainly green color. Web safe color of #6BA80E is #669900 (or #690).

RGB color model

#6BA80E color RGB value is (107,168,14).

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

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 14 of 255 = 5%

107
168
14

R + G + B ~ 38%. #6BA80E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 14 = 289 (100%)
R 107 of 289 ~ 37.02%
G 168 of 289 ~ 58.13%
B 14 of 289 ~ 4.84%

%37.02
%58.13

CMYK color model

#6BA80E color CMYK value is (36,0,92,34).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 34.12%
CMYK:
(36,0,92,34)
C36M0Y92K34 
(36%,0%,92%,34%)
(0.36/0.00/0.92/0.34)	

CMYK percentages

%36.31
%0
%91.67
%34.12

Codes

Color #6BA80E in popluar color models

6BA80E
RGB10716814
HSL84°84.62%35.69%
HSB/HSV84°91.67%65.88%
CMYK36.31%0.00%91.67%
34.12%

Color #6BA80E in popluar number systems.

HEX6BA80E
Decimal10716814
Binary1101011101010001110
Octal15325016

Shades and tints

Shades of #6BA80E

#6BA80E
(107,168,14)
#62990D
(98,153,13)
#598A0C
(89,138,12)
#507B0B
(80,123,11)
#476C0A
(71,108,10)
#3E5D09
(62,93,9)
#354E08
(53,78,8)
#2C3F07
(44,63,7)
#233006
(35,48,6)
#1A2105
(26,33,5)
#111204
(17,18,4)
#000000
(0,0,0)

Tints of #6BA80E

#6BA80E
(107,168,14)
#78AF23
(120,175,35)
#85B638
(133,182,56)
#92BD4D
(146,189,77)
#9FC462
(159,196,98)
#ACCB77
(172,203,119)
#B9D28C
(185,210,140)
#C6D9A1
(198,217,161)
#D3E0B6
(211,224,182)
#E0E7CB
(224,231,203)
#EDEEE0
(237,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA80E; }

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

This text font color is #6BA80E.


Background Color

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

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

This div background color is #6BA80E.


Border color

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

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

This div border color is #6BA80E.


Opacity

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

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

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

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

This text has shadow with #6BA80E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA80E on black background.


Color preview on white background

This text has color #6BA80E on white background.



Black color preview on #6BA80E background

This text has black color on #6BA80E background.


White color preview on #6BA80E background

This text has white color on #6BA80E background.