COLOR #6B9A6F

HEX: #6B9A6F
RGB: (107,154,111)

Color info

#6B9A6F contains red, green and blue colors in about the same proportion. Web safe color of #6B9A6F is #669966 (or #696).

RGB color model

#6B9A6F color RGB value is (107,154,111).

  • red value is 107;
  • green value is 154;
  • blue value is 111.
RGB:
(107,154,111)
(42%,60%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 154 of 255 = 60%
B 111 of 255 = 44%

107
154
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 154 + 111 = 372 (100%)
R 107 of 372 ~ 28.76%
G 154 of 372 ~ 41.4%
B 111 of 372 ~ 29.84%

%28.76
%41.4
%29.84

CMYK color model

#6B9A6F color CMYK value is (31,0,28,40).

  • cyan value is 30.52%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK:
(31,0,28,40)
C31M0Y28K40 
(31%,0%,28%,40%)
(0.31/0.00/0.28/0.40)	

CMYK percentages

%30.52
%0
%27.92
%39.61

Codes

Color #6B9A6F in popluar color models

6B9A6F
RGB107154111
HSL125°18.88%51.18%
HSB/HSV125°30.52%60.39%
CMYK30.52%0.00%27.92%
39.61%

Color #6B9A6F in popluar number systems.

HEX6B9A6F
Decimal107154111
Binary1101011100110101101111
Octal153232157

Shades and tints

Shades of #6B9A6F

#6B9A6F
(107,154,111)
#628C65
(98,140,101)
#597E5B
(89,126,91)
#507051
(80,112,81)
#476247
(71,98,71)
#3E543D
(62,84,61)
#354633
(53,70,51)
#2C3829
(44,56,41)
#232A1F
(35,42,31)
#1A1C15
(26,28,21)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #6B9A6F

#6B9A6F
(107,154,111)
#78A37C
(120,163,124)
#85AC89
(133,172,137)
#92B596
(146,181,150)
#9FBEA3
(159,190,163)
#ACC7B0
(172,199,176)
#B9D0BD
(185,208,189)
#C6D9CA
(198,217,202)
#D3E2D7
(211,226,215)
#E0EBE4
(224,235,228)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9A6F color. Also use rgb(107,154,111) instead hex code.

Text Font Color

.myTextColor { color: #6B9A6F; }

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

This text font color is #6B9A6F.


Background Color

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

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

This div background color is #6B9A6F.


Border color

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

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

This div border color is #6B9A6F.


Opacity

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

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

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

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

This text has shadow with #6B9A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9A6F on black background.


Color preview on white background

This text has color #6B9A6F on white background.



Black color preview on #6B9A6F background

This text has black color on #6B9A6F background.


White color preview on #6B9A6F background

This text has white color on #6B9A6F background.