COLOR #A7C075

HEX: #A7C075 RGB: (167,192,117)

Color info

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

RGB color model

#A7C075 color RGB value is (167,192,117).

RGB: (167,192,117) (65%, 75%, 46%)

RGB channels and saturation

R 167 of 255 = 65%
G 192 of 255 = 75%
B 117 of 255 = 46%

167
192
117

R + G + B ~ 62%. #A7C075 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 192 + 117 = 476 (100%)
R 167 of 476 ~ 35.08%
G 192 of 476 ~ 40.34%
B 117 of 476 ~ 24.58'%

%35.08
%40.34
%24.58

CMYK color model

#A7C075 color CMYK value is (13,0,39,25).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 24.71%

CMYK: (13,0,39,25)
C13M0Y39K25 (13%, 0%, 39%, 25%)
(0.13 / 0.00 / 0.39 / 0.25)

CMYK percentages

%13.02
%0
%39.06
%24.71

Codes

Color #A7C075 in popluar color models

A7 C0 75
RGB 167 192 117
HSL 80° 37.31% 60.59%
HSB/HSV 80° 39.06% 75.29%
CMYK 13.02% 0.00% 39.06%
24.71%

Color #A7C075 in popluar number systems.

HEX A7 C0 75
Decimal 167 192 117
Binary 10100111 11000000 1110101
Octal 247 300 165

Shades and tints

Shades of #A7C075

#A7C075
(167,192,117)
#98AF6B
(152,175,107)
#899E61
(137,158,97)
#7A8D57
(122,141,87)
#6B7C4D
(107,124,77)
#5C6B43
(92,107,67)
#4D5A39
(77,90,57)
#3E492F
(62,73,47)
#2F3825
(47,56,37)
#20271B
(32,39,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #A7C075

#A7C075
(167,192,117)
#AFC581
(175,197,129)
#B7CA8D
(183,202,141)
#BFCF99
(191,207,153)
#C7D4A5
(199,212,165)
#CFD9B1
(207,217,177)
#D7DEBD
(215,222,189)
#DFE3C9
(223,227,201)
#E7E8D5
(231,232,213)
#EFEDE1
(239,237,225)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C075 color. Also use rgb(167,192,117) instead hex code.

Text Font Color

.myTextColor { color: #A7C075; }

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

This text font color is #A7C075.

Background Color

.myBgColor { background-color: #A7C075; }

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

This div background color is #A7C075.

Border color

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

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

This div border color is #A7C075.

Opacity

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

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

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

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

This text has shadow with #A7C075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C075.

Preview

Color preview on black background

This text has color #A7C075 on black background.


Color preview on white background

This text has color #A7C075 on white background.


Black color preview on #A7C075 background

This text has black color on #A7C075 background.


White color preview on #A7C075 background

This text has white color on #A7C075 background.


Related colors

Complementary color

Complementary color for #hex is #583F8A.


I love getcolorcode.com

Triadic colors

1 #75A7C0 and #C075A7 with #A7C075 are triadic colors.

2 #75C0A7 and #C0A775 with #A7C075 are triadic colors.