COLOR #6B9D66

HEX: #6B9D66
RGB: (107,157,102)

Renk bilgisi

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

RGB renk modeli

#6B9D66 color RGB value is (107,157,102).

  • kırmız ton 107;
  • yeşil ton 157;
  • mavi ton 102.
RGB:
(107,157,102)
(42%,62%,40%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 157 of 255 = 62%
B 102 of 255 = 40%

107
157
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 157 + 102 = 366 (100%)
R 107 of 366 ~ 29.23%
G 157 of 366 ~ 42.9%
B 102 of 366 ~ 27.87%

%29.23
%42.9
%27.87

CMYK RENK MODELİ

#6B9D66 rengi CMYK tonu (32,0,35,38).

  • camgöbeği tonu 31.85%
  • eflatun tonu 0.00%
  • sarı tonu 35.03%
  • ana renk tonu 38.43%
CMYK:
(32,0,35,38)
C32M0Y35K38 
(32%,0%,35%,38%)
(0.32/0.00/0.35/0.38)	

CMYK yüzdeleri

%31.85
%0
%35.03
%38.43

Codes

Color #6B9D66 in popluar color models

6B9D66
RGB107157102
HSL115°21.91%50.78%
HSB/HSV115°35.03%61.57%
CMYK31.85%0.00%35.03%
38.43%

Color #6B9D66 in popluar number systems.

HEX6B9D66
Decimal107157102
Binary1101011100111011100110
Octal153235146

Shades and tints

Shades of #6B9D66

#6B9D66
(107,157,102)
#628F5D
(98,143,93)
#598154
(89,129,84)
#50734B
(80,115,75)
#476542
(71,101,66)
#3E5739
(62,87,57)
#354930
(53,73,48)
#2C3B27
(44,59,39)
#232D1E
(35,45,30)
#1A1F15
(26,31,21)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B9D66

#6B9D66
(107,157,102)
#78A573
(120,165,115)
#85AD80
(133,173,128)
#92B58D
(146,181,141)
#9FBD9A
(159,189,154)
#ACC5A7
(172,197,167)
#B9CDB4
(185,205,180)
#C6D5C1
(198,213,193)
#D3DDCE
(211,221,206)
#E0E5DB
(224,229,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9D66 color. Also use rgb(107,157,102) instead hex code.

Text Font Color

.myTextColor { color: #6B9D66; }

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

This text font color is #6B9D66.


Background Color

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

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

This div background color is #6B9D66.


Border color

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

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

This div border color is #6B9D66.


Opacity

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

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

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

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

This text has shadow with #6B9D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9D66 on black background.


Color preview on white background

This text has color #6B9D66 on white background.



Black color preview on #6B9D66 background

This text has black color on #6B9D66 background.


White color preview on #6B9D66 background

This text has white color on #6B9D66 background.