COLOR #017964

HEX: #017964 RGB: (1,121,100)

Color info

#017964 contains mainly green and blue colors. Web safe color of #017964 is #006666 (or #066).

RGB color model

#017964 color RGB value is (1,121,100).

RGB: (1,121,100) (0%, 47%, 39%)

RGB channels and saturation

R 1 of 255 = 0%
G 121 of 255 = 47%
B 100 of 255 = 39%

1
121
100

R + G + B ~ 29%. #017964 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 121 + 100 = 222 (100%)
R 1 of 222 ~ 0.45%
G 121 of 222 ~ 54.5%
B 100 of 222 ~ 45.05'%

%54.5
%45.05

CMYK color model

#017964 color CMYK value is (99,0,17,53).

  • cyan value is 99.17%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 52.55%

CMYK: (99,0,17,53)
C99M0Y17K53 (99%, 0%, 17%, 53%)
(0.99 / 0.00 / 0.17 / 0.53)

CMYK percentages

%99.17
%0
%17.36
%52.55

Codes

Color #017964 in popluar color models

01 79 64
RGB 1 121 100
HSL 170° 98.36% 23.92%
HSB/HSV 170° 99.17% 47.45%
CMYK 99.17% 0.00% 17.36%
52.55%

Color #017964 in popluar number systems.

HEX 01 79 64
Decimal 1 121 100
Binary 1 1111001 1100100
Octal 1 171 144

Shades and tints

Shades of #017964

#017964
(1,121,100)
#016E5B
(1,110,91)
#016352
(1,99,82)
#015849
(1,88,73)
#014D40
(1,77,64)
#014237
(1,66,55)
#01372E
(1,55,46)
#012C25
(1,44,37)
#01211C
(1,33,28)
#011613
(1,22,19)
#010B0A
(1,11,10)
#000000
(0,0,0)

Tints of #017964

#017964
(1,121,100)
#188572
(24,133,114)
#2F9180
(47,145,128)
#469D8E
(70,157,142)
#5DA99C
(93,169,156)
#74B5AA
(116,181,170)
#8BC1B8
(139,193,184)
#A2CDC6
(162,205,198)
#B9D9D4
(185,217,212)
#D0E5E2
(208,229,226)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017964 color. Also use rgb(1,121,100) instead hex code.

Text Font Color

.myTextColor { color: #017964; }

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

This text font color is #017964.

Background Color

.myBgColor { background-color: #017964; }

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

This div background color is #017964.

Border color

.myBorderColor { border: 1px solid #017964; }

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

This div border color is #017964.

Opacity

.myOpacity80 { color: #017964; opacity: 0.8; }

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

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

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

This text has shadow with #017964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #017964.

Preview

Color preview on black background

This text has color #017964 on black background.


Color preview on white background

This text has color #017964 on white background.


Black color preview on #017964 background

This text has black color on #017964 background.


White color preview on #017964 background

This text has white color on #017964 background.


Related colors

Complementary color

Complementary color for #hex is #FE869B.


I love getcolorcode.com

Triadic colors

1 #640179 and #796401 with #017964 are triadic colors.

2 #647901 and #790164 with #017964 are triadic colors.