COLOR #60AF75

HEX: #60AF75 RGB: (96,175,117)

Color info

#60AF75 contains mainly green and blue colors. Web safe color of #60AF75 is #669966 (or #696).

RGB color model

#60AF75 color RGB value is (96,175,117).

RGB: (96,175,117) (38%, 69%, 46%)

RGB channels and saturation

R 96 of 255 = 38%
G 175 of 255 = 69%
B 117 of 255 = 46%

96
175
117

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

Portions of RGB colors in percentages

R + G + B = 96 + 175 + 117 = 388 (100%)
R 96 of 388 ~ 24.74%
G 175 of 388 ~ 45.1%
B 117 of 388 ~ 30.15'%

%24.74
%45.1
%30.15

CMYK color model

#60AF75 color CMYK value is (45,0,33,31).

  • cyan value is 45.14%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 31.37%

CMYK: (45,0,33,31)
C45M0Y33K31 (45%, 0%, 33%, 31%)
(0.45 / 0.00 / 0.33 / 0.31)

CMYK percentages

%45.14
%0
%33.14
%31.37

Codes

Color #60AF75 in popluar color models

60 AF 75
RGB 96 175 117
HSL 136° 33.05% 53.14%
HSB/HSV 136° 45.14% 68.63%
CMYK 45.14% 0.00% 33.14%
31.37%

Color #60AF75 in popluar number systems.

HEX 60 AF 75
Decimal 96 175 117
Binary 1100000 10101111 1110101
Octal 140 257 165

Shades and tints

Shades of #60AF75

#60AF75
(96,175,117)
#58A06B
(88,160,107)
#509161
(80,145,97)
#488257
(72,130,87)
#40734D
(64,115,77)
#386443
(56,100,67)
#305539
(48,85,57)
#28462F
(40,70,47)
#203725
(32,55,37)
#18281B
(24,40,27)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #60AF75

#60AF75
(96,175,117)
#6EB681
(110,182,129)
#7CBD8D
(124,189,141)
#8AC499
(138,196,153)
#98CBA5
(152,203,165)
#A6D2B1
(166,210,177)
#B4D9BD
(180,217,189)
#C2E0C9
(194,224,201)
#D0E7D5
(208,231,213)
#DEEEE1
(222,238,225)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AF75 color. Also use rgb(96,175,117) instead hex code.

Text Font Color

.myTextColor { color: #60AF75; }

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

This text font color is #60AF75.

Background Color

.myBgColor { background-color: #60AF75; }

<div style="background-color:#60AF75">Inner text</div>

This div background color is #60AF75.

Border color

.myBorderColor { border: 1px solid #60AF75; }

<div style="border:3px solid #60AF75">Div</div>

This div border color is #60AF75.

Opacity

.myOpacity80 { color: #60AF75; opacity: 0.8; }

<p style="color:#60AF75;opacity:0.8;">80%</p>

Text with #60AF75 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 #60AF75;}

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

This text has shadow with #60AF75 color.


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

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

This text has shadow with #60AF75 primary color and red secondary color.


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

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

This text has shadow with #60AF75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60AF75.

Preview

Color preview on black background

This text has color #60AF75 on black background.


Color preview on white background

This text has color #60AF75 on white background.


Black color preview on #60AF75 background

This text has black color on #60AF75 background.


White color preview on #60AF75 background

This text has white color on #60AF75 background.


Related colors

Complementary color

Complementary color for #hex is #9F508A.


I love getcolorcode.com

Triadic colors

1 #7560AF and #AF7560 with #60AF75 are triadic colors.

2 #75AF60 and #AF6075 with #60AF75 are triadic colors.