COLOR #69D869

HEX: #69D869
RGB: (105,216,105)

Color info

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

RGB color model

#69D869 color RGB value is (105,216,105).

  • red value is 105;
  • green value is 216;
  • blue value is 105.
RGB:
(105,216,105)
(41%,85%,41%)

RGB channels and saturation

R 105 of 255 = 41%
G 216 of 255 = 85%
B 105 of 255 = 41%

105
216
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 216 + 105 = 426 (100%)
R 105 of 426 ~ 24.65%
G 216 of 426 ~ 50.7%
B 105 of 426 ~ 24.65%

%24.65
%50.7
%24.65

CMYK color model

#69D869 color CMYK value is (51,0,51,15).

  • cyan value is 51.39%
  • magenta value is 0.00%
  • yellow value is 51.39%
  • key color value is 15.29%
CMYK:
(51,0,51,15)
C51M0Y51K15 
(51%,0%,51%,15%)
(0.51/0.00/0.51/0.15)	

CMYK percentages

%51.39
%0
%51.39
%15.29

Codes

Color #69D869 in popluar color models

69D869
RGB105216105
HSL120°58.73%62.94%
HSB/HSV120°51.39%84.71%
CMYK51.39%0.00%51.39%
15.29%

Color #69D869 in popluar number systems.

HEX69D869
Decimal105216105
Binary1101001110110001101001
Octal151330151

Shades and tints

Shades of #69D869

#69D869
(105,216,105)
#60C560
(96,197,96)
#57B257
(87,178,87)
#4E9F4E
(78,159,78)
#458C45
(69,140,69)
#3C793C
(60,121,60)
#336633
(51,102,51)
#2A532A
(42,83,42)
#214021
(33,64,33)
#182D18
(24,45,24)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #69D869

#69D869
(105,216,105)
#76DB76
(118,219,118)
#83DE83
(131,222,131)
#90E190
(144,225,144)
#9DE49D
(157,228,157)
#AAE7AA
(170,231,170)
#B7EAB7
(183,234,183)
#C4EDC4
(196,237,196)
#D1F0D1
(209,240,209)
#DEF3DE
(222,243,222)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69D869; }

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

This text font color is #69D869.


Background Color

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

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

This div background color is #69D869.


Border color

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

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

This div border color is #69D869.


Opacity

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

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

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

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

This text has shadow with #69D869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69D869 on black background.


Color preview on white background

This text has color #69D869 on white background.



Black color preview on #69D869 background

This text has black color on #69D869 background.


White color preview on #69D869 background

This text has white color on #69D869 background.