COLOR #6B8E28

HEX: #6B8E28
RGB: (107,142,40)

Color info

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

RGB color model

#6B8E28 color RGB value is (107,142,40).

  • red value is 107;
  • green value is 142;
  • blue value is 40.
RGB:
(107,142,40)
(42%,56%,16%)

RGB channels and saturation

R 107 of 255 = 42%
G 142 of 255 = 56%
B 40 of 255 = 16%

107
142
40

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

Portions of RGB colors in percentages

R + G + B =
107 + 142 + 40 = 289 (100%)
R 107 of 289 ~ 37.02%
G 142 of 289 ~ 49.13%
B 40 of 289 ~ 13.84%

%37.02
%49.13
%13.84

CMYK color model

#6B8E28 color CMYK value is (25,0,72,44).

  • cyan value is 24.65%
  • magenta value is 0.00%
  • yellow value is 71.83%
  • key color value is 44.31%
CMYK:
(25,0,72,44)
C25M0Y72K44 
(25%,0%,72%,44%)
(0.25/0.00/0.72/0.44)	

CMYK percentages

%24.65
%0
%71.83
%44.31

Codes

Color #6B8E28 in popluar color models

6B8E28
RGB10714240
HSL81°56.04%35.69%
HSB/HSV81°71.83%55.69%
CMYK24.65%0.00%71.83%
44.31%

Color #6B8E28 in popluar number systems.

HEX6B8E28
Decimal10714240
Binary110101110001110101000
Octal15321650

Shades and tints

Shades of #6B8E28

#6B8E28
(107,142,40)
#628225
(98,130,37)
#597622
(89,118,34)
#506A1F
(80,106,31)
#475E1C
(71,94,28)
#3E5219
(62,82,25)
#354616
(53,70,22)
#2C3A13
(44,58,19)
#232E10
(35,46,16)
#1A220D
(26,34,13)
#11160A
(17,22,10)
#000000
(0,0,0)

Tints of #6B8E28

#6B8E28
(107,142,40)
#78983B
(120,152,59)
#85A24E
(133,162,78)
#92AC61
(146,172,97)
#9FB674
(159,182,116)
#ACC087
(172,192,135)
#B9CA9A
(185,202,154)
#C6D4AD
(198,212,173)
#D3DEC0
(211,222,192)
#E0E8D3
(224,232,211)
#EDF2E6
(237,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8E28 color. Also use rgb(107,142,40) instead hex code.

Text Font Color

.myTextColor { color: #6B8E28; }

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

This text font color is #6B8E28.


Background Color

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

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

This div background color is #6B8E28.


Border color

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

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

This div border color is #6B8E28.


Opacity

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

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

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

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

This text has shadow with #6B8E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8E28 on black background.


Color preview on white background

This text has color #6B8E28 on white background.



Black color preview on #6B8E28 background

This text has black color on #6B8E28 background.


White color preview on #6B8E28 background

This text has white color on #6B8E28 background.