COLOR #6B8D0A

HEX: #6B8D0A
RGB: (107,141,10)

Color info

#6B8D0A contains mainly red and green colors. Web safe color of #6B8D0A is #669900 (or #690).

RGB color model

#6B8D0A color RGB value is (107,141,10).

  • red value is 107;
  • green value is 141;
  • blue value is 10.
RGB:
(107,141,10)
(42%,55%,4%)

RGB channels and saturation

R 107 of 255 = 42%
G 141 of 255 = 55%
B 10 of 255 = 4%

107
141
10

R + G + B ~ 34%. #6B8D0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 141 + 10 = 258 (100%)
R 107 of 258 ~ 41.47%
G 141 of 258 ~ 54.65%
B 10 of 258 ~ 3.88%

%41.47
%54.65

CMYK color model

#6B8D0A color CMYK value is (24,0,93,45).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 92.91%
  • key color value is 44.71%
CMYK:
(24,0,93,45)
C24M0Y93K45 
(24%,0%,93%,45%)
(0.24/0.00/0.93/0.45)	

CMYK percentages

%24.11
%0
%92.91
%44.71

Codes

Color #6B8D0A in popluar color models

6B8D0A
RGB10714110
HSL76°86.75%29.61%
HSB/HSV76°92.91%55.29%
CMYK24.11%0.00%92.91%
44.71%

Color #6B8D0A in popluar number systems.

HEX6B8D0A
Decimal10714110
Binary1101011100011011010
Octal15321512

Shades and tints

Shades of #6B8D0A

#6B8D0A
(107,141,10)
#62810A
(98,129,10)
#59750A
(89,117,10)
#50690A
(80,105,10)
#475D0A
(71,93,10)
#3E510A
(62,81,10)
#35450A
(53,69,10)
#2C390A
(44,57,10)
#232D0A
(35,45,10)
#1A210A
(26,33,10)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #6B8D0A

#6B8D0A
(107,141,10)
#789720
(120,151,32)
#85A136
(133,161,54)
#92AB4C
(146,171,76)
#9FB562
(159,181,98)
#ACBF78
(172,191,120)
#B9C98E
(185,201,142)
#C6D3A4
(198,211,164)
#D3DDBA
(211,221,186)
#E0E7D0
(224,231,208)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8D0A color. Also use rgb(107,141,10) instead hex code.

Text Font Color

.myTextColor { color: #6B8D0A; }

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

This text font color is #6B8D0A.


Background Color

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

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

This div background color is #6B8D0A.


Border color

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

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

This div border color is #6B8D0A.


Opacity

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

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

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

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

This text has shadow with #6B8D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8D0A on black background.


Color preview on white background

This text has color #6B8D0A on white background.



Black color preview on #6B8D0A background

This text has black color on #6B8D0A background.


White color preview on #6B8D0A background

This text has white color on #6B8D0A background.