COLOR #6EB775

HEX: #6EB775
RGB: (110,183,117)

Renk bilgisi

#6EB775 contains mainly green color. #6EB775 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6EB775 color RGB value is (110,183,117).

  • kırmız ton 110;
  • yeşil ton 183;
  • mavi ton 117.
RGB:
(110,183,117)
(43%,72%,46%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 183 of 255 = 72%
B 117 of 255 = 46%

110
183
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 183 + 117 = 410 (100%)
R 110 of 410 ~ 26.83%
G 183 of 410 ~ 44.63%
B 117 of 410 ~ 28.54%

%26.83
%44.63
%28.54

CMYK RENK MODELİ

#6EB775 rengi CMYK tonu (40,0,36,28).

  • camgöbeği tonu 39.89%
  • eflatun tonu 0.00%
  • sarı tonu 36.07%
  • ana renk tonu 28.24%
CMYK:
(40,0,36,28)
C40M0Y36K28 
(40%,0%,36%,28%)
(0.40/0.00/0.36/0.28)	

CMYK yüzdeleri

%39.89
%0
%36.07
%28.24

Codes

Color #6EB775 in popluar color models

6EB775
RGB110183117
HSL126°33.64%57.45%
HSB/HSV126°39.89%71.76%
CMYK39.89%0.00%36.07%
28.24%

Color #6EB775 in popluar number systems.

HEX6EB775
Decimal110183117
Binary1101110101101111110101
Octal156267165

Shades and tints

Shades of #6EB775

#6EB775
(110,183,117)
#64A76B
(100,167,107)
#5A9761
(90,151,97)
#508757
(80,135,87)
#46774D
(70,119,77)
#3C6743
(60,103,67)
#325739
(50,87,57)
#28472F
(40,71,47)
#1E3725
(30,55,37)
#14271B
(20,39,27)
#0A1711
(10,23,17)
#000000
(0,0,0)

Tints of #6EB775

#6EB775
(110,183,117)
#7BBD81
(123,189,129)
#88C38D
(136,195,141)
#95C999
(149,201,153)
#A2CFA5
(162,207,165)
#AFD5B1
(175,213,177)
#BCDBBD
(188,219,189)
#C9E1C9
(201,225,201)
#D6E7D5
(214,231,213)
#E3EDE1
(227,237,225)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB775 color. Also use rgb(110,183,117) instead hex code.

Text Font Color

.myTextColor { color: #6EB775; }

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

This text font color is #6EB775.


Background Color

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

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

This div background color is #6EB775.


Border color

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

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

This div border color is #6EB775.


Opacity

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

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

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

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

This text has shadow with #6EB775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB775 on black background.


Color preview on white background

This text has color #6EB775 on white background.



Black color preview on #6EB775 background

This text has black color on #6EB775 background.


White color preview on #6EB775 background

This text has white color on #6EB775 background.