#A6B068

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

Shades of Green Smoke #A6B068

Tints of Green Smoke #A6B068

Color information

#A6B068 (or 0xA6B068) is unknown color: approx Green Smoke. HEX triplet: A6, B0 and 68. RGB value is (166,176,104). Sum of RGB (Red+Green+Blue) = 166+176+104=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B068 is #594F97. Grayscale: #A5A5A5. Windows color (decimal): -5853080 or 6860966. OLE color: 6860966.

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

Color convert

RGB166176104-
CMYK0.0600.410.31
HSL68.33º31.3%54.9%-
HSV(B)68.33º40.91%69.02%-
XYZ33.7540.1619.07-
YUV164.893.69128.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 176 (69.14% from 255) = 39.46%
BLUE value IS 104 (41.02% from 255) = 23.32%
R=37.22%
G=39.46%
B=23.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661761040.0600.410.3168.3331.354.9
HexA6B06860291F441f37
Octal2462601506051371043767
Binary10100110101100001101000110010100111111100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B068; }

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

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

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

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

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

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

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

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