COLOR #6E9D3A

HEX: #6E9D3A
RGB: (110,157,58)

Renk bilgisi

#6E9D3A contains mainly red and green colors. #6E9D3A ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6E9D3A color RGB value is (110,157,58).

  • kırmız ton 110;
  • yeşil ton 157;
  • mavi ton 58.
RGB:
(110,157,58)
(43%,62%,23%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 157 of 255 = 62%
B 58 of 255 = 23%

110
157
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 157 + 58 = 325 (100%)
R 110 of 325 ~ 33.85%
G 157 of 325 ~ 48.31%
B 58 of 325 ~ 17.85%

%33.85
%48.31
%17.85

CMYK RENK MODELİ

#6E9D3A rengi CMYK tonu (30,0,63,38).

  • camgöbeği tonu 29.94%
  • eflatun tonu 0.00%
  • sarı tonu 63.06%
  • ana renk tonu 38.43%
CMYK:
(30,0,63,38)
C30M0Y63K38 
(30%,0%,63%,38%)
(0.30/0.00/0.63/0.38)	

CMYK yüzdeleri

%29.94
%0
%63.06
%38.43

Codes

Color #6E9D3A in popluar color models

6E9D3A
RGB11015758
HSL88°46.05%42.16%
HSB/HSV88°63.06%61.57%
CMYK29.94%0.00%63.06%
38.43%

Color #6E9D3A in popluar number systems.

HEX6E9D3A
Decimal11015758
Binary110111010011101111010
Octal15623572

Shades and tints

Shades of #6E9D3A

#6E9D3A
(110,157,58)
#648F35
(100,143,53)
#5A8130
(90,129,48)
#50732B
(80,115,43)
#466526
(70,101,38)
#3C5721
(60,87,33)
#32491C
(50,73,28)
#283B17
(40,59,23)
#1E2D12
(30,45,18)
#141F0D
(20,31,13)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #6E9D3A

#6E9D3A
(110,157,58)
#7BA54B
(123,165,75)
#88AD5C
(136,173,92)
#95B56D
(149,181,109)
#A2BD7E
(162,189,126)
#AFC58F
(175,197,143)
#BCCDA0
(188,205,160)
#C9D5B1
(201,213,177)
#D6DDC2
(214,221,194)
#E3E5D3
(227,229,211)
#F0EDE4
(240,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9D3A color. Also use rgb(110,157,58) instead hex code.

Text Font Color

.myTextColor { color: #6E9D3A; }

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

This text font color is #6E9D3A.


Background Color

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

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

This div background color is #6E9D3A.


Border color

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

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

This div border color is #6E9D3A.


Opacity

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

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

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

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

This text has shadow with #6E9D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9D3A on black background.


Color preview on white background

This text has color #6E9D3A on white background.



Black color preview on #6E9D3A background

This text has black color on #6E9D3A background.


White color preview on #6E9D3A background

This text has white color on #6E9D3A background.