COLOR #6C976C

HEX: #6C976C
RGB: (108,151,108)

Renk bilgisi

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

RGB renk modeli

#6C976C color RGB value is (108,151,108).

  • kırmız ton 108;
  • yeşil ton 151;
  • mavi ton 108.
RGB:
(108,151,108)
(42%,59%,42%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 151 of 255 = 59%
B 108 of 255 = 42%

108
151
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 151 + 108 = 367 (100%)
R 108 of 367 ~ 29.43%
G 151 of 367 ~ 41.14%
B 108 of 367 ~ 29.43%

%29.43
%41.14
%29.43

CMYK RENK MODELİ

#6C976C rengi CMYK tonu (28,0,28,41).

  • camgöbeği tonu 28.48%
  • eflatun tonu 0.00%
  • sarı tonu 28.48%
  • ana renk tonu 40.78%
CMYK:
(28,0,28,41)
C28M0Y28K41 
(28%,0%,28%,41%)
(0.28/0.00/0.28/0.41)	

CMYK yüzdeleri

%28.48
%0
%28.48
%40.78

Codes

Color #6C976C in popluar color models

6C976C
RGB108151108
HSL120°17.13%50.78%
HSB/HSV120°28.48%59.22%
CMYK28.48%0.00%28.48%
40.78%

Color #6C976C in popluar number systems.

HEX6C976C
Decimal108151108
Binary1101100100101111101100
Octal154227154

Shades and tints

Shades of #6C976C

#6C976C
(108,151,108)
#638A63
(99,138,99)
#5A7D5A
(90,125,90)
#517051
(81,112,81)
#486348
(72,99,72)
#3F563F
(63,86,63)
#364936
(54,73,54)
#2D3C2D
(45,60,45)
#242F24
(36,47,36)
#1B221B
(27,34,27)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #6C976C

#6C976C
(108,151,108)
#79A079
(121,160,121)
#86A986
(134,169,134)
#93B293
(147,178,147)
#A0BBA0
(160,187,160)
#ADC4AD
(173,196,173)
#BACDBA
(186,205,186)
#C7D6C7
(199,214,199)
#D4DFD4
(212,223,212)
#E1E8E1
(225,232,225)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C976C; }

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

This text font color is #6C976C.


Background Color

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

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

This div background color is #6C976C.


Border color

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

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

This div border color is #6C976C.


Opacity

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

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

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

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

This text has shadow with #6C976C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C976C on black background.


Color preview on white background

This text has color #6C976C on white background.



Black color preview on #6C976C background

This text has black color on #6C976C background.


White color preview on #6C976C background

This text has white color on #6C976C background.