#A6B470

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

Shades of Green Smoke #A6B470

Tints of Green Smoke #A6B470

Color information

#A6B470 (or 0xA6B470) is unknown color: approx Green Smoke. HEX triplet: A6, B4 and 70. RGB value is (166,180,112). Sum of RGB (Red+Green+Blue) = 166+180+112=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B470 is #594B8F. Grayscale: #A8A8A8. Windows color (decimal): -5852048 or 7386278. OLE color: 7386278.

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

Color convert

RGB166180112-
CMYK0.0800.380.29
HSL72.35º31.19%57.25%-
HSV(B)72.35º37.78%70.59%-
XYZ34.9741.9221.58-
YUV168.0696.36126.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 112 (44.14% from 255) = 24.45%
R=36.24%
G=39.30%
B=24.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801120.0800.380.2972.3531.1957.25
HexA6B47080261D481f39
Octal24626416010046351103771
Binary101001101011010011100001000010011011101100100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B470; }

 p { color: rgb(166,180,112); }

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

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

 a { background-color: rgb(166,180,112); }

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

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

 span { border-color: rgb(166,180,112); }

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