#A6B06F

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

Shades of Green Smoke #A6B06F

Tints of Green Smoke #A6B06F

Color information

#A6B06F (or 0xA6B06F) is unknown color: approx Green Smoke. HEX triplet: A6, B0 and 6F. RGB value is (166,176,111). Sum of RGB (Red+Green+Blue) = 166+176+111=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B06F is #594F90. Grayscale: #A5A5A5. Windows color (decimal): -5853073 or 7319718. OLE color: 7319718.

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

Color convert

RGB166176111-
CMYK0.0600.370.31
HSL69.23º29.15%56.27%-
HSV(B)69.23º36.93%69.02%-
XYZ34.1240.3121.02-
YUV165.697.19128.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=36.64%
G=38.85%
B=24.50%

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
Decimal1661761110.0600.370.3169.2329.1556.27
HexA6B06F60251F451d38
Octal2462601576045371053570
Binary10100110101100001101111110010010111111100010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B06F; }

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

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

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

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

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

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

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

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