#A7B170

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

Shades of Green Smoke #A7B170

Tints of Green Smoke #A7B170

Color information

#A7B170 (or 0xA7B170) is unknown color: approx Green Smoke. HEX triplet: A7, B1 and 70. RGB value is (167,177,112). Sum of RGB (Red+Green+Blue) = 167+177+112=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B170 is #584E8F. Grayscale: #A6A6A6. Windows color (decimal): -5787280 or 7385511. OLE color: 7385511.

HSL color Cylindrical-coordinate representation of color #A7B170: hue angle of 69.23º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7B170 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB167177112-
CMYK0.0600.370.31
HSL69.23º29.41%56.67%-
HSV(B)69.23º36.72%69.41%-
XYZ34.5840.8321.39-
YUV166.697.19128.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=36.62%
G=38.82%
B=24.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671771120.0600.370.3169.2329.4156.67
HexA7B17060251F451d39
Octal2472611606045371053571
Binary10100111101100011110000110010010111111100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B170; }

 p { color: rgb(167,177,112); }

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

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

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

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

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

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

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