COLOR #6EB93D

HEX: #6EB93D
RGB: (110,185,61)

Renk bilgisi

#6EB93D contains mainly green color. #6EB93D ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#6EB93D color RGB value is (110,185,61).

  • kırmız ton 110;
  • yeşil ton 185;
  • mavi ton 61.
RGB:
(110,185,61)
(43%,73%,24%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 185 of 255 = 73%
B 61 of 255 = 24%

110
185
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 185 + 61 = 356 (100%)
R 110 of 356 ~ 30.9%
G 185 of 356 ~ 51.97%
B 61 of 356 ~ 17.13%

%30.9
%51.97
%17.13

CMYK RENK MODELİ

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

  • camgöbeği tonu 40.54%
  • eflatun tonu 0.00%
  • sarı tonu 67.03%
  • ana renk tonu 27.45%
CMYK:
(41,0,67,27)
C41M0Y67K27 
(41%,0%,67%,27%)
(0.41/0.00/0.67/0.27)	

CMYK yüzdeleri

%40.54
%0
%67.03
%27.45

Codes

Color #6EB93D in popluar color models

6EB93D
RGB11018561
HSL96°50.41%48.24%
HSB/HSV96°67.03%72.55%
CMYK40.54%0.00%67.03%
27.45%

Color #6EB93D in popluar number systems.

HEX6EB93D
Decimal11018561
Binary110111010111001111101
Octal15627175

Shades and tints

Shades of #6EB93D

#6EB93D
(110,185,61)
#64A938
(100,169,56)
#5A9933
(90,153,51)
#50892E
(80,137,46)
#467929
(70,121,41)
#3C6924
(60,105,36)
#32591F
(50,89,31)
#28491A
(40,73,26)
#1E3915
(30,57,21)
#142910
(20,41,16)
#0A190B
(10,25,11)
#000000
(0,0,0)

Tints of #6EB93D

#6EB93D
(110,185,61)
#7BBF4E
(123,191,78)
#88C55F
(136,197,95)
#95CB70
(149,203,112)
#A2D181
(162,209,129)
#AFD792
(175,215,146)
#BCDDA3
(188,221,163)
#C9E3B4
(201,227,180)
#D6E9C5
(214,233,197)
#E3EFD6
(227,239,214)
#F0F5E7
(240,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB93D color. Also use rgb(110,185,61) instead hex code.

Text Font Color

.myTextColor { color: #6EB93D; }

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

This text font color is #6EB93D.


Background Color

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

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

This div background color is #6EB93D.


Border color

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

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

This div border color is #6EB93D.


Opacity

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

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

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

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

This text has shadow with #6EB93D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB93D on black background.


Color preview on white background

This text has color #6EB93D on white background.



Black color preview on #6EB93D background

This text has black color on #6EB93D background.


White color preview on #6EB93D background

This text has white color on #6EB93D background.