#A0B765

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

Shades of Green Smoke #A0B765

Tints of Green Smoke #A0B765

Color information

#A0B765 (or 0xA0B765) is unknown color: approx Green Smoke. HEX triplet: A0, B7 and 65. RGB value is (160,183,101). Sum of RGB (Red+Green+Blue) = 160+183+101=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B765 is #5F489A. Grayscale: #A7A7A7. Windows color (decimal): -6244507 or 6666144. OLE color: 6666144.

HSL color Cylindrical-coordinate representation of color #A0B765: hue angle of 76.83º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0B765 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB160183101-
CMYK0.1300.450.28
HSL76.83º36.28%55.69%-
HSV(B)76.83º44.81%71.76%-
XYZ33.7842.2818.69-
YUV166.7890.88123.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=36.04%
G=41.22%
B=22.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831010.1300.450.2876.8336.2855.69
HexA0B765D02D1C4d2438
Octal24026714515055341154470
Binary1010000010110111110010111010101101111001001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B765; }

 p { color: rgb(160,183,101); }

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

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

 a { background-color: rgb(160,183,101); }

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

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

 span { border-color: rgb(160,183,101); }

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