COLOR #69BB78

HEX: #69BB78
RGB: (105,187,120)

Color info

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

RGB color model

#69BB78 color RGB value is (105,187,120).

  • red value is 105;
  • green value is 187;
  • blue value is 120.
RGB:
(105,187,120)
(41%,73%,47%)

RGB channels and saturation

R 105 of 255 = 41%
G 187 of 255 = 73%
B 120 of 255 = 47%

105
187
120

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

Portions of RGB colors in percentages

R + G + B =
105 + 187 + 120 = 412 (100%)
R 105 of 412 ~ 25.49%
G 187 of 412 ~ 45.39%
B 120 of 412 ~ 29.13%

%25.49
%45.39
%29.13

CMYK color model

#69BB78 color CMYK value is (44,0,36,27).

  • cyan value is 43.85%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 26.67%
CMYK:
(44,0,36,27)
C44M0Y36K27 
(44%,0%,36%,27%)
(0.44/0.00/0.36/0.27)	

CMYK percentages

%43.85
%0
%35.83
%26.67

Codes

Color #69BB78 in popluar color models

69BB78
RGB105187120
HSL131°37.61%57.25%
HSB/HSV131°43.85%73.33%
CMYK43.85%0.00%35.83%
26.67%

Color #69BB78 in popluar number systems.

HEX69BB78
Decimal105187120
Binary1101001101110111111000
Octal151273170

Shades and tints

Shades of #69BB78

#69BB78
(105,187,120)
#60AA6E
(96,170,110)
#579964
(87,153,100)
#4E885A
(78,136,90)
#457750
(69,119,80)
#3C6646
(60,102,70)
#33553C
(51,85,60)
#2A4432
(42,68,50)
#213328
(33,51,40)
#18221E
(24,34,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #69BB78

#69BB78
(105,187,120)
#76C184
(118,193,132)
#83C790
(131,199,144)
#90CD9C
(144,205,156)
#9DD3A8
(157,211,168)
#AAD9B4
(170,217,180)
#B7DFC0
(183,223,192)
#C4E5CC
(196,229,204)
#D1EBD8
(209,235,216)
#DEF1E4
(222,241,228)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69BB78 color. Also use rgb(105,187,120) instead hex code.

Text Font Color

.myTextColor { color: #69BB78; }

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

This text font color is #69BB78.


Background Color

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

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

This div background color is #69BB78.


Border color

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

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

This div border color is #69BB78.


Opacity

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

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

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

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

This text has shadow with #69BB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69BB78 on black background.


Color preview on white background

This text has color #69BB78 on white background.



Black color preview on #69BB78 background

This text has black color on #69BB78 background.


White color preview on #69BB78 background

This text has white color on #69BB78 background.