COLOR #76B953

HEX: #76B953 RGB: (118,185,83)

Color info

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

RGB color model

#76B953 color RGB value is (118,185,83).

RGB: (118,185,83) (46%, 73%, 33%)

RGB channels and saturation

R 118 of 255 = 46%
G 185 of 255 = 73%
B 83 of 255 = 33%

118
185
83

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

Portions of RGB colors in percentages

R + G + B = 118 + 185 + 83 = 386 (100%)
R 118 of 386 ~ 30.57%
G 185 of 386 ~ 47.93%
B 83 of 386 ~ 21.5'%

%30.57
%47.93
%21.5

CMYK color model

#76B953 color CMYK value is (36,0,55,27).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 55.14%
  • key color value is 27.45%

CMYK: (36,0,55,27)
C36M0Y55K27 (36%, 0%, 55%, 27%)
(0.36 / 0.00 / 0.55 / 0.27)

CMYK percentages

%36.22
%0
%55.14
%27.45

Codes

Color #76B953 in popluar color models

76 B9 53
RGB 118 185 83
HSL 99° 42.15% 52.55%
HSB/HSV 99° 55.14% 72.55%
CMYK 36.22% 0.00% 55.14%
27.45%

Color #76B953 in popluar number systems.

HEX 76 B9 53
Decimal 118 185 83
Binary 1110110 10111001 1010011
Octal 166 271 123

Shades and tints

Shades of #76B953

#76B953
(118,185,83)
#6CA94C
(108,169,76)
#629945
(98,153,69)
#58893E
(88,137,62)
#4E7937
(78,121,55)
#446930
(68,105,48)
#3A5929
(58,89,41)
#304922
(48,73,34)
#26391B
(38,57,27)
#1C2914
(28,41,20)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #76B953

#76B953
(118,185,83)
#82BF62
(130,191,98)
#8EC571
(142,197,113)
#9ACB80
(154,203,128)
#A6D18F
(166,209,143)
#B2D79E
(178,215,158)
#BEDDAD
(190,221,173)
#CAE3BC
(202,227,188)
#D6E9CB
(214,233,203)
#E2EFDA
(226,239,218)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B953 color. Also use rgb(118,185,83) instead hex code.

Text Font Color

.myTextColor { color: #76B953; }

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

This text font color is #76B953.

Background Color

.myBgColor { background-color: #76B953; }

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

This div background color is #76B953.

Border color

.myBorderColor { border: 1px solid #76B953; }

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

This div border color is #76B953.

Opacity

.myOpacity80 { color: #76B953; opacity: 0.8; }

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

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

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

This text has shadow with #76B953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B953.

Preview

Color preview on black background

This text has color #76B953 on black background.


Color preview on white background

This text has color #76B953 on white background.


Black color preview on #76B953 background

This text has black color on #76B953 background.


White color preview on #76B953 background

This text has white color on #76B953 background.


Related colors

Complementary color

Complementary color for #hex is #8946AC.


I love getcolorcode.com

Triadic colors

1 #5376B9 and #B95376 with #76B953 are triadic colors.

2 #53B976 and #B97653 with #76B953 are triadic colors.