COLOR #69B271

HEX: #69B271
RGB: (105,178,113)

Color info

#69B271 contains mainly green color. Web safe color of #69B271 is #669966 (or #696).

RGB color model

#69B271 color RGB value is (105,178,113).

  • red value is 105;
  • green value is 178;
  • blue value is 113.
RGB:
(105,178,113)
(41%,70%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 178 of 255 = 70%
B 113 of 255 = 44%

105
178
113

R + G + B ~ 52%. #69B271 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 178 + 113 = 396 (100%)
R 105 of 396 ~ 26.52%
G 178 of 396 ~ 44.95%
B 113 of 396 ~ 28.54%

%26.52
%44.95
%28.54

CMYK color model

#69B271 color CMYK value is (41,0,37,30).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 30.20%
CMYK:
(41,0,37,30)
C41M0Y37K30 
(41%,0%,37%,30%)
(0.41/0.00/0.37/0.30)	

CMYK percentages

%41.01
%0
%36.52
%30.2

Codes

Color #69B271 in popluar color models

69B271
RGB105178113
HSL127°32.16%55.49%
HSB/HSV127°41.01%69.80%
CMYK41.01%0.00%36.52%
30.20%

Color #69B271 in popluar number systems.

HEX69B271
Decimal105178113
Binary1101001101100101110001
Octal151262161

Shades and tints

Shades of #69B271

#69B271
(105,178,113)
#60A267
(96,162,103)
#57925D
(87,146,93)
#4E8253
(78,130,83)
#457249
(69,114,73)
#3C623F
(60,98,63)
#335235
(51,82,53)
#2A422B
(42,66,43)
#213221
(33,50,33)
#182217
(24,34,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #69B271

#69B271
(105,178,113)
#76B97D
(118,185,125)
#83C089
(131,192,137)
#90C795
(144,199,149)
#9DCEA1
(157,206,161)
#AAD5AD
(170,213,173)
#B7DCB9
(183,220,185)
#C4E3C5
(196,227,197)
#D1EAD1
(209,234,209)
#DEF1DD
(222,241,221)
#EBF8E9
(235,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B271 color. Also use rgb(105,178,113) instead hex code.

Text Font Color

.myTextColor { color: #69B271; }

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

This text font color is #69B271.


Background Color

.myBgColor { background-color: #69B271; }

<div style="background-color:#69B271">Inner text</div>

This div background color is #69B271.


Border color

.myBorderColor { border: 1px solid #69B271; }

<div style="border:3px solid #69B271">Div</div>

This div border color is #69B271.


Opacity

.myOpacity80 { color: #69B271; opacity: 0.8; }

<p style="color:#69B271;opacity:0.8;">80%</p>

Text with #69B271 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 #69B271;}

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

This text has shadow with #69B271 color.

.textShadow {text-shadow: 3px 3px 1px #69B271, 3px 3px 1px red;}

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

This text has shadow with #69B271 primary color and red secondary color.


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

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

This text has shadow with #69B271 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B271 on black background.


Color preview on white background

This text has color #69B271 on white background.



Black color preview on #69B271 background

This text has black color on #69B271 background.


White color preview on #69B271 background

This text has white color on #69B271 background.