COLOR #6FB482

HEX: #6FB482
RGB: (111,180,130)

Color info

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

RGB color model

#6FB482 color RGB value is (111,180,130).

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

RGB channels and saturation

R 111 of 255 = 44%
G 180 of 255 = 71%
B 130 of 255 = 51%

111
180
130

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

Portions of RGB colors in percentages

R + G + B =
111 + 180 + 130 = 421 (100%)
R 111 of 421 ~ 26.37%
G 180 of 421 ~ 42.76%
B 130 of 421 ~ 30.88%

%26.37
%42.76
%30.88

CMYK color model

#6FB482 color CMYK value is (38,0,28,29).

  • cyan value is 38.33%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(38,0,28,29)
C38M0Y28K29 
(38%,0%,28%,29%)
(0.38/0.00/0.28/0.29)	

CMYK percentages

%38.33
%0
%27.78
%29.41

Codes

Color #6FB482 in popluar color models

6FB482
RGB111180130
HSL137°31.51%57.06%
HSB/HSV137°38.33%70.59%
CMYK38.33%0.00%27.78%
29.41%

Color #6FB482 in popluar number systems.

HEX6FB482
Decimal111180130
Binary11011111011010010000010
Octal157264202

Shades and tints

Shades of #6FB482

#6FB482
(111,180,130)
#65A477
(101,164,119)
#5B946C
(91,148,108)
#518461
(81,132,97)
#477456
(71,116,86)
#3D644B
(61,100,75)
#335440
(51,84,64)
#294435
(41,68,53)
#1F342A
(31,52,42)
#15241F
(21,36,31)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #6FB482

#6FB482
(111,180,130)
#7CBA8D
(124,186,141)
#89C098
(137,192,152)
#96C6A3
(150,198,163)
#A3CCAE
(163,204,174)
#B0D2B9
(176,210,185)
#BDD8C4
(189,216,196)
#CADECF
(202,222,207)
#D7E4DA
(215,228,218)
#E4EAE5
(228,234,229)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB482; }

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

This text font color is #6FB482.


Background Color

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

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

This div background color is #6FB482.


Border color

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

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

This div border color is #6FB482.


Opacity

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

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

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

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

This text has shadow with #6FB482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB482 on black background.


Color preview on white background

This text has color #6FB482 on white background.



Black color preview on #6FB482 background

This text has black color on #6FB482 background.


White color preview on #6FB482 background

This text has white color on #6FB482 background.