COLOR #6FB73F

HEX: #6FB73F RGB: (111,183,63)

Color info

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

RGB color model

#6FB73F color RGB value is (111,183,63).

RGB: (111,183,63) (44%, 72%, 25%)

RGB channels and saturation

R 111 of 255 = 44%
G 183 of 255 = 72%
B 63 of 255 = 25%

111
183
63

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

Portions of RGB colors in percentages

R + G + B = 111 + 183 + 63 = 357 (100%)
R 111 of 357 ~ 31.09%
G 183 of 357 ~ 51.26%
B 63 of 357 ~ 17.65'%

%31.09
%51.26
%17.65

CMYK color model

#6FB73F color CMYK value is (39,0,66,28).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 65.57%
  • key color value is 28.24%

CMYK: (39,0,66,28)
C39M0Y66K28 (39%, 0%, 66%, 28%)
(0.39 / 0.00 / 0.66 / 0.28)

CMYK percentages

%39.34
%0
%65.57
%28.24

Codes

Color #6FB73F in popluar color models

6F B7 3F
RGB 111 183 63
HSL 96° 48.78% 48.24%
HSB/HSV 96° 65.57% 71.76%
CMYK 39.34% 0.00% 65.57%
28.24%

Color #6FB73F in popluar number systems.

HEX 6F B7 3F
Decimal 111 183 63
Binary 1101111 10110111 111111
Octal 157 267 77

Shades and tints

Shades of #6FB73F

#6FB73F
(111,183,63)
#65A73A
(101,167,58)
#5B9735
(91,151,53)
#518730
(81,135,48)
#47772B
(71,119,43)
#3D6726
(61,103,38)
#335721
(51,87,33)
#29471C
(41,71,28)
#1F3717
(31,55,23)
#152712
(21,39,18)
#0B170D
(11,23,13)
#000000
(0,0,0)

Tints of #6FB73F

#6FB73F
(111,183,63)
#7CBD50
(124,189,80)
#89C361
(137,195,97)
#96C972
(150,201,114)
#A3CF83
(163,207,131)
#B0D594
(176,213,148)
#BDDBA5
(189,219,165)
#CAE1B6
(202,225,182)
#D7E7C7
(215,231,199)
#E4EDD8
(228,237,216)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB73F color. Also use rgb(111,183,63) instead hex code.

Text Font Color

.myTextColor { color: #6FB73F; }

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

This text font color is #6FB73F.

Background Color

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

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

This div background color is #6FB73F.

Border color

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

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

This div border color is #6FB73F.

Opacity

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

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

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

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

This text has shadow with #6FB73F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB73F.

Preview

Color preview on black background

This text has color #6FB73F on black background.


Color preview on white background

This text has color #6FB73F on white background.


Black color preview on #6FB73F background

This text has black color on #6FB73F background.


White color preview on #6FB73F background

This text has white color on #6FB73F background.


Related colors

Complementary color

Complementary color for #hex is #9048C0.


I love getcolorcode.com

Triadic colors

1 #3F6FB7 and #B73F6F with #6FB73F are triadic colors.

2 #3FB76F and #B76F3F with #6FB73F are triadic colors.