COLOR #A7C758

HEX: #A7C758
RGB: (167,199,88)

Color info

#A7C758 contains mainly red and green colors. Web safe color of #A7C758 is #99CC66 (or #9C6).

RGB color model

#A7C758 color RGB value is (167,199,88).

  • red value is 167;
  • green value is 199;
  • blue value is 88.
RGB:
(167,199,88)
(65%,78%,35%)

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 88 of 255 = 35%

167
199
88

R + G + B ~ 59%. #A7C758 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 199 + 88 = 454 (100%)
R 167 of 454 ~ 36.78%
G 199 of 454 ~ 43.83%
B 88 of 454 ~ 19.38%

%36.78
%43.83
%19.38

CMYK color model

#A7C758 color CMYK value is (16,0,56,22).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 55.78%
  • key color value is 21.96%
CMYK:
(16,0,56,22)
C16M0Y56K22 
(16%,0%,56%,22%)
(0.16/0.00/0.56/0.22)	

CMYK percentages

%16.08
%0
%55.78
%21.96

Codes

Color #A7C758 in popluar color models

A7C758
RGB16719988
HSL77°49.78%56.27%
HSB/HSV77°55.78%78.04%
CMYK16.08%0.00%55.78%
21.96%

Color #A7C758 in popluar number systems.

HEXA7C758
Decimal16719988
Binary10100111110001111011000
Octal247307130

Shades and tints

Shades of #A7C758

#A7C758
(167,199,88)
#98B550
(152,181,80)
#89A348
(137,163,72)
#7A9140
(122,145,64)
#6B7F38
(107,127,56)
#5C6D30
(92,109,48)
#4D5B28
(77,91,40)
#3E4920
(62,73,32)
#2F3718
(47,55,24)
#202510
(32,37,16)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #A7C758

#A7C758
(167,199,88)
#AFCC67
(175,204,103)
#B7D176
(183,209,118)
#BFD685
(191,214,133)
#C7DB94
(199,219,148)
#CFE0A3
(207,224,163)
#D7E5B2
(215,229,178)
#DFEAC1
(223,234,193)
#E7EFD0
(231,239,208)
#EFF4DF
(239,244,223)
#F7F9EE
(247,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C758 color. Also use rgb(167,199,88) instead hex code.

Text Font Color

.myTextColor { color: #A7C758; }

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

This text font color is #A7C758.


Background Color

.myBgColor { background-color: #A7C758; }

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

This div background color is #A7C758.


Border color

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

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

This div border color is #A7C758.


Opacity

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

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

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

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

This text has shadow with #A7C758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C758 on black background.


Color preview on white background

This text has color #A7C758 on white background.



Black color preview on #A7C758 background

This text has black color on #A7C758 background.


White color preview on #A7C758 background

This text has white color on #A7C758 background.