COLOR #6E966D

HEX: #6E966D
RGB: (110,150,109)

Renk bilgisi

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

RGB renk modeli

#6E966D color RGB value is (110,150,109).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 150 of 255 = 59%
B 109 of 255 = 43%

110
150
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 150 + 109 = 369 (100%)
R 110 of 369 ~ 29.81%
G 150 of 369 ~ 40.65%
B 109 of 369 ~ 29.54%

%29.81
%40.65
%29.54

CMYK RENK MODELİ

#6E966D rengi CMYK tonu (27,0,27,41).

  • camgöbeği tonu 26.67%
  • eflatun tonu 0.00%
  • sarı tonu 27.33%
  • ana renk tonu 41.18%
CMYK:
(27,0,27,41)
C27M0Y27K41 
(27%,0%,27%,41%)
(0.27/0.00/0.27/0.41)	

CMYK yüzdeleri

%26.67
%0
%27.33
%41.18

Codes

Color #6E966D in popluar color models

6E966D
RGB110150109
HSL119°16.33%50.78%
HSB/HSV119°27.33%58.82%
CMYK26.67%0.00%27.33%
41.18%

Color #6E966D in popluar number systems.

HEX6E966D
Decimal110150109
Binary1101110100101101101101
Octal156226155

Shades and tints

Shades of #6E966D

#6E966D
(110,150,109)
#648964
(100,137,100)
#5A7C5B
(90,124,91)
#506F52
(80,111,82)
#466249
(70,98,73)
#3C5540
(60,85,64)
#324837
(50,72,55)
#283B2E
(40,59,46)
#1E2E25
(30,46,37)
#14211C
(20,33,28)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #6E966D

#6E966D
(110,150,109)
#7B9F7A
(123,159,122)
#88A887
(136,168,135)
#95B194
(149,177,148)
#A2BAA1
(162,186,161)
#AFC3AE
(175,195,174)
#BCCCBB
(188,204,187)
#C9D5C8
(201,213,200)
#D6DED5
(214,222,213)
#E3E7E2
(227,231,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E966D; }

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

This text font color is #6E966D.


Background Color

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

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

This div background color is #6E966D.


Border color

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

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

This div border color is #6E966D.


Opacity

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

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

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

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

This text has shadow with #6E966D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E966D on black background.


Color preview on white background

This text has color #6E966D on white background.



Black color preview on #6E966D background

This text has black color on #6E966D background.


White color preview on #6E966D background

This text has white color on #6E966D background.