COLOR #6C9A74

HEX: #6C9A74
RGB: (108,154,116)

Renk bilgisi

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

RGB renk modeli

#6C9A74 color RGB value is (108,154,116).

  • kırmız ton 108;
  • yeşil ton 154;
  • mavi ton 116.
RGB:
(108,154,116)
(42%,60%,45%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 154 of 255 = 60%
B 116 of 255 = 45%

108
154
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 154 + 116 = 378 (100%)
R 108 of 378 ~ 28.57%
G 154 of 378 ~ 40.74%
B 116 of 378 ~ 30.69%

%28.57
%40.74
%30.69

CMYK RENK MODELİ

#6C9A74 rengi CMYK tonu (30,0,25,40).

  • camgöbeği tonu 29.87%
  • eflatun tonu 0.00%
  • sarı tonu 24.68%
  • ana renk tonu 39.61%
CMYK:
(30,0,25,40)
C30M0Y25K40 
(30%,0%,25%,40%)
(0.30/0.00/0.25/0.40)	

CMYK yüzdeleri

%29.87
%0
%24.68
%39.61

Codes

Color #6C9A74 in popluar color models

6C9A74
RGB108154116
HSL130°18.55%51.37%
HSB/HSV130°29.87%60.39%
CMYK29.87%0.00%24.68%
39.61%

Color #6C9A74 in popluar number systems.

HEX6C9A74
Decimal108154116
Binary1101100100110101110100
Octal154232164

Shades and tints

Shades of #6C9A74

#6C9A74
(108,154,116)
#638C6A
(99,140,106)
#5A7E60
(90,126,96)
#517056
(81,112,86)
#48624C
(72,98,76)
#3F5442
(63,84,66)
#364638
(54,70,56)
#2D382E
(45,56,46)
#242A24
(36,42,36)
#1B1C1A
(27,28,26)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C9A74

#6C9A74
(108,154,116)
#79A380
(121,163,128)
#86AC8C
(134,172,140)
#93B598
(147,181,152)
#A0BEA4
(160,190,164)
#ADC7B0
(173,199,176)
#BAD0BC
(186,208,188)
#C7D9C8
(199,217,200)
#D4E2D4
(212,226,212)
#E1EBE0
(225,235,224)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9A74 color. Also use rgb(108,154,116) instead hex code.

Text Font Color

.myTextColor { color: #6C9A74; }

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

This text font color is #6C9A74.


Background Color

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

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

This div background color is #6C9A74.


Border color

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

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

This div border color is #6C9A74.


Opacity

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

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

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

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

This text has shadow with #6C9A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9A74 on black background.


Color preview on white background

This text has color #6C9A74 on white background.



Black color preview on #6C9A74 background

This text has black color on #6C9A74 background.


White color preview on #6C9A74 background

This text has white color on #6C9A74 background.