COLOR #76AF55

HEX: #76AF55 RGB: (118,175,85)

Color info

#76AF55 contains mainly red and green colors. Web safe color of #76AF55 is #669966 (or #696).

RGB color model

#76AF55 color RGB value is (118,175,85).

RGB: (118,175,85) (46%, 69%, 33%)

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 85 of 255 = 33%

118
175
85

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

Portions of RGB colors in percentages

R + G + B = 118 + 175 + 85 = 378 (100%)
R 118 of 378 ~ 31.22%
G 175 of 378 ~ 46.3%
B 85 of 378 ~ 22.49'%

%31.22
%46.3
%22.49

CMYK color model

#76AF55 color CMYK value is (33,0,51,31).

  • cyan value is 32.57%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 31.37%

CMYK: (33,0,51,31)
C33M0Y51K31 (33%, 0%, 51%, 31%)
(0.33 / 0.00 / 0.51 / 0.31)

CMYK percentages

%32.57
%0
%51.43
%31.37

Codes

Color #76AF55 in popluar color models

76 AF 55
RGB 118 175 85
HSL 98° 36.00% 50.98%
HSB/HSV 98° 51.43% 68.63%
CMYK 32.57% 0.00% 51.43%
31.37%

Color #76AF55 in popluar number systems.

HEX 76 AF 55
Decimal 118 175 85
Binary 1110110 10101111 1010101
Octal 166 257 125

Shades and tints

Shades of #76AF55

#76AF55
(118,175,85)
#6CA04E
(108,160,78)
#629147
(98,145,71)
#588240
(88,130,64)
#4E7339
(78,115,57)
#446432
(68,100,50)
#3A552B
(58,85,43)
#304624
(48,70,36)
#26371D
(38,55,29)
#1C2816
(28,40,22)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #76AF55

#76AF55
(118,175,85)
#82B664
(130,182,100)
#8EBD73
(142,189,115)
#9AC482
(154,196,130)
#A6CB91
(166,203,145)
#B2D2A0
(178,210,160)
#BED9AF
(190,217,175)
#CAE0BE
(202,224,190)
#D6E7CD
(214,231,205)
#E2EEDC
(226,238,220)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AF55 color. Also use rgb(118,175,85) instead hex code.

Text Font Color

.myTextColor { color: #76AF55; }

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

This text font color is #76AF55.

Background Color

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

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

This div background color is #76AF55.

Border color

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

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

This div border color is #76AF55.

Opacity

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

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

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

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

This text has shadow with #76AF55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AF55.

Preview

Color preview on black background

This text has color #76AF55 on black background.


Color preview on white background

This text has color #76AF55 on white background.


Black color preview on #76AF55 background

This text has black color on #76AF55 background.


White color preview on #76AF55 background

This text has white color on #76AF55 background.


Related colors

Complementary color

Complementary color for #hex is #8950AA.


I love getcolorcode.com

Triadic colors

1 #5576AF and #AF5576 with #76AF55 are triadic colors.

2 #55AF76 and #AF7655 with #76AF55 are triadic colors.