COLOR #6FC74D

HEX: #6FC74D
RGB: (111,199,77)

Color info

#6FC74D contains mainly green color. Web safe color of #6FC74D is #66CC33 (or #6C3).

RGB color model

#6FC74D color RGB value is (111,199,77).

  • red value is 111;
  • green value is 199;
  • blue value is 77.
RGB:
(111,199,77)
(44%,78%,30%)

RGB channels and saturation

R 111 of 255 = 44%
G 199 of 255 = 78%
B 77 of 255 = 30%

111
199
77

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

Portions of RGB colors in percentages

R + G + B =
111 + 199 + 77 = 387 (100%)
R 111 of 387 ~ 28.68%
G 199 of 387 ~ 51.42%
B 77 of 387 ~ 19.9%

%28.68
%51.42
%19.9

CMYK color model

#6FC74D color CMYK value is (44,0,61,22).

  • cyan value is 44.22%
  • magenta value is 0.00%
  • yellow value is 61.31%
  • key color value is 21.96%
CMYK:
(44,0,61,22)
C44M0Y61K22 
(44%,0%,61%,22%)
(0.44/0.00/0.61/0.22)	

CMYK percentages

%44.22
%0
%61.31
%21.96

Codes

Color #6FC74D in popluar color models

6FC74D
RGB11119977
HSL103°52.14%54.12%
HSB/HSV103°61.31%78.04%
CMYK44.22%0.00%61.31%
21.96%

Color #6FC74D in popluar number systems.

HEX6FC74D
Decimal11119977
Binary1101111110001111001101
Octal157307115

Shades and tints

Shades of #6FC74D

#6FC74D
(111,199,77)
#65B546
(101,181,70)
#5BA33F
(91,163,63)
#519138
(81,145,56)
#477F31
(71,127,49)
#3D6D2A
(61,109,42)
#335B23
(51,91,35)
#29491C
(41,73,28)
#1F3715
(31,55,21)
#15250E
(21,37,14)
#0B1307
(11,19,7)
#000000
(0,0,0)

Tints of #6FC74D

#6FC74D
(111,199,77)
#7CCC5D
(124,204,93)
#89D16D
(137,209,109)
#96D67D
(150,214,125)
#A3DB8D
(163,219,141)
#B0E09D
(176,224,157)
#BDE5AD
(189,229,173)
#CAEABD
(202,234,189)
#D7EFCD
(215,239,205)
#E4F4DD
(228,244,221)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC74D color. Also use rgb(111,199,77) instead hex code.

Text Font Color

.myTextColor { color: #6FC74D; }

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

This text font color is #6FC74D.


Background Color

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

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

This div background color is #6FC74D.


Border color

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

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

This div border color is #6FC74D.


Opacity

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

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

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

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

This text has shadow with #6FC74D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC74D on black background.


Color preview on white background

This text has color #6FC74D on white background.



Black color preview on #6FC74D background

This text has black color on #6FC74D background.


White color preview on #6FC74D background

This text has white color on #6FC74D background.