COLOR #69AF59

HEX: #69AF59 RGB: (105,175,89)

Color info

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

RGB color model

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

RGB: (105,175,89) (41%, 69%, 35%)

RGB channels and saturation

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

105
175
89

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

Portions of RGB colors in percentages

R + G + B = 105 + 175 + 89 = 369 (100%)
R 105 of 369 ~ 28.46%
G 175 of 369 ~ 47.43%
B 89 of 369 ~ 24.12'%

%28.46
%47.43
%24.12

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 49.14%
  • key color value is 31.37%

CMYK: (40,0,49,31)
C40M0Y49K31 (40%, 0%, 49%, 31%)
(0.40 / 0.00 / 0.49 / 0.31)

CMYK percentages

%40
%0
%49.14
%31.37

Codes

Color #69AF59 in popluar color models

69 AF 59
RGB 105 175 89
HSL 109° 34.96% 51.76%
HSB/HSV 109° 49.14% 68.63%
CMYK 40.00% 0.00% 49.14%
31.37%

Color #69AF59 in popluar number systems.

HEX 69 AF 59
Decimal 105 175 89
Binary 1101001 10101111 1011001
Octal 151 257 131

Shades and tints

Shades of #69AF59

#69AF59
(105,175,89)
#60A051
(96,160,81)
#579149
(87,145,73)
#4E8241
(78,130,65)
#457339
(69,115,57)
#3C6431
(60,100,49)
#335529
(51,85,41)
#2A4621
(42,70,33)
#213719
(33,55,25)
#182811
(24,40,17)
#0F1909
(15,25,9)
#000000
(0,0,0)

Tints of #69AF59

#69AF59
(105,175,89)
#76B668
(118,182,104)
#83BD77
(131,189,119)
#90C486
(144,196,134)
#9DCB95
(157,203,149)
#AAD2A4
(170,210,164)
#B7D9B3
(183,217,179)
#C4E0C2
(196,224,194)
#D1E7D1
(209,231,209)
#DEEEE0
(222,238,224)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69AF59; }

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

This text font color is #69AF59.

Background Color

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

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

This div background color is #69AF59.

Border color

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

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

This div border color is #69AF59.

Opacity

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

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

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

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

This text has shadow with #69AF59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69AF59.

Preview

Color preview on black background

This text has color #69AF59 on black background.


Color preview on white background

This text has color #69AF59 on white background.


Black color preview on #69AF59 background

This text has black color on #69AF59 background.


White color preview on #69AF59 background

This text has white color on #69AF59 background.


Related colors

Complementary color

Complementary color for #hex is #9650A6.


I love getcolorcode.com

Triadic colors

1 #5969AF and #AF5969 with #69AF59 are triadic colors.

2 #59AF69 and #AF6959 with #69AF59 are triadic colors.