COLOR #6B9D72

HEX: #6B9D72
RGB: (107,157,114)

Color info

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

RGB color model

#6B9D72 color RGB value is (107,157,114).

  • red value is 107;
  • green value is 157;
  • blue value is 114.
RGB:
(107,157,114)
(42%,62%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 157 of 255 = 62%
B 114 of 255 = 45%

107
157
114

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

Portions of RGB colors in percentages

R + G + B =
107 + 157 + 114 = 378 (100%)
R 107 of 378 ~ 28.31%
G 157 of 378 ~ 41.53%
B 114 of 378 ~ 30.16%

%28.31
%41.53
%30.16

CMYK color model

#6B9D72 color CMYK value is (32,0,27,38).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 38.43%
CMYK:
(32,0,27,38)
C32M0Y27K38 
(32%,0%,27%,38%)
(0.32/0.00/0.27/0.38)	

CMYK percentages

%31.85
%0
%27.39
%38.43

Codes

Color #6B9D72 in popluar color models

6B9D72
RGB107157114
HSL128°20.33%51.76%
HSB/HSV128°31.85%61.57%
CMYK31.85%0.00%27.39%
38.43%

Color #6B9D72 in popluar number systems.

HEX6B9D72
Decimal107157114
Binary1101011100111011110010
Octal153235162

Shades and tints

Shades of #6B9D72

#6B9D72
(107,157,114)
#628F68
(98,143,104)
#59815E
(89,129,94)
#507354
(80,115,84)
#47654A
(71,101,74)
#3E5740
(62,87,64)
#354936
(53,73,54)
#2C3B2C
(44,59,44)
#232D22
(35,45,34)
#1A1F18
(26,31,24)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #6B9D72

#6B9D72
(107,157,114)
#78A57E
(120,165,126)
#85AD8A
(133,173,138)
#92B596
(146,181,150)
#9FBDA2
(159,189,162)
#ACC5AE
(172,197,174)
#B9CDBA
(185,205,186)
#C6D5C6
(198,213,198)
#D3DDD2
(211,221,210)
#E0E5DE
(224,229,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9D72 color. Also use rgb(107,157,114) instead hex code.

Text Font Color

.myTextColor { color: #6B9D72; }

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

This text font color is #6B9D72.


Background Color

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

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

This div background color is #6B9D72.


Border color

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

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

This div border color is #6B9D72.


Opacity

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

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

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

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

This text has shadow with #6B9D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9D72 on black background.


Color preview on white background

This text has color #6B9D72 on white background.



Black color preview on #6B9D72 background

This text has black color on #6B9D72 background.


White color preview on #6B9D72 background

This text has white color on #6B9D72 background.