COLOR #6C9B66

HEX: #6C9B66
RGB: (108,155,102)

Renk bilgisi

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

RGB renk modeli

#6C9B66 color RGB value is (108,155,102).

  • kırmız ton 108;
  • yeşil ton 155;
  • mavi ton 102.
RGB:
(108,155,102)
(42%,61%,40%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 155 of 255 = 61%
B 102 of 255 = 40%

108
155
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 155 + 102 = 365 (100%)
R 108 of 365 ~ 29.59%
G 155 of 365 ~ 42.47%
B 102 of 365 ~ 27.95%

%29.59
%42.47
%27.95

CMYK RENK MODELİ

#6C9B66 rengi CMYK tonu (30,0,34,39).

  • camgöbeği tonu 30.32%
  • eflatun tonu 0.00%
  • sarı tonu 34.19%
  • ana renk tonu 39.22%
CMYK:
(30,0,34,39)
C30M0Y34K39 
(30%,0%,34%,39%)
(0.30/0.00/0.34/0.39)	

CMYK yüzdeleri

%30.32
%0
%34.19
%39.22

Codes

Color #6C9B66 in popluar color models

6C9B66
RGB108155102
HSL113°20.95%50.39%
HSB/HSV113°34.19%60.78%
CMYK30.32%0.00%34.19%
39.22%

Color #6C9B66 in popluar number systems.

HEX6C9B66
Decimal108155102
Binary1101100100110111100110
Octal154233146

Shades and tints

Shades of #6C9B66

#6C9B66
(108,155,102)
#638D5D
(99,141,93)
#5A7F54
(90,127,84)
#51714B
(81,113,75)
#486342
(72,99,66)
#3F5539
(63,85,57)
#364730
(54,71,48)
#2D3927
(45,57,39)
#242B1E
(36,43,30)
#1B1D15
(27,29,21)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #6C9B66

#6C9B66
(108,155,102)
#79A473
(121,164,115)
#86AD80
(134,173,128)
#93B68D
(147,182,141)
#A0BF9A
(160,191,154)
#ADC8A7
(173,200,167)
#BAD1B4
(186,209,180)
#C7DAC1
(199,218,193)
#D4E3CE
(212,227,206)
#E1ECDB
(225,236,219)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9B66; }

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

This text font color is #6C9B66.


Background Color

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

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

This div background color is #6C9B66.


Border color

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

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

This div border color is #6C9B66.


Opacity

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

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

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

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

This text has shadow with #6C9B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9B66 on black background.


Color preview on white background

This text has color #6C9B66 on white background.



Black color preview on #6C9B66 background

This text has black color on #6C9B66 background.


White color preview on #6C9B66 background

This text has white color on #6C9B66 background.