COLOR #69B469

HEX: #69B469
RGB: (105,180,105)

Color info

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

RGB color model

#69B469 color RGB value is (105,180,105).

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

RGB channels and saturation

R 105 of 255 = 41%
G 180 of 255 = 71%
B 105 of 255 = 41%

105
180
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 180 + 105 = 390 (100%)
R 105 of 390 ~ 26.92%
G 180 of 390 ~ 46.15%
B 105 of 390 ~ 26.92%

%26.92
%46.15
%26.92

CMYK color model

#69B469 color CMYK value is (42,0,42,29).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 29.41%
CMYK:
(42,0,42,29)
C42M0Y42K29 
(42%,0%,42%,29%)
(0.42/0.00/0.42/0.29)	

CMYK percentages

%41.67
%0
%41.67
%29.41

Codes

Color #69B469 in popluar color models

69B469
RGB105180105
HSL120°33.33%55.88%
HSB/HSV120°41.67%70.59%
CMYK41.67%0.00%41.67%
29.41%

Color #69B469 in popluar number systems.

HEX69B469
Decimal105180105
Binary1101001101101001101001
Octal151264151

Shades and tints

Shades of #69B469

#69B469
(105,180,105)
#60A460
(96,164,96)
#579457
(87,148,87)
#4E844E
(78,132,78)
#457445
(69,116,69)
#3C643C
(60,100,60)
#335433
(51,84,51)
#2A442A
(42,68,42)
#213421
(33,52,33)
#182418
(24,36,24)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #69B469

#69B469
(105,180,105)
#76BA76
(118,186,118)
#83C083
(131,192,131)
#90C690
(144,198,144)
#9DCC9D
(157,204,157)
#AAD2AA
(170,210,170)
#B7D8B7
(183,216,183)
#C4DEC4
(196,222,196)
#D1E4D1
(209,228,209)
#DEEADE
(222,234,222)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69B469; }

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

This text font color is #69B469.


Background Color

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

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

This div background color is #69B469.


Border color

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

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

This div border color is #69B469.


Opacity

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

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

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

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

This text has shadow with #69B469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B469 on black background.


Color preview on white background

This text has color #69B469 on white background.



Black color preview on #69B469 background

This text has black color on #69B469 background.


White color preview on #69B469 background

This text has white color on #69B469 background.