COLOR #6FBF48

HEX: #6FBF48
RGB: (111,191,72)

Color info

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

RGB color model

#6FBF48 color RGB value is (111,191,72).

  • red value is 111;
  • green value is 191;
  • blue value is 72.
RGB:
(111,191,72)
(44%,75%,28%)

RGB channels and saturation

R 111 of 255 = 44%
G 191 of 255 = 75%
B 72 of 255 = 28%

111
191
72

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

Portions of RGB colors in percentages

R + G + B =
111 + 191 + 72 = 374 (100%)
R 111 of 374 ~ 29.68%
G 191 of 374 ~ 51.07%
B 72 of 374 ~ 19.25%

%29.68
%51.07
%19.25

CMYK color model

#6FBF48 color CMYK value is (42,0,62,25).

  • cyan value is 41.88%
  • magenta value is 0.00%
  • yellow value is 62.30%
  • key color value is 25.10%
CMYK:
(42,0,62,25)
C42M0Y62K25 
(42%,0%,62%,25%)
(0.42/0.00/0.62/0.25)	

CMYK percentages

%41.88
%0
%62.3
%25.1

Codes

Color #6FBF48 in popluar color models

6FBF48
RGB11119172
HSL100°48.18%51.57%
HSB/HSV100°62.30%74.90%
CMYK41.88%0.00%62.30%
25.10%

Color #6FBF48 in popluar number systems.

HEX6FBF48
Decimal11119172
Binary1101111101111111001000
Octal157277110

Shades and tints

Shades of #6FBF48

#6FBF48
(111,191,72)
#65AE42
(101,174,66)
#5B9D3C
(91,157,60)
#518C36
(81,140,54)
#477B30
(71,123,48)
#3D6A2A
(61,106,42)
#335924
(51,89,36)
#29481E
(41,72,30)
#1F3718
(31,55,24)
#152612
(21,38,18)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #6FBF48

#6FBF48
(111,191,72)
#7CC458
(124,196,88)
#89C968
(137,201,104)
#96CE78
(150,206,120)
#A3D388
(163,211,136)
#B0D898
(176,216,152)
#BDDDA8
(189,221,168)
#CAE2B8
(202,226,184)
#D7E7C8
(215,231,200)
#E4ECD8
(228,236,216)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBF48 color. Also use rgb(111,191,72) instead hex code.

Text Font Color

.myTextColor { color: #6FBF48; }

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

This text font color is #6FBF48.


Background Color

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

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

This div background color is #6FBF48.


Border color

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

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

This div border color is #6FBF48.


Opacity

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

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

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

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

This text has shadow with #6FBF48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FBF48 on black background.


Color preview on white background

This text has color #6FBF48 on white background.



Black color preview on #6FBF48 background

This text has black color on #6FBF48 background.


White color preview on #6FBF48 background

This text has white color on #6FBF48 background.