COLOR #6B9C71

HEX: #6B9C71
RGB: (107,156,113)

Renk bilgisi

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

RGB renk modeli

#6B9C71 color RGB value is (107,156,113).

  • kırmız ton 107;
  • yeşil ton 156;
  • mavi ton 113.
RGB:
(107,156,113)
(42%,61%,44%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 156 of 255 = 61%
B 113 of 255 = 44%

107
156
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 156 + 113 = 376 (100%)
R 107 of 376 ~ 28.46%
G 156 of 376 ~ 41.49%
B 113 of 376 ~ 30.05%

%28.46
%41.49
%30.05

CMYK RENK MODELİ

#6B9C71 rengi CMYK tonu (31,0,28,39).

  • camgöbeği tonu 31.41%
  • eflatun tonu 0.00%
  • sarı tonu 27.56%
  • ana renk tonu 38.82%
CMYK:
(31,0,28,39)
C31M0Y28K39 
(31%,0%,28%,39%)
(0.31/0.00/0.28/0.39)	

CMYK yüzdeleri

%31.41
%0
%27.56
%38.82

Codes

Color #6B9C71 in popluar color models

6B9C71
RGB107156113
HSL127°19.84%51.57%
HSB/HSV127°31.41%61.18%
CMYK31.41%0.00%27.56%
38.82%

Color #6B9C71 in popluar number systems.

HEX6B9C71
Decimal107156113
Binary1101011100111001110001
Octal153234161

Shades and tints

Shades of #6B9C71

#6B9C71
(107,156,113)
#628E67
(98,142,103)
#59805D
(89,128,93)
#507253
(80,114,83)
#476449
(71,100,73)
#3E563F
(62,86,63)
#354835
(53,72,53)
#2C3A2B
(44,58,43)
#232C21
(35,44,33)
#1A1E17
(26,30,23)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6B9C71

#6B9C71
(107,156,113)
#78A57D
(120,165,125)
#85AE89
(133,174,137)
#92B795
(146,183,149)
#9FC0A1
(159,192,161)
#ACC9AD
(172,201,173)
#B9D2B9
(185,210,185)
#C6DBC5
(198,219,197)
#D3E4D1
(211,228,209)
#E0EDDD
(224,237,221)
#EDF6E9
(237,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9C71 color. Also use rgb(107,156,113) instead hex code.

Text Font Color

.myTextColor { color: #6B9C71; }

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

This text font color is #6B9C71.


Background Color

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

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

This div background color is #6B9C71.


Border color

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

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

This div border color is #6B9C71.


Opacity

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

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

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

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

This text has shadow with #6B9C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9C71 on black background.


Color preview on white background

This text has color #6B9C71 on white background.



Black color preview on #6B9C71 background

This text has black color on #6B9C71 background.


White color preview on #6B9C71 background

This text has white color on #6B9C71 background.