COLOR #6C9F77

HEX: #6C9F77
RGB: (108,159,119)

Renk bilgisi

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

RGB renk modeli

#6C9F77 color RGB value is (108,159,119).

  • kırmız ton 108;
  • yeşil ton 159;
  • mavi ton 119.
RGB:
(108,159,119)
(42%,62%,47%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 159 of 255 = 62%
B 119 of 255 = 47%

108
159
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 159 + 119 = 386 (100%)
R 108 of 386 ~ 27.98%
G 159 of 386 ~ 41.19%
B 119 of 386 ~ 30.83%

%27.98
%41.19
%30.83

CMYK RENK MODELİ

#6C9F77 rengi CMYK tonu (32,0,25,38).

  • camgöbeği tonu 32.08%
  • eflatun tonu 0.00%
  • sarı tonu 25.16%
  • ana renk tonu 37.65%
CMYK:
(32,0,25,38)
C32M0Y25K38 
(32%,0%,25%,38%)
(0.32/0.00/0.25/0.38)	

CMYK yüzdeleri

%32.08
%0
%25.16
%37.65

Codes

Color #6C9F77 in popluar color models

6C9F77
RGB108159119
HSL133°20.99%52.35%
HSB/HSV133°32.08%62.35%
CMYK32.08%0.00%25.16%
37.65%

Color #6C9F77 in popluar number systems.

HEX6C9F77
Decimal108159119
Binary1101100100111111110111
Octal154237167

Shades and tints

Shades of #6C9F77

#6C9F77
(108,159,119)
#63916D
(99,145,109)
#5A8363
(90,131,99)
#517559
(81,117,89)
#48674F
(72,103,79)
#3F5945
(63,89,69)
#364B3B
(54,75,59)
#2D3D31
(45,61,49)
#242F27
(36,47,39)
#1B211D
(27,33,29)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #6C9F77

#6C9F77
(108,159,119)
#79A783
(121,167,131)
#86AF8F
(134,175,143)
#93B79B
(147,183,155)
#A0BFA7
(160,191,167)
#ADC7B3
(173,199,179)
#BACFBF
(186,207,191)
#C7D7CB
(199,215,203)
#D4DFD7
(212,223,215)
#E1E7E3
(225,231,227)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9F77; }

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

This text font color is #6C9F77.


Background Color

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

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

This div background color is #6C9F77.


Border color

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

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

This div border color is #6C9F77.


Opacity

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

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

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

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

This text has shadow with #6C9F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9F77 on black background.


Color preview on white background

This text has color #6C9F77 on white background.



Black color preview on #6C9F77 background

This text has black color on #6C9F77 background.


White color preview on #6C9F77 background

This text has white color on #6C9F77 background.