COLOR #6A8959

HEX: #6A8959
RGB: (106,137,89)

Renk bilgisi

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

RGB renk modeli

#6A8959 color RGB value is (106,137,89).

  • kırmız ton 106;
  • yeşil ton 137;
  • mavi ton 89.
RGB:
(106,137,89)
(42%,54%,35%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 137 of 255 = 54%
B 89 of 255 = 35%

106
137
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 137 + 89 = 332 (100%)
R 106 of 332 ~ 31.93%
G 137 of 332 ~ 41.27%
B 89 of 332 ~ 26.81%

%31.93
%41.27
%26.81

CMYK RENK MODELİ

#6A8959 rengi CMYK tonu (23,0,35,46).

  • camgöbeği tonu 22.63%
  • eflatun tonu 0.00%
  • sarı tonu 35.04%
  • ana renk tonu 46.27%
CMYK:
(23,0,35,46)
C23M0Y35K46 
(23%,0%,35%,46%)
(0.23/0.00/0.35/0.46)	

CMYK yüzdeleri

%22.63
%0
%35.04
%46.27

Codes

Color #6A8959 in popluar color models

6A8959
RGB10613789
HSL99°21.24%44.31%
HSB/HSV99°35.04%53.73%
CMYK22.63%0.00%35.04%
46.27%

Color #6A8959 in popluar number systems.

HEX6A8959
Decimal10613789
Binary1101010100010011011001
Octal152211131

Shades and tints

Shades of #6A8959

#6A8959
(106,137,89)
#617D51
(97,125,81)
#587149
(88,113,73)
#4F6541
(79,101,65)
#465939
(70,89,57)
#3D4D31
(61,77,49)
#344129
(52,65,41)
#2B3521
(43,53,33)
#222919
(34,41,25)
#191D11
(25,29,17)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #6A8959

#6A8959
(106,137,89)
#779368
(119,147,104)
#849D77
(132,157,119)
#91A786
(145,167,134)
#9EB195
(158,177,149)
#ABBBA4
(171,187,164)
#B8C5B3
(184,197,179)
#C5CFC2
(197,207,194)
#D2D9D1
(210,217,209)
#DFE3E0
(223,227,224)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8959 color. Also use rgb(106,137,89) instead hex code.

Text Font Color

.myTextColor { color: #6A8959; }

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

This text font color is #6A8959.


Background Color

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

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

This div background color is #6A8959.


Border color

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

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

This div border color is #6A8959.


Opacity

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

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

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

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

This text has shadow with #6A8959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8959 on black background.


Color preview on white background

This text has color #6A8959 on white background.



Black color preview on #6A8959 background

This text has black color on #6A8959 background.


White color preview on #6A8959 background

This text has white color on #6A8959 background.