COLOR #6B966B

HEX: #6B966B
RGB: (107,150,107)

Renk bilgisi

#6B966B contains red, green and blue colors in about the same proportion. #6B966B ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6B966B color RGB value is (107,150,107).

  • kırmız ton 107;
  • yeşil ton 150;
  • mavi ton 107.
RGB:
(107,150,107)
(42%,59%,42%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 150 of 255 = 59%
B 107 of 255 = 42%

107
150
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 150 + 107 = 364 (100%)
R 107 of 364 ~ 29.4%
G 150 of 364 ~ 41.21%
B 107 of 364 ~ 29.4%

%29.4
%41.21
%29.4

CMYK RENK MODELİ

#6B966B rengi CMYK tonu (29,0,29,41).

  • camgöbeği tonu 28.67%
  • eflatun tonu 0.00%
  • sarı tonu 28.67%
  • ana renk tonu 41.18%
CMYK:
(29,0,29,41)
C29M0Y29K41 
(29%,0%,29%,41%)
(0.29/0.00/0.29/0.41)	

CMYK yüzdeleri

%28.67
%0
%28.67
%41.18

Codes

Color #6B966B in popluar color models

6B966B
RGB107150107
HSL120°17.00%50.39%
HSB/HSV120°28.67%58.82%
CMYK28.67%0.00%28.67%
41.18%

Color #6B966B in popluar number systems.

HEX6B966B
Decimal107150107
Binary1101011100101101101011
Octal153226153

Shades and tints

Shades of #6B966B

#6B966B
(107,150,107)
#628962
(98,137,98)
#597C59
(89,124,89)
#506F50
(80,111,80)
#476247
(71,98,71)
#3E553E
(62,85,62)
#354835
(53,72,53)
#2C3B2C
(44,59,44)
#232E23
(35,46,35)
#1A211A
(26,33,26)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6B966B

#6B966B
(107,150,107)
#789F78
(120,159,120)
#85A885
(133,168,133)
#92B192
(146,177,146)
#9FBA9F
(159,186,159)
#ACC3AC
(172,195,172)
#B9CCB9
(185,204,185)
#C6D5C6
(198,213,198)
#D3DED3
(211,222,211)
#E0E7E0
(224,231,224)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B966B; }

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

This text font color is #6B966B.


Background Color

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

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

This div background color is #6B966B.


Border color

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

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

This div border color is #6B966B.


Opacity

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

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

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

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

This text has shadow with #6B966B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B966B on black background.


Color preview on white background

This text has color #6B966B on white background.



Black color preview on #6B966B background

This text has black color on #6B966B background.


White color preview on #6B966B background

This text has white color on #6B966B background.