#A6B066

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

Shades of Green Smoke #A6B066

Tints of Green Smoke #A6B066

Color information

#A6B066 (or 0xA6B066) is unknown color: approx Green Smoke. HEX triplet: A6, B0 and 66. RGB value is (166,176,102). Sum of RGB (Red+Green+Blue) = 166+176+102=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B066 is #594F99. Grayscale: #A4A4A4. Windows color (decimal): -5853082 or 6729894. OLE color: 6729894.

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

Color convert

RGB166176102-
CMYK0.0600.420.31
HSL68.11º31.9%54.51%-
HSV(B)68.11º42.05%69.02%-
XYZ33.6540.1218.54-
YUV164.5792.69129.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 176 (69.14% from 255) = 39.64%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=37.39%
G=39.64%
B=22.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661761020.0600.420.3168.1131.954.51
HexA6B066602A1F442037
Octal2462601466052371044067
Binary101001101011000011001101100101010111111000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B066; }

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

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

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

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

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

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

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

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