COLOR #6B916F

HEX: #6B916F
RGB: (107,145,111)

Color info

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

RGB color model

#6B916F color RGB value is (107,145,111).

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

RGB channels and saturation

R 107 of 255 = 42%
G 145 of 255 = 57%
B 111 of 255 = 44%

107
145
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 145 + 111 = 363 (100%)
R 107 of 363 ~ 29.48%
G 145 of 363 ~ 39.94%
B 111 of 363 ~ 30.58%

%29.48
%39.94
%30.58

CMYK color model

#6B916F color CMYK value is (26,0,23,43).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 23.45%
  • key color value is 43.14%
CMYK:
(26,0,23,43)
C26M0Y23K43 
(26%,0%,23%,43%)
(0.26/0.00/0.23/0.43)	

CMYK percentages

%26.21
%0
%23.45
%43.14

Codes

Color #6B916F in popluar color models

6B916F
RGB107145111
HSL126°15.08%49.41%
HSB/HSV126°26.21%56.86%
CMYK26.21%0.00%23.45%
43.14%

Color #6B916F in popluar number systems.

HEX6B916F
Decimal107145111
Binary1101011100100011101111
Octal153221157

Shades and tints

Shades of #6B916F

#6B916F
(107,145,111)
#628465
(98,132,101)
#59775B
(89,119,91)
#506A51
(80,106,81)
#475D47
(71,93,71)
#3E503D
(62,80,61)
#354333
(53,67,51)
#2C3629
(44,54,41)
#23291F
(35,41,31)
#1A1C15
(26,28,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B916F

#6B916F
(107,145,111)
#789B7C
(120,155,124)
#85A589
(133,165,137)
#92AF96
(146,175,150)
#9FB9A3
(159,185,163)
#ACC3B0
(172,195,176)
#B9CDBD
(185,205,189)
#C6D7CA
(198,215,202)
#D3E1D7
(211,225,215)
#E0EBE4
(224,235,228)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B916F; }

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

This text font color is #6B916F.


Background Color

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

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

This div background color is #6B916F.


Border color

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

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

This div border color is #6B916F.


Opacity

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

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

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

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

This text has shadow with #6B916F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B916F on black background.


Color preview on white background

This text has color #6B916F on white background.



Black color preview on #6B916F background

This text has black color on #6B916F background.


White color preview on #6B916F background

This text has white color on #6B916F background.