#A7A76A

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

Shades of Green Smoke #A7A76A

Tints of Green Smoke #A7A76A

Color information

#A7A76A (or 0xA7A76A) is unknown color: approx Green Smoke. HEX triplet: A7, A7 and 6A. RGB value is (167,167,106). Sum of RGB (Red+Green+Blue) = 167+167+106=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A76A is #585895. Grayscale: #A0A0A0. Windows color (decimal): -5789846 or 6989735. OLE color: 6989735.

HSL color Cylindrical-coordinate representation of color #A7A76A: hue angle of 60º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7A76A is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB167167106-
CMYK000.370.35
HSL60º25.74%53.53%-
HSV(B)60º36.53%65.49%-
XYZ32.3636.8919.05-
YUV160.0597.5132.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=37.95%
G=37.95%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167167106000.370.356025.7453.53
HexA7A76A0025233c1a36
Octal247247152004543743266
Binary101001111010011111010100010010110001111110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A76A; }

 p { color: rgb(167,167,106); }

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

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

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

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

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

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

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