COLOR #69AF69

HEX: #69AF69
RGB: (105,175,105)

Color info

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

RGB color model

#69AF69 color RGB value is (105,175,105).

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

RGB channels and saturation

R 105 of 255 = 41%
G 175 of 255 = 69%
B 105 of 255 = 41%

105
175
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 175 + 105 = 385 (100%)
R 105 of 385 ~ 27.27%
G 175 of 385 ~ 45.45%
B 105 of 385 ~ 27.27%

%27.27
%45.45
%27.27

CMYK color model

#69AF69 color CMYK value is (40,0,40,31).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 31.37%
CMYK:
(40,0,40,31)
C40M0Y40K31 
(40%,0%,40%,31%)
(0.40/0.00/0.40/0.31)	

CMYK percentages

%40
%0
%40
%31.37

Codes

Color #69AF69 in popluar color models

69AF69
RGB105175105
HSL120°30.43%54.90%
HSB/HSV120°40.00%68.63%
CMYK40.00%0.00%40.00%
31.37%

Color #69AF69 in popluar number systems.

HEX69AF69
Decimal105175105
Binary1101001101011111101001
Octal151257151

Shades and tints

Shades of #69AF69

#69AF69
(105,175,105)
#60A060
(96,160,96)
#579157
(87,145,87)
#4E824E
(78,130,78)
#457345
(69,115,69)
#3C643C
(60,100,60)
#335533
(51,85,51)
#2A462A
(42,70,42)
#213721
(33,55,33)
#182818
(24,40,24)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #69AF69

#69AF69
(105,175,105)
#76B676
(118,182,118)
#83BD83
(131,189,131)
#90C490
(144,196,144)
#9DCB9D
(157,203,157)
#AAD2AA
(170,210,170)
#B7D9B7
(183,217,183)
#C4E0C4
(196,224,196)
#D1E7D1
(209,231,209)
#DEEEDE
(222,238,222)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69AF69; }

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

This text font color is #69AF69.


Background Color

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

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

This div background color is #69AF69.


Border color

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

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

This div border color is #69AF69.


Opacity

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

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

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

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

This text has shadow with #69AF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69AF69 on black background.


Color preview on white background

This text has color #69AF69 on white background.



Black color preview on #69AF69 background

This text has black color on #69AF69 background.


White color preview on #69AF69 background

This text has white color on #69AF69 background.