COLOR #A7C75B

HEX: #A7C75B
RGB: (167,199,91)

Color info

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

RGB color model

#A7C75B color RGB value is (167,199,91).

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

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 91 of 255 = 36%

167
199
91

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

Portions of RGB colors in percentages

R + G + B =
167 + 199 + 91 = 457 (100%)
R 167 of 457 ~ 36.54%
G 199 of 457 ~ 43.54%
B 91 of 457 ~ 19.91%

%36.54
%43.54
%19.91

CMYK color model

#A7C75B color CMYK value is (16,0,54,22).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 54.27%
  • key color value is 21.96%
CMYK:
(16,0,54,22)
C16M0Y54K22 
(16%,0%,54%,22%)
(0.16/0.00/0.54/0.22)	

CMYK percentages

%16.08
%0
%54.27
%21.96

Codes

Color #A7C75B in popluar color models

A7C75B
RGB16719991
HSL78°49.09%56.86%
HSB/HSV78°54.27%78.04%
CMYK16.08%0.00%54.27%
21.96%

Color #A7C75B in popluar number systems.

HEXA7C75B
Decimal16719991
Binary10100111110001111011011
Octal247307133

Shades and tints

Shades of #A7C75B

#A7C75B
(167,199,91)
#98B553
(152,181,83)
#89A34B
(137,163,75)
#7A9143
(122,145,67)
#6B7F3B
(107,127,59)
#5C6D33
(92,109,51)
#4D5B2B
(77,91,43)
#3E4923
(62,73,35)
#2F371B
(47,55,27)
#202513
(32,37,19)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #A7C75B

#A7C75B
(167,199,91)
#AFCC69
(175,204,105)
#B7D177
(183,209,119)
#BFD685
(191,214,133)
#C7DB93
(199,219,147)
#CFE0A1
(207,224,161)
#D7E5AF
(215,229,175)
#DFEABD
(223,234,189)
#E7EFCB
(231,239,203)
#EFF4D9
(239,244,217)
#F7F9E7
(247,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C75B; }

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

This text font color is #A7C75B.


Background Color

.myBgColor { background-color: #A7C75B; }

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

This div background color is #A7C75B.


Border color

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

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

This div border color is #A7C75B.


Opacity

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

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

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

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

This text has shadow with #A7C75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C75B on black background.


Color preview on white background

This text has color #A7C75B on white background.



Black color preview on #A7C75B background

This text has black color on #A7C75B background.


White color preview on #A7C75B background

This text has white color on #A7C75B background.