COLOR #6FC379

HEX: #6FC379 RGB: (111,195,121)

Renk bilgisi

#6FC379 contains mainly green color. #6FC379 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6FC379 color RGB value is (111,195,121).

RGB: (111,195,121) (44%, 76%, 47%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 195 of 255 = 76%
B 121 of 255 = 47%

111
195
121

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

Yüzdelerle RGB renk parçaları

R + G + B = 111 + 195 + 121 = 427 (100%)
R 111 of 427 ~ 26%
G 195 of 427 ~ 45.67%
B 121 of 427 ~ 28.34'%

%26
%45.67
%28.34

CMYK RENK MODELİ

#6FC379 rengi CMYK tonu (43,0,38,24).

  • camgöbeği tonu 43.08%
  • eflatun tonu 0.00%
  • sarı tonu 37.95%
  • ana renk tonu 23.53%

CMYK: (43,0,38,24)
C43M0Y38K24 (43%, 0%, 38%, 24%)
(0.43 / 0.00 / 0.38 / 0.24)

CMYK yüzdeleri

%43.08
%0
%37.95
%23.53

Codes

Color #6FC379 in popluar color models

6F C3 79
RGB 111 195 121
HSL 127° 41.18% 60.00%
HSB/HSV 127° 43.08% 76.47%
CMYK 43.08% 0.00% 37.95%
23.53%

Color #6FC379 in popluar number systems.

HEX 6F C3 79
Decimal 111 195 121
Binary 1101111 11000011 1111001
Octal 157 303 171

Shades and tints

Shades of #6FC379

#6FC379
(111,195,121)
#65B26E
(101,178,110)
#5BA163
(91,161,99)
#519058
(81,144,88)
#477F4D
(71,127,77)
#3D6E42
(61,110,66)
#335D37
(51,93,55)
#294C2C
(41,76,44)
#1F3B21
(31,59,33)
#152A16
(21,42,22)
#0B190B
(11,25,11)
#000000
(0,0,0)

Tints of #6FC379

#6FC379
(111,195,121)
#7CC885
(124,200,133)
#89CD91
(137,205,145)
#96D29D
(150,210,157)
#A3D7A9
(163,215,169)
#B0DCB5
(176,220,181)
#BDE1C1
(189,225,193)
#CAE6CD
(202,230,205)
#D7EBD9
(215,235,217)
#E4F0E5
(228,240,229)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC379 color. Also use rgb(111,195,121) instead hex code.

Text Font Color

.myTextColor { color: #6FC379; }

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

This text font color is #6FC379.

Background Color

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

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

This div background color is #6FC379.

Border color

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

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

This div border color is #6FC379.

Opacity

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

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

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

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

This text has shadow with #6FC379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC379.

Preview

Color preview on black background

This text has color #6FC379 on black background.


Color preview on white background

This text has color #6FC379 on white background.


Black color preview on #6FC379 background

This text has black color on #6FC379 background.


White color preview on #6FC379 background

This text has white color on #6FC379 background.


Related colors

Complementary color

Complementary color for #hex is #903C86.


I love getcolorcode.com

Triadic colors

1 #796FC3 and #C3796F with #6FC379 are triadic colors.

2 #79C36F and #C36F79 with #6FC379 are triadic colors.