COLOR #819E60

HEX: #819E60 RGB: (129,158,96)

Color info

#819E60 contains mainly red and green colors. Web safe color of #819E60 is #999966 (or #996).

RGB color model

#819E60 color RGB value is (129,158,96).

RGB: (129,158,96) (51%, 62%, 38%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 96 of 255 = 38%

129
158
96

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

Portions of RGB colors in percentages

R + G + B = 129 + 158 + 96 = 383 (100%)
R 129 of 383 ~ 33.68%
G 158 of 383 ~ 41.25%
B 96 of 383 ~ 25.07'%

%33.68
%41.25
%25.07

CMYK color model

#819E60 color CMYK value is (18,0,39,38).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 38.04%

CMYK: (18,0,39,38)
C18M0Y39K38 (18%, 0%, 39%, 38%)
(0.18 / 0.00 / 0.39 / 0.38)

CMYK percentages

%18.35
%0
%39.24
%38.04

Codes

Color #819E60 in popluar color models

81 9E 60
RGB 129 158 96
HSL 88° 24.41% 49.80%
HSB/HSV 88° 39.24% 61.96%
CMYK 18.35% 0.00% 39.24%
38.04%

Color #819E60 in popluar number systems.

HEX 81 9E 60
Decimal 129 158 96
Binary 10000001 10011110 1100000
Octal 201 236 140

Shades and tints

Shades of #819E60

#819E60
(129,158,96)
#769058
(118,144,88)
#6B8250
(107,130,80)
#607448
(96,116,72)
#556640
(85,102,64)
#4A5838
(74,88,56)
#3F4A30
(63,74,48)
#343C28
(52,60,40)
#292E20
(41,46,32)
#1E2018
(30,32,24)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #819E60

#819E60
(129,158,96)
#8CA66E
(140,166,110)
#97AE7C
(151,174,124)
#A2B68A
(162,182,138)
#ADBE98
(173,190,152)
#B8C6A6
(184,198,166)
#C3CEB4
(195,206,180)
#CED6C2
(206,214,194)
#D9DED0
(217,222,208)
#E4E6DE
(228,230,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819E60 color. Also use rgb(129,158,96) instead hex code.

Text Font Color

.myTextColor { color: #819E60; }

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

This text font color is #819E60.

Background Color

.myBgColor { background-color: #819E60; }

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

This div background color is #819E60.

Border color

.myBorderColor { border: 1px solid #819E60; }

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

This div border color is #819E60.

Opacity

.myOpacity80 { color: #819E60; opacity: 0.8; }

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

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

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

This text has shadow with #819E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819E60.

Preview

Color preview on black background

This text has color #819E60 on black background.


Color preview on white background

This text has color #819E60 on white background.


Black color preview on #819E60 background

This text has black color on #819E60 background.


White color preview on #819E60 background

This text has white color on #819E60 background.


Related colors

Complementary color

Complementary color for #hex is #7E619F.


I love getcolorcode.com

Triadic colors

1 #60819E and #9E6081 with #819E60 are triadic colors.

2 #609E81 and #9E8160 with #819E60 are triadic colors.