COLOR #6EA073

HEX: #6EA073
RGB: (110,160,115)

Renk bilgisi

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

RGB renk modeli

#6EA073 color RGB value is (110,160,115).

  • kırmız ton 110;
  • yeşil ton 160;
  • mavi ton 115.
RGB:
(110,160,115)
(43%,63%,45%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 160 of 255 = 63%
B 115 of 255 = 45%

110
160
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 160 + 115 = 385 (100%)
R 110 of 385 ~ 28.57%
G 160 of 385 ~ 41.56%
B 115 of 385 ~ 29.87%

%28.57
%41.56
%29.87

CMYK RENK MODELİ

#6EA073 rengi CMYK tonu (31,0,28,37).

  • camgöbeği tonu 31.25%
  • eflatun tonu 0.00%
  • sarı tonu 28.13%
  • ana renk tonu 37.25%
CMYK:
(31,0,28,37)
C31M0Y28K37 
(31%,0%,28%,37%)
(0.31/0.00/0.28/0.37)	

CMYK yüzdeleri

%31.25
%0
%28.13
%37.25

Codes

Color #6EA073 in popluar color models

6EA073
RGB110160115
HSL126°20.83%52.94%
HSB/HSV126°31.25%62.75%
CMYK31.25%0.00%28.13%
37.25%

Color #6EA073 in popluar number systems.

HEX6EA073
Decimal110160115
Binary1101110101000001110011
Octal156240163

Shades and tints

Shades of #6EA073

#6EA073
(110,160,115)
#649269
(100,146,105)
#5A845F
(90,132,95)
#507655
(80,118,85)
#46684B
(70,104,75)
#3C5A41
(60,90,65)
#324C37
(50,76,55)
#283E2D
(40,62,45)
#1E3023
(30,48,35)
#142219
(20,34,25)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #6EA073

#6EA073
(110,160,115)
#7BA87F
(123,168,127)
#88B08B
(136,176,139)
#95B897
(149,184,151)
#A2C0A3
(162,192,163)
#AFC8AF
(175,200,175)
#BCD0BB
(188,208,187)
#C9D8C7
(201,216,199)
#D6E0D3
(214,224,211)
#E3E8DF
(227,232,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA073 color. Also use rgb(110,160,115) instead hex code.

Text Font Color

.myTextColor { color: #6EA073; }

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

This text font color is #6EA073.


Background Color

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

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

This div background color is #6EA073.


Border color

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

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

This div border color is #6EA073.


Opacity

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

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

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

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

This text has shadow with #6EA073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA073 on black background.


Color preview on white background

This text has color #6EA073 on white background.



Black color preview on #6EA073 background

This text has black color on #6EA073 background.


White color preview on #6EA073 background

This text has white color on #6EA073 background.