COLOR #6FB484

HEX: #6FB484
RGB: (111,180,132)

Color info

#6FB484 contains mainly green and blue colors. Web safe color of #6FB484 is #66CC99 (or #6C9).

RGB color model

#6FB484 color RGB value is (111,180,132).

  • red value is 111;
  • green value is 180;
  • blue value is 132.
RGB:
(111,180,132)
(44%,71%,52%)

RGB channels and saturation

R 111 of 255 = 44%
G 180 of 255 = 71%
B 132 of 255 = 52%

111
180
132

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

Portions of RGB colors in percentages

R + G + B =
111 + 180 + 132 = 423 (100%)
R 111 of 423 ~ 26.24%
G 180 of 423 ~ 42.55%
B 132 of 423 ~ 31.21%

%26.24
%42.55
%31.21

CMYK color model

#6FB484 color CMYK value is (38,0,27,29).

  • cyan value is 38.33%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 29.41%
CMYK:
(38,0,27,29)
C38M0Y27K29 
(38%,0%,27%,29%)
(0.38/0.00/0.27/0.29)	

CMYK percentages

%38.33
%0
%26.67
%29.41

Codes

Color #6FB484 in popluar color models

6FB484
RGB111180132
HSL138°31.51%57.06%
HSB/HSV138°38.33%70.59%
CMYK38.33%0.00%26.67%
29.41%

Color #6FB484 in popluar number systems.

HEX6FB484
Decimal111180132
Binary11011111011010010000100
Octal157264204

Shades and tints

Shades of #6FB484

#6FB484
(111,180,132)
#65A478
(101,164,120)
#5B946C
(91,148,108)
#518460
(81,132,96)
#477454
(71,116,84)
#3D6448
(61,100,72)
#33543C
(51,84,60)
#294430
(41,68,48)
#1F3424
(31,52,36)
#152418
(21,36,24)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #6FB484

#6FB484
(111,180,132)
#7CBA8F
(124,186,143)
#89C09A
(137,192,154)
#96C6A5
(150,198,165)
#A3CCB0
(163,204,176)
#B0D2BB
(176,210,187)
#BDD8C6
(189,216,198)
#CADED1
(202,222,209)
#D7E4DC
(215,228,220)
#E4EAE7
(228,234,231)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB484 color. Also use rgb(111,180,132) instead hex code.

Text Font Color

.myTextColor { color: #6FB484; }

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

This text font color is #6FB484.


Background Color

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

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

This div background color is #6FB484.


Border color

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

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

This div border color is #6FB484.


Opacity

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

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

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

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

This text has shadow with #6FB484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB484 on black background.


Color preview on white background

This text has color #6FB484 on white background.



Black color preview on #6FB484 background

This text has black color on #6FB484 background.


White color preview on #6FB484 background

This text has white color on #6FB484 background.