COLOR #6FBD75

HEX: #6FBD75 RGB: (111,189,117)

Color info

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

RGB color model

#6FBD75 color RGB value is (111,189,117).

RGB: (111,189,117) (44%, 74%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 189 of 255 = 74%
B 117 of 255 = 46%

111
189
117

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

Portions of RGB colors in percentages

R + G + B = 111 + 189 + 117 = 417 (100%)
R 111 of 417 ~ 26.62%
G 189 of 417 ~ 45.32%
B 117 of 417 ~ 28.06'%

%26.62
%45.32
%28.06

CMYK color model

#6FBD75 color CMYK value is (41,0,38,26).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 25.88%
CMYK: (41,0,38,26) C41M0Y38K26 (41%,0%,38%,26%) (0.41/0.00/0.38/0.26) 

CMYK percentages

%41.27
%0
%38.1
%25.88

Codes

Color #6FBD75 in popluar color models

6F BD 75
RGB 111 189 117
HSL 125° 37.14% 58.82%
HSB/HSV 125° 41.27% 74.12%
CMYK 41.27% 0.00% 38.10%
25.88%

Color #6FBD75 in popluar number systems.

HEX 6F BD 75
Decimal 111 189 117
Binary 1101111 10111101 1110101
Octal 157 275 165

Shades and tints

Shades of #6FBD75

#6FBD75
(111,189,117)
#65AC6B
(101,172,107)
#5B9B61
(91,155,97)
#518A57
(81,138,87)
#47794D
(71,121,77)
#3D6843
(61,104,67)
#335739
(51,87,57)
#29462F
(41,70,47)
#1F3525
(31,53,37)
#15241B
(21,36,27)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #6FBD75

#6FBD75
(111,189,117)
#7CC381
(124,195,129)
#89C98D
(137,201,141)
#96CF99
(150,207,153)
#A3D5A5
(163,213,165)
#B0DBB1
(176,219,177)
#BDE1BD
(189,225,189)
#CAE7C9
(202,231,201)
#D7EDD5
(215,237,213)
#E4F3E1
(228,243,225)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBD75 color. Also use rgb(111,189,117) instead hex code.

Text Font Color

.myTextColor { color: #6FBD75; }

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

This text font color is #6FBD75.

Background Color

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

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

This div background color is #6FBD75.

Border color

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

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

This div border color is #6FBD75.

Opacity

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

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

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

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

This text has shadow with #6FBD75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FBD75.

Preview

Color preview on black background

This text has color #6FBD75 on black background.


Color preview on white background

This text has color #6FBD75 on white background.


Black color preview on #6FBD75 background

This text has black color on #6FBD75 background.


White color preview on #6FBD75 background

This text has white color on #6FBD75 background.


Related colors

Complementary color

Complementary color for #hex is #90428A.


I love getcolorcode.com

Triadic colors

1 #756FBD and #BD756F with #6FBD75 are triadic colors.

2 #75BD6F and #BD6F75 with #6FBD75 are triadic colors.