COLOR #6E8A61

HEX: #6E8A61
RGB: (110,138,97)

Renk bilgisi

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

RGB renk modeli

#6E8A61 color RGB value is (110,138,97).

  • kırmız ton 110;
  • yeşil ton 138;
  • mavi ton 97.
RGB:
(110,138,97)
(43%,54%,38%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 138 of 255 = 54%
B 97 of 255 = 38%

110
138
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 138 + 97 = 345 (100%)
R 110 of 345 ~ 31.88%
G 138 of 345 ~ 40%
B 97 of 345 ~ 28.12%

%31.88
%40
%28.12

CMYK RENK MODELİ

#6E8A61 rengi CMYK tonu (20,0,30,46).

  • camgöbeği tonu 20.29%
  • eflatun tonu 0.00%
  • sarı tonu 29.71%
  • ana renk tonu 45.88%
CMYK:
(20,0,30,46)
C20M0Y30K46 
(20%,0%,30%,46%)
(0.20/0.00/0.30/0.46)	

CMYK yüzdeleri

%20.29
%0
%29.71
%45.88

Codes

Color #6E8A61 in popluar color models

6E8A61
RGB11013897
HSL101°17.45%46.08%
HSB/HSV101°29.71%54.12%
CMYK20.29%0.00%29.71%
45.88%

Color #6E8A61 in popluar number systems.

HEX6E8A61
Decimal11013897
Binary1101110100010101100001
Octal156212141

Shades and tints

Shades of #6E8A61

#6E8A61
(110,138,97)
#647E59
(100,126,89)
#5A7251
(90,114,81)
#506649
(80,102,73)
#465A41
(70,90,65)
#3C4E39
(60,78,57)
#324231
(50,66,49)
#283629
(40,54,41)
#1E2A21
(30,42,33)
#141E19
(20,30,25)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #6E8A61

#6E8A61
(110,138,97)
#7B946F
(123,148,111)
#889E7D
(136,158,125)
#95A88B
(149,168,139)
#A2B299
(162,178,153)
#AFBCA7
(175,188,167)
#BCC6B5
(188,198,181)
#C9D0C3
(201,208,195)
#D6DAD1
(214,218,209)
#E3E4DF
(227,228,223)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8A61 color. Also use rgb(110,138,97) instead hex code.

Text Font Color

.myTextColor { color: #6E8A61; }

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

This text font color is #6E8A61.


Background Color

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

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

This div background color is #6E8A61.


Border color

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

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

This div border color is #6E8A61.


Opacity

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

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

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

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

This text has shadow with #6E8A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8A61 on black background.


Color preview on white background

This text has color #6E8A61 on white background.



Black color preview on #6E8A61 background

This text has black color on #6E8A61 background.


White color preview on #6E8A61 background

This text has white color on #6E8A61 background.