COLOR #6FB558

HEX: #6FB558
RGB: (111,181,88)

Color info

#6FB558 contains mainly green color. Web safe color of #6FB558 is #66CC66 (or #6C6).

RGB color model

#6FB558 color RGB value is (111,181,88).

  • red value is 111;
  • green value is 181;
  • blue value is 88.
RGB:
(111,181,88)
(44%,71%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 181 of 255 = 71%
B 88 of 255 = 35%

111
181
88

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

Portions of RGB colors in percentages

R + G + B =
111 + 181 + 88 = 380 (100%)
R 111 of 380 ~ 29.21%
G 181 of 380 ~ 47.63%
B 88 of 380 ~ 23.16%

%29.21
%47.63
%23.16

CMYK color model

#6FB558 color CMYK value is (39,0,51,29).

  • cyan value is 38.67%
  • magenta value is 0.00%
  • yellow value is 51.38%
  • key color value is 29.02%
CMYK:
(39,0,51,29)
C39M0Y51K29 
(39%,0%,51%,29%)
(0.39/0.00/0.51/0.29)	

CMYK percentages

%38.67
%0
%51.38
%29.02

Codes

Color #6FB558 in popluar color models

6FB558
RGB11118188
HSL105°38.59%52.75%
HSB/HSV105°51.38%70.98%
CMYK38.67%0.00%51.38%
29.02%

Color #6FB558 in popluar number systems.

HEX6FB558
Decimal11118188
Binary1101111101101011011000
Octal157265130

Shades and tints

Shades of #6FB558

#6FB558
(111,181,88)
#65A550
(101,165,80)
#5B9548
(91,149,72)
#518540
(81,133,64)
#477538
(71,117,56)
#3D6530
(61,101,48)
#335528
(51,85,40)
#294520
(41,69,32)
#1F3518
(31,53,24)
#152510
(21,37,16)
#0B1508
(11,21,8)
#000000
(0,0,0)

Tints of #6FB558

#6FB558
(111,181,88)
#7CBB67
(124,187,103)
#89C176
(137,193,118)
#96C785
(150,199,133)
#A3CD94
(163,205,148)
#B0D3A3
(176,211,163)
#BDD9B2
(189,217,178)
#CADFC1
(202,223,193)
#D7E5D0
(215,229,208)
#E4EBDF
(228,235,223)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB558 color. Also use rgb(111,181,88) instead hex code.

Text Font Color

.myTextColor { color: #6FB558; }

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

This text font color is #6FB558.


Background Color

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

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

This div background color is #6FB558.


Border color

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

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

This div border color is #6FB558.


Opacity

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

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

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

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

This text has shadow with #6FB558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB558 on black background.


Color preview on white background

This text has color #6FB558 on white background.



Black color preview on #6FB558 background

This text has black color on #6FB558 background.


White color preview on #6FB558 background

This text has white color on #6FB558 background.