#A0A760

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

Shades of Green Smoke #A0A760

Tints of Green Smoke #A0A760

Color information

#A0A760 (or 0xA0A760) is unknown color: approx Green Smoke. HEX triplet: A0, A7 and 60. RGB value is (160,167,96). Sum of RGB (Red+Green+Blue) = 160+167+96=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A760 is #5F589F. Grayscale: #9D9D9D. Windows color (decimal): -6248608 or 6334368. OLE color: 6334368.

HSL color Cylindrical-coordinate representation of color #A0A760: hue angle of 65.92º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0A760 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16016796-
CMYK0.0400.430.35
HSL65.92º28.74%51.57%-
HSV(B)65.92º42.51%65.49%-
XYZ30.4335.9616.4-
YUV156.8193.68130.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=37.83%
G=39.48%
B=22.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160167960.0400.430.3565.9228.7451.57
HexA0A760402B23421d34
Octal2402471404053431023564
Binary101000001010011111000001000101011100011100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A760; }

 p { color: rgb(160,167,96); }

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

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

 a { background-color: rgb(160,167,96); }

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

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

 span { border-color: rgb(160,167,96); }

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