#A7A68E

Color #A7A68E Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #A7A68E

Tints of Neutral Green #A7A68E

Color information

#A7A68E (or 0xA7A68E) is unknown color: approx Neutral Green. HEX triplet: A7, A6 and 8E. RGB value is (167,166,142). Sum of RGB (Red+Green+Blue) = 167+166+142=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A68E is #585971. Grayscale: #A3A3A3. Windows color (decimal): -5790066 or 9348775. OLE color: 9348775.

HSL color Cylindrical-coordinate representation of color #A7A68E: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7A68E is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB167166142-
CMYK00.010.150.35
HSL57.6º12.44%60.59%-
HSV(B)57.6º14.97%65.49%-
XYZ34.4637.4431-
YUV163.56115.83130.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=35.16%
G=34.95%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716614200.010.150.3557.612.4460.59
HexA7A68E01F233ac3d
Octal247246216011743721475
Binary1010011110100110100011100111111000111110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A68E; }

 p { color: rgb(167,166,142); }

 H1.HeaderClassName
 {
   color: #A7A68E;
 }
 .AnyTagClassName
 {
   color: #A7A68E;
 }
</style>
background-color css

<style>
 a { background-color: #A7A68E; }

 a { background-color: rgb(167,166,142); }

 div.DivClassName
 {
   background-color: #A7A68E;
 }
 .BgClassName
 {
   background-color: #A7A68E;
 }
</style>
border-color css

<style>
 span { border-color: #A7A68E; }

 span { border-color: rgb(167,166,142); }

 td.TdClassName
 {
   border-color: #A7A68E;
 }
 .TagClassName
 {
   border-color: #A7A68E;
 }
</style>