COLOR #6FB371

HEX: #6FB371
RGB: (111,179,113)

Renk bilgisi

#6FB371 contains mainly green color. #6FB371 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6FB371 color RGB value is (111,179,113).

  • kırmız ton 111;
  • yeşil ton 179;
  • mavi ton 113.
RGB:
(111,179,113)
(44%,70%,44%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 179 of 255 = 70%
B 113 of 255 = 44%

111
179
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 179 + 113 = 403 (100%)
R 111 of 403 ~ 27.54%
G 179 of 403 ~ 44.42%
B 113 of 403 ~ 28.04%

%27.54
%44.42
%28.04

CMYK RENK MODELİ

#6FB371 rengi CMYK tonu (38,0,37,30).

  • camgöbeği tonu 37.99%
  • eflatun tonu 0.00%
  • sarı tonu 36.87%
  • ana renk tonu 29.80%
CMYK:
(38,0,37,30)
C38M0Y37K30 
(38%,0%,37%,30%)
(0.38/0.00/0.37/0.30)	

CMYK yüzdeleri

%37.99
%0
%36.87
%29.8

Codes

Color #6FB371 in popluar color models

6FB371
RGB111179113
HSL122°30.91%56.86%
HSB/HSV122°37.99%70.20%
CMYK37.99%0.00%36.87%
29.80%

Color #6FB371 in popluar number systems.

HEX6FB371
Decimal111179113
Binary1101111101100111110001
Octal157263161

Shades and tints

Shades of #6FB371

#6FB371
(111,179,113)
#65A367
(101,163,103)
#5B935D
(91,147,93)
#518353
(81,131,83)
#477349
(71,115,73)
#3D633F
(61,99,63)
#335335
(51,83,53)
#29432B
(41,67,43)
#1F3321
(31,51,33)
#152317
(21,35,23)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6FB371

#6FB371
(111,179,113)
#7CB97D
(124,185,125)
#89BF89
(137,191,137)
#96C595
(150,197,149)
#A3CBA1
(163,203,161)
#B0D1AD
(176,209,173)
#BDD7B9
(189,215,185)
#CADDC5
(202,221,197)
#D7E3D1
(215,227,209)
#E4E9DD
(228,233,221)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB371 color. Also use rgb(111,179,113) instead hex code.

Text Font Color

.myTextColor { color: #6FB371; }

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

This text font color is #6FB371.


Background Color

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

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

This div background color is #6FB371.


Border color

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

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

This div border color is #6FB371.


Opacity

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

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

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

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

This text has shadow with #6FB371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB371 on black background.


Color preview on white background

This text has color #6FB371 on white background.



Black color preview on #6FB371 background

This text has black color on #6FB371 background.


White color preview on #6FB371 background

This text has white color on #6FB371 background.