#A0B061

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

Shades of Green Smoke #A0B061

Tints of Green Smoke #A0B061

Color information

#A0B061 (or 0xA0B061) is unknown color: approx Green Smoke. HEX triplet: A0, B0 and 61. RGB value is (160,176,97). Sum of RGB (Red+Green+Blue) = 160+176+97=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B061 is #5F4F9E. Grayscale: #A2A2A2. Windows color (decimal): -6246303 or 6402208. OLE color: 6402208.

HSL color Cylindrical-coordinate representation of color #A0B061: hue angle of 72.15º 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 #A0B061 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB16017697-
CMYK0.0900.450.31
HSL72.15º33.33%53.53%-
HSV(B)72.15º44.89%69.02%-
XYZ32.1839.3917.22-
YUV162.2191.2126.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=36.95%
G=40.65%
B=22.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160176970.0900.450.3172.1533.3353.53
HexA0B061902D1F482136
Octal24026014111055371104166
Binary1010000010110000110000110010101101111111001000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B061; }

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

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

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

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

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

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

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

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