COLOR #6E8966

HEX: #6E8966
RGB: (110,137,102)

Renk bilgisi

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

RGB renk modeli

#6E8966 color RGB value is (110,137,102).

  • kırmız ton 110;
  • yeşil ton 137;
  • mavi ton 102.
RGB:
(110,137,102)
(43%,54%,40%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 137 of 255 = 54%
B 102 of 255 = 40%

110
137
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 137 + 102 = 349 (100%)
R 110 of 349 ~ 31.52%
G 137 of 349 ~ 39.26%
B 102 of 349 ~ 29.23%

%31.52
%39.26
%29.23

CMYK RENK MODELİ

#6E8966 rengi CMYK tonu (20,0,26,46).

  • camgöbeği tonu 19.71%
  • eflatun tonu 0.00%
  • sarı tonu 25.55%
  • ana renk tonu 46.27%
CMYK:
(20,0,26,46)
C20M0Y26K46 
(20%,0%,26%,46%)
(0.20/0.00/0.26/0.46)	

CMYK yüzdeleri

%19.71
%0
%25.55
%46.27

Codes

Color #6E8966 in popluar color models

6E8966
RGB110137102
HSL106°14.64%46.86%
HSB/HSV106°25.55%53.73%
CMYK19.71%0.00%25.55%
46.27%

Color #6E8966 in popluar number systems.

HEX6E8966
Decimal110137102
Binary1101110100010011100110
Octal156211146

Shades and tints

Shades of #6E8966

#6E8966
(110,137,102)
#647D5D
(100,125,93)
#5A7154
(90,113,84)
#50654B
(80,101,75)
#465942
(70,89,66)
#3C4D39
(60,77,57)
#324130
(50,65,48)
#283527
(40,53,39)
#1E291E
(30,41,30)
#141D15
(20,29,21)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #6E8966

#6E8966
(110,137,102)
#7B9373
(123,147,115)
#889D80
(136,157,128)
#95A78D
(149,167,141)
#A2B19A
(162,177,154)
#AFBBA7
(175,187,167)
#BCC5B4
(188,197,180)
#C9CFC1
(201,207,193)
#D6D9CE
(214,217,206)
#E3E3DB
(227,227,219)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8966 color. Also use rgb(110,137,102) instead hex code.

Text Font Color

.myTextColor { color: #6E8966; }

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

This text font color is #6E8966.


Background Color

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

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

This div background color is #6E8966.


Border color

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

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

This div border color is #6E8966.


Opacity

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

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

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

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

This text has shadow with #6E8966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8966 on black background.


Color preview on white background

This text has color #6E8966 on white background.



Black color preview on #6E8966 background

This text has black color on #6E8966 background.


White color preview on #6E8966 background

This text has white color on #6E8966 background.