#A6B061

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

Shades of Green Smoke #A6B061

Tints of Green Smoke #A6B061

Color information

#A6B061 (or 0xA6B061) is unknown color: approx Green Smoke. HEX triplet: A6, B0 and 61. RGB value is (166,176,97). Sum of RGB (Red+Green+Blue) = 166+176+97=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B061 is #594F9E. Grayscale: #A4A4A4. Windows color (decimal): -5853087 or 6402214. OLE color: 6402214.

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

Color convert

RGB16617697-
CMYK0.0600.450.31
HSL67.59º33.33%53.53%-
HSV(B)67.59º44.89%69.02%-
XYZ33.4140.0217.27-
YUV16490.19129.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=37.81%
G=40.09%
B=22.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166176970.0600.450.3167.5933.3353.53
HexA6B061602D1F442136
Octal2462601416055371044166
Binary101001101011000011000011100101101111111000100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B061; }

 p { color: rgb(166,176,97); }

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

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

 a { background-color: rgb(166,176,97); }

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

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

 span { border-color: rgb(166,176,97); }

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