COLOR #6C996E

HEX: #6C996E
RGB: (108,153,110)

Renk bilgisi

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

RGB renk modeli

#6C996E color RGB value is (108,153,110).

  • kırmız ton 108;
  • yeşil ton 153;
  • mavi ton 110.
RGB:
(108,153,110)
(42%,60%,43%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 153 of 255 = 60%
B 110 of 255 = 43%

108
153
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 153 + 110 = 371 (100%)
R 108 of 371 ~ 29.11%
G 153 of 371 ~ 41.24%
B 110 of 371 ~ 29.65%

%29.11
%41.24
%29.65

CMYK RENK MODELİ

#6C996E rengi CMYK tonu (29,0,28,40).

  • camgöbeği tonu 29.41%
  • eflatun tonu 0.00%
  • sarı tonu 28.10%
  • ana renk tonu 40.00%
CMYK:
(29,0,28,40)
C29M0Y28K40 
(29%,0%,28%,40%)
(0.29/0.00/0.28/0.40)	

CMYK yüzdeleri

%29.41
%0
%28.1
%40

Codes

Color #6C996E in popluar color models

6C996E
RGB108153110
HSL123°18.07%51.18%
HSB/HSV123°29.41%60.00%
CMYK29.41%0.00%28.10%
40.00%

Color #6C996E in popluar number systems.

HEX6C996E
Decimal108153110
Binary1101100100110011101110
Octal154231156

Shades and tints

Shades of #6C996E

#6C996E
(108,153,110)
#638C64
(99,140,100)
#5A7F5A
(90,127,90)
#517250
(81,114,80)
#486546
(72,101,70)
#3F583C
(63,88,60)
#364B32
(54,75,50)
#2D3E28
(45,62,40)
#24311E
(36,49,30)
#1B2414
(27,36,20)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #6C996E

#6C996E
(108,153,110)
#79A27B
(121,162,123)
#86AB88
(134,171,136)
#93B495
(147,180,149)
#A0BDA2
(160,189,162)
#ADC6AF
(173,198,175)
#BACFBC
(186,207,188)
#C7D8C9
(199,216,201)
#D4E1D6
(212,225,214)
#E1EAE3
(225,234,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C996E color. Also use rgb(108,153,110) instead hex code.

Text Font Color

.myTextColor { color: #6C996E; }

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

This text font color is #6C996E.


Background Color

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

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

This div background color is #6C996E.


Border color

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

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

This div border color is #6C996E.


Opacity

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

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

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

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

This text has shadow with #6C996E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C996E on black background.


Color preview on white background

This text has color #6C996E on white background.



Black color preview on #6C996E background

This text has black color on #6C996E background.


White color preview on #6C996E background

This text has white color on #6C996E background.