COLOR #6B8D4A

HEX: #6B8D4A
RGB: (107,141,74)

Color info

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

RGB color model

#6B8D4A color RGB value is (107,141,74).

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

RGB channels and saturation

R 107 of 255 = 42%
G 141 of 255 = 55%
B 74 of 255 = 29%

107
141
74

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

Portions of RGB colors in percentages

R + G + B =
107 + 141 + 74 = 322 (100%)
R 107 of 322 ~ 33.23%
G 141 of 322 ~ 43.79%
B 74 of 322 ~ 22.98%

%33.23
%43.79
%22.98

CMYK color model

#6B8D4A color CMYK value is (24,0,48,45).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 47.52%
  • key color value is 44.71%
CMYK:
(24,0,48,45)
C24M0Y48K45 
(24%,0%,48%,45%)
(0.24/0.00/0.48/0.45)	

CMYK percentages

%24.11
%0
%47.52
%44.71

Codes

Color #6B8D4A in popluar color models

6B8D4A
RGB10714174
HSL90°31.16%42.16%
HSB/HSV90°47.52%55.29%
CMYK24.11%0.00%47.52%
44.71%

Color #6B8D4A in popluar number systems.

HEX6B8D4A
Decimal10714174
Binary1101011100011011001010
Octal153215112

Shades and tints

Shades of #6B8D4A

#6B8D4A
(107,141,74)
#628144
(98,129,68)
#59753E
(89,117,62)
#506938
(80,105,56)
#475D32
(71,93,50)
#3E512C
(62,81,44)
#354526
(53,69,38)
#2C3920
(44,57,32)
#232D1A
(35,45,26)
#1A2114
(26,33,20)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #6B8D4A

#6B8D4A
(107,141,74)
#78975A
(120,151,90)
#85A16A
(133,161,106)
#92AB7A
(146,171,122)
#9FB58A
(159,181,138)
#ACBF9A
(172,191,154)
#B9C9AA
(185,201,170)
#C6D3BA
(198,211,186)
#D3DDCA
(211,221,202)
#E0E7DA
(224,231,218)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8D4A; }

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

This text font color is #6B8D4A.


Background Color

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

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

This div background color is #6B8D4A.


Border color

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

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

This div border color is #6B8D4A.


Opacity

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

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

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

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

This text has shadow with #6B8D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8D4A on black background.


Color preview on white background

This text has color #6B8D4A on white background.



Black color preview on #6B8D4A background

This text has black color on #6B8D4A background.


White color preview on #6B8D4A background

This text has white color on #6B8D4A background.