#A0B067

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

Shades of Green Smoke #A0B067

Tints of Green Smoke #A0B067

Color information

#A0B067 (or 0xA0B067) is unknown color: approx Green Smoke. HEX triplet: A0, B0 and 67. RGB value is (160,176,103). Sum of RGB (Red+Green+Blue) = 160+176+103=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B067 is #5F4F98. Grayscale: #A3A3A3. Windows color (decimal): -6246297 or 6795424. OLE color: 6795424.

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

Color convert

RGB160176103-
CMYK0.0900.410.31
HSL73.15º31.6%54.71%-
HSV(B)73.15º41.48%69.02%-
XYZ32.4739.518.75-
YUV162.8994.2125.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=36.45%
G=40.09%
B=23.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761030.0900.410.3173.1531.654.71
HexA0B06790291F492037
Octal24026014711051371114067
Binary1010000010110000110011110010101001111111001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B067; }

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

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

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

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

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

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

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

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